2 # Selectable features for MacOSX
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 # No pre-1050 variants (should match sys/cdefs.h)
24 #FEATURE_ONLY_1050_VARIANTS = 1
26 # No legacy variants (should match sys/cdefs.h)
28 FEATURE_ONLY_UNIX_CONFORMANCE = 1
31 # Only 64-bit ino_t (should match sys/cdefs.h)
32 #FEATURE_ONLY_64_BIT_INO_T = 1
35 FEATURE_PATCH_3333969 = 1
38 FEATURE_PATCH_3417676 = 1
41 FEATURE_PATCH_5243343 = 1
43 # plockstat dtrace support
46 # Timezone change notification
47 FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
49 # Memorystatus support for posix_spawn()
50 FEATURE_MEMORYSTATUS = 1