]> git.saurik.com Git - apple/libc.git/blob - Platforms/iphoneos/Makefile.inc
4708e557fe05d1d11f0c6880b84599b3c1accfc2
[apple/libc.git] / Platforms / iphoneos / Makefile.inc
1 #
2 # Selectable features for iPhone
3 #
4
5 # Legacy *64 APIs
6 #FEATURE_LEGACY_64_APIS = 1
7
8 # Legacy crt1.o environ support
9 #FEATURE_LEGACY_CRT1_ENVIRON = 1
10
11 # Legacy rune APIs
12 #FEATURE_LEGACY_RUNE_APIS = 1
13
14 # Legacy utmp APIs
15 #FEATURE_LEGACY_UTMP_APIS = 1
16
17 # New OSMemoryNotification and OSThermalNotification APIs
18 FEATURE_MEM_THERM_NOTIFICATION_APIS = 1
19
20 # Move localtime to /var/db/timezone
21 FEATURE_MOVE_LOCALTIME = 1
22
23 .if RC_ProjectName _Sim$
24 FEATURE_MOVE_LOCALTIME = 0
25 .endif
26
27 # No pre-1050 variants (should match sys/cdefs.h)
28 FEATURE_ONLY_1050_VARIANTS = 1
29
30 # No legacy variants (should match sys/cdefs.h)
31 FEATURE_ONLY_UNIX_CONFORMANCE = 1
32
33 # Only 64-bit ino_t (should match sys/cdefs.h)
34 FEATURE_ONLY_64_BIT_INO_T = 1
35
36 # Patch 3333969
37 #FEATURE_PATCH_3333969 = 1
38
39 # Patch 3417676
40 #FEATURE_PATCH_3417676 = 1
41
42 # Patch 5243343
43 FEATURE_PATCH_5243343 = 1
44
45 # plockstat dtrace support
46 #FEATURE_PLOCKSTAT = 1
47
48 # Timezone change notification
49 FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
50
51 # Memorystatus support for posix_spawn()
52 FEATURE_MEMORYSTATUS = 1