]> git.saurik.com Git - apple/libdispatch.git/blob - config/config.h
libdispatch-501.40.12.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_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 declaration of `VQ_QUOTA', and to 0 if
49 you don't. */
50 #define HAVE_DECL_VQ_QUOTA 1
51
52 /* Define to 1 if you have the <dlfcn.h> header file. */
53 #define HAVE_DLFCN_H 1
54
55 /* Define to 1 if you have the <fcntl.h> header file. */
56 #define HAVE_FCNTL_H 1
57
58 /* Define to 1 if you have the `getprogname' function. */
59 #define HAVE_GETPROGNAME 1
60
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #define HAVE_INTTYPES_H 1
63
64 /* Define if Apple leaks program is present */
65 #define HAVE_LEAKS 1
66
67 /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
68 #define HAVE_LIBKERN_OSATOMIC_H 1
69
70 /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
71 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
72
73 /* Define to 1 if you have the <libproc_internal.h> header file. */
74 #define HAVE_LIBPROC_INTERNAL_H 1
75
76 /* Define if mach is present */
77 #define HAVE_MACH 1
78
79 /* Define to 1 if you have the `mach_absolute_time' function. */
80 #define HAVE_MACH_ABSOLUTE_TIME 1
81
82 /* Define to 1 if you have the `malloc_create_zone' function. */
83 #define HAVE_MALLOC_CREATE_ZONE 1
84
85 /* Define to 1 if you have the <malloc/malloc.h> header file. */
86 #define HAVE_MALLOC_MALLOC_H 1
87
88 /* Define to 1 if you have the <memory.h> header file. */
89 #define HAVE_MEMORY_H 1
90
91 /* Define if __builtin_trap marked noreturn */
92 #define HAVE_NORETURN_BUILTIN_TRAP 1
93
94 /* Define if you have the Objective-C runtime */
95 #define HAVE_OBJC 1
96
97 /* Define to 1 if you have the `pthread_key_init_np' function. */
98 #define HAVE_PTHREAD_KEY_INIT_NP 1
99
100 /* Define to 1 if you have the <pthread_machdep.h> header file. */
101 #define HAVE_PTHREAD_MACHDEP_H 1
102
103 /* Define to 1 if you have the `pthread_main_np' function. */
104 #define HAVE_PTHREAD_MAIN_NP 1
105
106 /* Define to 1 if you have the <pthread_np.h> header file. */
107 /* #undef HAVE_PTHREAD_NP_H */
108
109 /* Define if pthread work queues are present */
110 #define HAVE_PTHREAD_WORKQUEUES 1
111
112 /* Define to 1 if you have the `pthread_workqueue_setdispatch_np' function. */
113 #define HAVE_PTHREAD_WORKQUEUE_SETDISPATCH_NP 1
114
115 /* Define to 1 if you have the `_pthread_workqueue_init' function. */
116 #define HAVE__PTHREAD_WORKQUEUE_INIT 1
117
118 /* Define to 1 if you have the <pthread/qos.h> header file. */
119 #define HAVE_PTHREAD_QOS_H 1
120
121 /* Define to 1 if you have the <stdint.h> header file. */
122 #define HAVE_STDINT_H 1
123
124 /* Define to 1 if you have the <stdlib.h> header file. */
125 #define HAVE_STDLIB_H 1
126
127 /* Define to 1 if you have the <strings.h> header file. */
128 #define HAVE_STRINGS_H 1
129
130 /* Define to 1 if you have the <string.h> header file. */
131 #define HAVE_STRING_H 1
132
133 /* Define to 1 if you have the `sysconf' function. */
134 #define HAVE_SYSCONF 1
135
136 /* Define to 1 if you have the <sys/cdefs.h> header file. */
137 #define HAVE_SYS_CDEFS_H 1
138
139 /* Define to 1 if you have the <sys/guarded.h> header file. */
140 #define HAVE_SYS_GUARDED_H 1
141
142 /* Define to 1 if you have the <sys/stat.h> header file. */
143 #define HAVE_SYS_STAT_H 1
144
145 /* Define to 1 if you have the <sys/types.h> header file. */
146 #define HAVE_SYS_TYPES_H 1
147
148 /* Define to 1 if you have the <TargetConditionals.h> header file. */
149 #define HAVE_TARGETCONDITIONALS_H 1
150
151 /* Define to 1 if you have the <unistd.h> header file. */
152 #define HAVE_UNISTD_H 1
153
154 /* Define to the sub-directory in which libtool stores uninstalled libraries.
155 */
156 #define LT_OBJDIR ".libs/"
157
158 /* Name of package */
159 #define PACKAGE "libdispatch"
160
161 /* Define to the address where bug reports for this package should be sent. */
162 #define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
163
164 /* Define to the full name of this package. */
165 #define PACKAGE_NAME "libdispatch"
166
167 /* Define to the full name and version of this package. */
168 #define PACKAGE_STRING "libdispatch 1.2"
169
170 /* Define to the one symbol short name of this package. */
171 #define PACKAGE_TARNAME "libdispatch"
172
173 /* Define to the version of this package. */
174 #define PACKAGE_VERSION "1.2"
175
176 /* Define to 1 if you have the ANSI C header files. */
177 #define STDC_HEADERS 1
178
179 /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
180 #define USE_APPLE_TSD_OPTIMIZATIONS 1
181
182 /* Define to tag libdispatch_init as a constructor */
183 /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
184
185 /* Define to use Mach semaphores */
186 #define USE_MACH_SEM 1
187
188 /* Define to use POSIX semaphores */
189 /* #undef USE_POSIX_SEM */
190
191 /* Version number of package */
192 #define VERSION "1.2"
193
194 /* Define to 1 if on AIX 3.
195 System headers sometimes define this.
196 We just want to avoid a redefinition error message. */
197 #ifndef _ALL_SOURCE
198 /* # undef _ALL_SOURCE */
199 #endif
200
201 /* Enable GNU extensions on systems that have them. */
202 #ifndef _GNU_SOURCE
203 # define _GNU_SOURCE 1
204 #endif
205
206 /* Define to 1 if on MINIX. */
207 /* #undef _MINIX */
208
209 /* Define to 2 if the system does not provide POSIX.1 features except with
210 this defined. */
211 /* #undef _POSIX_1_SOURCE */
212
213 /* Define to 1 if you need to in order for `stat' and other things to work. */
214 /* #undef _POSIX_SOURCE */
215
216 /* Define if using Darwin $NOCANCEL */
217 #define __DARWIN_NON_CANCELABLE 1
218
219 /* Enable extensions on Solaris. */
220 #ifndef __EXTENSIONS__
221 # define __EXTENSIONS__ 1
222 #endif
223 #ifndef _POSIX_PTHREAD_SEMANTICS
224 # define _POSIX_PTHREAD_SEMANTICS 1
225 #endif
226 #ifndef _TANDEM_SOURCE
227 # define _TANDEM_SOURCE 1
228 #endif