]> git.saurik.com Git - apple/libc.git/blame - Platforms/macosx/Makefile.inc
Libc-1439.40.11.tar.gz
[apple/libc.git] / Platforms / macosx / Makefile.inc
CommitLineData
b5d655f7
A
1#
2# Selectable features for MacOSX
3#
4
5# Legacy *64 APIs
6FEATURE_LEGACY_64_APIS = 1
7
1f2f436a
A
8# Legacy crt1.o environ support
9FEATURE_LEGACY_CRT1_ENVIRON = 1
10
b5d655f7
A
11# Legacy rune APIs
12FEATURE_LEGACY_RUNE_APIS = 1
13
14# Legacy utmp APIs
15FEATURE_LEGACY_UTMP_APIS = 1
16
23e20b00
A
17# OSThermalNotification APIs
18FEATURE_THERM_NOTIFICATION_APIS = 1
b5d655f7 19
b5d655f7 20# No pre-1050 variants (should match sys/cdefs.h)
a9aaacca 21FEATURE_ONLY_1050_VARIANTS = 1
b5d655f7
A
22
23# No legacy variants (should match sys/cdefs.h)
b5d655f7 24FEATURE_ONLY_UNIX_CONFORMANCE = 1
b5d655f7
A
25
26# Only 64-bit ino_t (should match sys/cdefs.h)
a9aaacca 27FEATURE_ONLY_64_BIT_INO_T = 1
b5d655f7
A
28
29# Patch 3333969
30FEATURE_PATCH_3333969 = 1
31
b5d655f7
A
32# Patch 3417676
33FEATURE_PATCH_3417676 = 1
34
b5d655f7
A
35# plockstat dtrace support
36FEATURE_PLOCKSTAT = 1
37
38# Timezone change notification
39FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
ad3c9f2a 40
6465356a
A
41# Extensible printf performance enhancement (uses more memory)
42FEATURE_XPRINTF_PERF = 1
5f125488
A
43
44# Disable registration of specific signals (<rdar://problem/21952708>)
45# FEATURE_SIGNAL_RESTRICTION = 0
507116e3
A
46
47# Enable 32-bit compilation in unistd.h (<rdar://problem/51818745>)
48# FEATURE_POSIX_ILP32_ALLOW = 0