]> git.saurik.com Git - apple/libc.git/blob - Platforms/macosx/Makefile.inc
Libc-1044.1.2.tar.gz
[apple/libc.git] / Platforms / macosx / Makefile.inc
1 #
2 # Selectable features for MacOSX
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 # OSThermalNotification APIs
18 FEATURE_THERM_NOTIFICATION_APIS = 1
19
20 # Move localtime to /var/db/timezone
21 #FEATURE_MOVE_LOCALTIME = 1
22
23 # Use TZDIR symlink in /var/db
24 #FEATURE_TZDIR_SYMLINK = 1
25
26 # No pre-1050 variants (should match sys/cdefs.h)
27 #FEATURE_ONLY_1050_VARIANTS = 1
28
29 # No legacy variants (should match sys/cdefs.h)
30 .if CURRENT_ARCH 64$
31 FEATURE_ONLY_UNIX_CONFORMANCE = 1
32 .endif
33
34 # Only 64-bit ino_t (should match sys/cdefs.h)
35 #FEATURE_ONLY_64_BIT_INO_T = 1
36
37 # Patch 3333969
38 FEATURE_PATCH_3333969 = 1
39
40 # Patch 3417676
41 FEATURE_PATCH_3417676 = 1
42
43 # plockstat dtrace support
44 FEATURE_PLOCKSTAT = 1
45
46 # Timezone change notification
47 FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
48
49 # Extensible printf performance enhancement (uses more memory)
50 FEATURE_XPRINTF_PERF = 1