]> git.saurik.com Git - apple/libdispatch.git/blob - config/config.h
7fe2d6348e6fdc528ba72d4834a5a373eca6aa1d
[apple/libdispatch.git] / config / config.h
1 /* config/config.h. Generated from config.h.in by configure. */
2 /* config/config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
5 you don't. */
6 #define HAVE_DECL_CLOCK_MONOTONIC 0
7
8 /* Define to 1 if you have the declaration of `CLOCK_UPTIME', and to 0 if you
9 don't. */
10 #define HAVE_DECL_CLOCK_UPTIME 0
11
12 /* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
13 don't. */
14 #define HAVE_DECL_FD_COPY 1
15
16 /* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
17 don't. */
18 #define HAVE_DECL_NOTE_NONE 1
19
20 /* Define to 1 if you have the declaration of `NOTE_REAP', and to 0 if you
21 don't. */
22 #define HAVE_DECL_NOTE_REAP 1
23
24 /* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
25 don't. */
26 #define HAVE_DECL_NOTE_SIGNAL 1
27
28 /* Define to 1 if you have the declaration of `POSIX_SPAWN_START_SUSPENDED',
29 and to 0 if you don't. */
30 #define HAVE_DECL_POSIX_SPAWN_START_SUSPENDED 1
31
32 /* Define to 1 if you have the declaration of `program_invocation_short_name',
33 and to 0 if you don't. */
34 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
35
36 /* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
37 */
38 #define HAVE_DECL_SIGEMT 1
39
40 /* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
41 don't. */
42 #define HAVE_DECL_VQ_UPDATE 1
43
44 /* Define to 1 if you have the declaration of `VQ_VERYLOWDISK', and to 0 if
45 you don't. */
46 #define HAVE_DECL_VQ_VERYLOWDISK 1
47
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #define HAVE_DLFCN_H 1
50
51 /* Define to 1 if you have the `getprogname' function. */
52 #define HAVE_GETPROGNAME 1
53
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
56
57 /* Define if Apple leaks program is present */
58 #define HAVE_LEAKS 1
59
60 /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
61 #define HAVE_LIBKERN_OSATOMIC_H 1
62
63 /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
64 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
65
66 /* Define if mach is present */
67 #define HAVE_MACH 1
68
69 /* Define to 1 if you have the `mach_absolute_time' function. */
70 #define HAVE_MACH_ABSOLUTE_TIME 1
71
72 /* Define to 1 if you have the `malloc_create_zone' function. */
73 #define HAVE_MALLOC_CREATE_ZONE 1
74
75 /* Define to 1 if you have the <malloc/malloc.h> header file. */
76 #define HAVE_MALLOC_MALLOC_H 1
77
78 /* Define to 1 if you have the <memory.h> header file. */
79 #define HAVE_MEMORY_H 1
80
81 /* Define if __builtin_trap marked noreturn */
82 #define HAVE_NORETURN_BUILTIN_TRAP 1
83
84 /* Define to 1 if you have the `pthread_key_init_np' function. */
85 #define HAVE_PTHREAD_KEY_INIT_NP 1
86
87 /* Define to 1 if you have the <pthread_machdep.h> header file. */
88 #define HAVE_PTHREAD_MACHDEP_H 1
89
90 /* Define to 1 if you have the `pthread_main_np' function. */
91 #define HAVE_PTHREAD_MAIN_NP 1
92
93 /* Define to 1 if you have the <pthread_np.h> header file. */
94 /* #undef HAVE_PTHREAD_NP_H */
95
96 /* Define if pthread work queues are present */
97 #define HAVE_PTHREAD_WORKQUEUES 1
98
99 /* Define to 1 if you have the `pthread_workqueue_setdispatch_np' function. */
100 #define HAVE_PTHREAD_WORKQUEUE_SETDISPATCH_NP 1
101
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #define HAVE_STDINT_H 1
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107
108 /* Define to 1 if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
110
111 /* Define to 1 if you have the <string.h> header file. */
112 #define HAVE_STRING_H 1
113
114 /* Define to 1 if you have the `sysconf' function. */
115 #define HAVE_SYSCONF 1
116
117 /* Define to 1 if you have the <sys/cdefs.h> header file. */
118 #define HAVE_SYS_CDEFS_H 1
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #define HAVE_SYS_STAT_H 1
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #define HAVE_SYS_TYPES_H 1
125
126 /* Define to 1 if you have the <TargetConditionals.h> header file. */
127 #define HAVE_TARGETCONDITIONALS_H 1
128
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #define HAVE_UNISTD_H 1
131
132 /* Define to the sub-directory in which libtool stores uninstalled libraries.
133 */
134 #define LT_OBJDIR ".libs/"
135
136 /* Name of package */
137 #define PACKAGE "libdispatch"
138
139 /* Define to the address where bug reports for this package should be sent. */
140 #define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
141
142 /* Define to the full name of this package. */
143 #define PACKAGE_NAME "libdispatch"
144
145 /* Define to the full name and version of this package. */
146 #define PACKAGE_STRING "libdispatch 1.1"
147
148 /* Define to the one symbol short name of this package. */
149 #define PACKAGE_TARNAME "libdispatch"
150
151 /* Define to the version of this package. */
152 #define PACKAGE_VERSION "1.1"
153
154 /* Define to 1 if you have the ANSI C header files. */
155 #define STDC_HEADERS 1
156
157 /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
158 #define USE_APPLE_TSD_OPTIMIZATIONS 1
159
160 /* Define to tag libdispatch_init as a constructor */
161 /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
162
163 /* Define to use Mach semaphores */
164 #define USE_MACH_SEM 1
165
166 /* Define to use Objective-C runtime */
167 #define USE_OBJC 1
168
169 /* Define to use POSIX semaphores */
170 /* #undef USE_POSIX_SEM */
171
172 /* Version number of package */
173 #define VERSION "1.1"
174
175 /* Define to 1 if on AIX 3.
176 System headers sometimes define this.
177 We just want to avoid a redefinition error message. */
178 #ifndef _ALL_SOURCE
179 /* # undef _ALL_SOURCE */
180 #endif
181
182 /* Enable GNU extensions on systems that have them. */
183 #ifndef _GNU_SOURCE
184 # define _GNU_SOURCE 1
185 #endif
186
187 /* Define to 1 if on MINIX. */
188 /* #undef _MINIX */
189
190 /* Define to 2 if the system does not provide POSIX.1 features except with
191 this defined. */
192 /* #undef _POSIX_1_SOURCE */
193
194 /* Define to 1 if you need to in order for `stat' and other things to work. */
195 /* #undef _POSIX_SOURCE */
196
197 /* Define if using Darwin $NOCANCEL */
198 #define __DARWIN_NON_CANCELABLE 1
199
200 /* Enable extensions on Solaris. */
201 #ifndef __EXTENSIONS__
202 # define __EXTENSIONS__ 1
203 #endif
204 #ifndef _POSIX_PTHREAD_SEMANTICS
205 # define _POSIX_PTHREAD_SEMANTICS 1
206 #endif
207 #ifndef _TANDEM_SOURCE
208 # define _TANDEM_SOURCE 1
209 #endif