]> git.saurik.com Git - apple/libdispatch.git/blob - config/config.h
libdispatch-703.50.37.tar.gz
[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_LOWAT', and to 0 if you
17 don't. */
18 #define HAVE_DECL_NOTE_LOWAT 1
19
20 /* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
21 don't. */
22 #define HAVE_DECL_NOTE_NONE 1
23
24 /* Define to 1 if you have the declaration of `NOTE_REAP', and to 0 if you
25 don't. */
26 #define HAVE_DECL_NOTE_REAP 1
27
28 /* Define to 1 if you have the declaration of `NOTE_REVOKE', and to 0 if you
29 don't. */
30 #define HAVE_DECL_NOTE_REVOKE 1
31
32 /* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
33 don't. */
34 #define HAVE_DECL_NOTE_SIGNAL 1
35
36 /* Define to 1 if you have the declaration of `POSIX_SPAWN_START_SUSPENDED',
37 and to 0 if you don't. */
38 #define HAVE_DECL_POSIX_SPAWN_START_SUSPENDED 1
39
40 /* Define to 1 if you have the declaration of `program_invocation_short_name',
41 and to 0 if you don't. */
42 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
43
44 /* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
45 */
46 #define HAVE_DECL_SIGEMT 1
47
48 /* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
49 don't. */
50 #define HAVE_DECL_VQ_UPDATE 1
51
52 /* Define to 1 if you have the declaration of `VQ_VERYLOWDISK', and to 0 if
53 you don't. */
54 #define HAVE_DECL_VQ_VERYLOWDISK 1
55
56 /* Define to 1 if you have the declaration of `VQ_QUOTA', and to 0 if
57 you don't. */
58 #define HAVE_DECL_VQ_QUOTA 1
59
60 /* Define to 1 if you have the declaration of `VQ_NEARLOWDISK', and to 0 if
61 you don't. */
62 #define HAVE_DECL_VQ_NEARLOWDISK 1
63
64 /* Define to 1 if you have the declaration of `VQ_DESIRED_DISK', and to 0 if
65 you don't. */
66 #define HAVE_DECL_VQ_DESIRED_DISK 1
67
68 /* Define to 1 if you have the <dlfcn.h> header file. */
69 #define HAVE_DLFCN_H 1
70
71 /* Define to 1 if you have the <fcntl.h> header file. */
72 #define HAVE_FCNTL_H 1
73
74 /* Define to 1 if you have the `getprogname' function. */
75 #define HAVE_GETPROGNAME 1
76
77 /* Define to 1 if you have the <inttypes.h> header file. */
78 #define HAVE_INTTYPES_H 1
79
80 /* Define if Apple leaks program is present */
81 #define HAVE_LEAKS 1
82
83 /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
84 #define HAVE_LIBKERN_OSATOMIC_H 1
85
86 /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
87 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
88
89 /* Define to 1 if you have the <libproc_internal.h> header file. */
90 #define HAVE_LIBPROC_INTERNAL_H 1
91
92 /* Define if mach is present */
93 #define HAVE_MACH 1
94
95 /* Define to 1 if you have the `mach_absolute_time' function. */
96 #define HAVE_MACH_ABSOLUTE_TIME 1
97
98 /* Define to 1 if you have the `mach_port_construct' function. */
99 #define HAVE_MACH_PORT_CONSTRUCT 1
100
101 /* Define to 1 if you have the `malloc_create_zone' function. */
102 #define HAVE_MALLOC_CREATE_ZONE 1
103
104 /* Define to 1 if you have the <malloc/malloc.h> header file. */
105 #define HAVE_MALLOC_MALLOC_H 1
106
107 /* Define to 1 if you have the <memory.h> header file. */
108 #define HAVE_MEMORY_H 1
109
110 /* Define if __builtin_trap marked noreturn */
111 #define HAVE_NORETURN_BUILTIN_TRAP 1
112
113 /* Define if you have the Objective-C runtime */
114 #define HAVE_OBJC 1
115
116 /* Define to 1 if you have the `pthread_key_init_np' function. */
117 #define HAVE_PTHREAD_KEY_INIT_NP 1
118
119 /* Define to 1 if you have the <pthread_machdep.h> header file. */
120 #define HAVE_PTHREAD_MACHDEP_H 1
121
122 /* Define to 1 if you have the `pthread_main_np' function. */
123 #define HAVE_PTHREAD_MAIN_NP 1
124
125 /* Define to 1 if you have the <pthread_np.h> header file. */
126 /* #undef HAVE_PTHREAD_NP_H */
127
128 /* Define to 1 if you have the <pthread/qos.h> header file. */
129 #define HAVE_PTHREAD_QOS_H 1
130
131 /* Define if pthread work queues are present */
132 #define HAVE_PTHREAD_WORKQUEUES 1
133
134 /* Define to 1 if you have the <pthread_workqueue.h> header file. */
135 #define HAVE_PTHREAD_WORKQUEUE_H 1
136
137 /* Define to 1 if you have the <pthread/workqueue_private.h> header file. */
138 #define HAVE_PTHREAD_WORKQUEUE_PRIVATE_H 1
139
140 /* Define to 1 if you have the `pthread_workqueue_setdispatch_np' function. */
141 #define HAVE_PTHREAD_WORKQUEUE_SETDISPATCH_NP 1
142
143 /* Define to 1 if you have the <stdint.h> header file. */
144 #define HAVE_STDINT_H 1
145
146 /* Define to 1 if you have the <stdlib.h> header file. */
147 #define HAVE_STDLIB_H 1
148
149 /* Define to 1 if you have the <strings.h> header file. */
150 #define HAVE_STRINGS_H 1
151
152 /* Define to 1 if you have the <string.h> header file. */
153 #define HAVE_STRING_H 1
154
155 /* Define to 1 if you have the `sysconf' function. */
156 #define HAVE_SYSCONF 1
157
158 /* Define to 1 if you have the <sys/cdefs.h> header file. */
159 #define HAVE_SYS_CDEFS_H 1
160
161 /* Define to 1 if you have the <sys/guarded.h> header file. */
162 #define HAVE_SYS_GUARDED_H 1
163
164 /* Define to 1 if you have the <sys/stat.h> header file. */
165 #define HAVE_SYS_STAT_H 1
166
167 /* Define to 1 if you have the <sys/types.h> header file. */
168 #define HAVE_SYS_TYPES_H 1
169
170 /* Define to 1 if you have the <TargetConditionals.h> header file. */
171 #define HAVE_TARGETCONDITIONALS_H 1
172
173 /* Define to 1 if you have the <unistd.h> header file. */
174 #define HAVE_UNISTD_H 1
175
176 /* Define to 1 if you have the `_pthread_workqueue_init' function. */
177 #define HAVE__PTHREAD_WORKQUEUE_INIT 1
178
179 /* Define to the sub-directory where libtool stores uninstalled libraries. */
180 #define LT_OBJDIR ".libs/"
181
182 /* Name of package */
183 #define PACKAGE "libdispatch"
184
185 /* Define to the address where bug reports for this package should be sent. */
186 #define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
187
188 /* Define to the full name of this package. */
189 #define PACKAGE_NAME "libdispatch"
190
191 /* Define to the full name and version of this package. */
192 #define PACKAGE_STRING "libdispatch 1.3"
193
194 /* Define to the one symbol short name of this package. */
195 #define PACKAGE_TARNAME "libdispatch"
196
197 /* Define to the home page for this package. */
198 #define PACKAGE_URL "http://libdispatch.macosforge.org"
199
200 /* Define to the version of this package. */
201 #define PACKAGE_VERSION "1.3"
202
203 /* Define to 1 if you have the ANSI C header files. */
204 #define STDC_HEADERS 1
205
206 /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
207 #define USE_APPLE_TSD_OPTIMIZATIONS 1
208
209 /* Define to tag libdispatch_init as a constructor */
210 /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
211
212 /* Define to use Mach semaphores */
213 #define USE_MACH_SEM 1
214
215 /* Define to use POSIX semaphores */
216 /* #undef USE_POSIX_SEM */
217
218 /* Enable extensions on AIX 3, Interix. */
219 #ifndef _ALL_SOURCE
220 # define _ALL_SOURCE 1
221 #endif
222 /* Enable GNU extensions on systems that have them. */
223 #ifndef _GNU_SOURCE
224 # define _GNU_SOURCE 1
225 #endif
226 /* Enable threading extensions on Solaris. */
227 #ifndef _POSIX_PTHREAD_SEMANTICS
228 # define _POSIX_PTHREAD_SEMANTICS 1
229 #endif
230 /* Enable extensions on HP NonStop. */
231 #ifndef _TANDEM_SOURCE
232 # define _TANDEM_SOURCE 1
233 #endif
234 /* Enable general extensions on Solaris. */
235 #ifndef __EXTENSIONS__
236 # define __EXTENSIONS__ 1
237 #endif
238
239
240 /* Version number of package */
241 #define VERSION "1.3"
242
243 /* Define to 1 if on MINIX. */
244 /* #undef _MINIX */
245
246 /* Define to 2 if the system does not provide POSIX.1 features except with
247 this defined. */
248 /* #undef _POSIX_1_SOURCE */
249
250 /* Define to 1 if you need to in order for `stat' and other things to work. */
251 /* #undef _POSIX_SOURCE */
252
253 /* Define if using Darwin $NOCANCEL */
254 #define __DARWIN_NON_CANCELABLE 1