2 # Selectable features for iPhone
6 #FEATURE_LEGACY_64_APIS = 1
8 # Legacy crt1.o environ support
9 #FEATURE_LEGACY_CRT1_ENVIRON = 1
12 #FEATURE_LEGACY_RUNE_APIS = 1
15 #FEATURE_LEGACY_UTMP_APIS = 1
17 # New OSMemoryNotification and OSThermalNotification APIs
18 FEATURE_MEM_THERM_NOTIFICATION_APIS = 1
20 # Move localtime to /var/db/timezone
21 FEATURE_MOVE_LOCALTIME = 1
23 .if RC_ProjectName _Sim$
24 FEATURE_MOVE_LOCALTIME = 0
27 # No pre-1050 variants (should match sys/cdefs.h)
28 FEATURE_ONLY_1050_VARIANTS = 1
30 # No legacy variants (should match sys/cdefs.h)
31 FEATURE_ONLY_UNIX_CONFORMANCE = 1
33 # Only 64-bit ino_t (should match sys/cdefs.h)
34 FEATURE_ONLY_64_BIT_INO_T = 1
37 #FEATURE_PATCH_3333969 = 1
40 #FEATURE_PATCH_3417676 = 1
43 FEATURE_PATCH_5243343 = 1
45 # plockstat dtrace support
46 #FEATURE_PLOCKSTAT = 1
48 # Timezone change notification
49 FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
51 # Memorystatus support for posix_spawn()
52 FEATURE_MEMORYSTATUS = 1