]> git.saurik.com Git - apple/libc.git/blame - Platforms/bridgeos/Makefile.inc
Libc-1158.50.2.tar.gz
[apple/libc.git] / Platforms / bridgeos / Makefile.inc
CommitLineData
974e3884
A
1#
2# Selectable features for Apple Watch
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
18FEATURE_THERM_NOTIFICATION_APIS = 1
19
20# Move localtime to /var/db/timezone
21FEATURE_MOVE_LOCALTIME = 0
22
23# Use TZDIR symlink in /var/db
24FEATURE_TZDIR_SYMLINK = 0
25
26# No pre-1050 variants (should match sys/cdefs.h)
27FEATURE_ONLY_1050_VARIANTS = 1
28
29# No legacy variants (should match sys/cdefs.h)
30FEATURE_ONLY_UNIX_CONFORMANCE = 1
31
32# Only 64-bit ino_t (should match sys/cdefs.h)
33FEATURE_ONLY_64_BIT_INO_T = 1
34
35# Patch 3333969
36#FEATURE_PATCH_3333969 = 1
37
38# Patch 3417676
39#FEATURE_PATCH_3417676 = 1
40
41# plockstat dtrace support
42#FEATURE_PLOCKSTAT = 1
43
44# Timezone change notification
45FEATURE_TIMEZONE_CHANGE_NOTIFICATION = 1
46
47# Smaller stdio buffers
48FEATURE_SMALL_STDIOBUF = 1
49
50# Disable registration of specific signals (<rdar://problem/21952708>)
51FEATURE_SIGNAL_RESTRICTION = 1