]>
git.saurik.com Git - apple/libdispatch.git/blob - 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. */
4 /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
6 #define HAVE_DECL_CLOCK_MONOTONIC 0
8 /* Define to 1 if you have the declaration of `CLOCK_UPTIME', and to 0 if you
10 #define HAVE_DECL_CLOCK_UPTIME 0
12 /* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
14 #define HAVE_DECL_FD_COPY 1
16 /* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
18 #define HAVE_DECL_NOTE_NONE 1
20 /* Define to 1 if you have the declaration of `NOTE_REAP', and to 0 if you
22 #define HAVE_DECL_NOTE_REAP 1
24 /* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
26 #define HAVE_DECL_NOTE_SIGNAL 1
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
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
36 /* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
38 #define HAVE_DECL_SIGEMT 1
40 /* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
42 #define HAVE_DECL_VQ_UPDATE 1
44 /* Define to 1 if you have the declaration of `VQ_VERYLOWDISK', and to 0 if
46 #define HAVE_DECL_VQ_VERYLOWDISK 1
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #define HAVE_DLFCN_H 1
51 /* Define to 1 if you have the <fcntl.h> header file. */
52 #define HAVE_FCNTL_H 1
54 /* Define to 1 if you have the `getprogname' function. */
55 #define HAVE_GETPROGNAME 1
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #define HAVE_INTTYPES_H 1
60 /* Define if Apple leaks program is present */
63 /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
64 #define HAVE_LIBKERN_OSATOMIC_H 1
66 /* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
67 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
69 /* Define to 1 if you have the <libproc_internal.h> header file. */
70 #define HAVE_LIBPROC_INTERNAL_H 1
72 /* Define if mach is present */
75 /* Define to 1 if you have the `mach_absolute_time' function. */
76 #define HAVE_MACH_ABSOLUTE_TIME 1
78 /* Define to 1 if you have the `malloc_create_zone' function. */
79 #define HAVE_MALLOC_CREATE_ZONE 1
81 /* Define to 1 if you have the <malloc/malloc.h> header file. */
82 #define HAVE_MALLOC_MALLOC_H 1
84 /* Define to 1 if you have the <memory.h> header file. */
85 #define HAVE_MEMORY_H 1
87 /* Define if __builtin_trap marked noreturn */
88 #define HAVE_NORETURN_BUILTIN_TRAP 1
90 /* Define if you have the Objective-C runtime */
93 /* Define to 1 if you have the `pthread_key_init_np' function. */
94 #define HAVE_PTHREAD_KEY_INIT_NP 1
96 /* Define to 1 if you have the <pthread_machdep.h> header file. */
97 #define HAVE_PTHREAD_MACHDEP_H 1
99 /* Define to 1 if you have the `pthread_main_np' function. */
100 #define HAVE_PTHREAD_MAIN_NP 1
102 /* Define to 1 if you have the <pthread_np.h> header file. */
103 /* #undef HAVE_PTHREAD_NP_H */
105 /* Define if pthread work queues are present */
106 #define HAVE_PTHREAD_WORKQUEUES 1
108 /* Define to 1 if you have the `pthread_workqueue_setdispatch_np' function. */
109 #define HAVE_PTHREAD_WORKQUEUE_SETDISPATCH_NP 1
111 /* Define to 1 if you have the `_pthread_workqueue_init' function. */
112 #define HAVE__PTHREAD_WORKQUEUE_INIT 1
114 /* Define to 1 if you have the <pthread/qos.h> header file. */
115 #define HAVE_PTHREAD_QOS_H 1
117 /* Define to 1 if you have the <stdint.h> header file. */
118 #define HAVE_STDINT_H 1
120 /* Define to 1 if you have the <stdlib.h> header file. */
121 #define HAVE_STDLIB_H 1
123 /* Define to 1 if you have the <strings.h> header file. */
124 #define HAVE_STRINGS_H 1
126 /* Define to 1 if you have the <string.h> header file. */
127 #define HAVE_STRING_H 1
129 /* Define to 1 if you have the `sysconf' function. */
130 #define HAVE_SYSCONF 1
132 /* Define to 1 if you have the <sys/cdefs.h> header file. */
133 #define HAVE_SYS_CDEFS_H 1
135 /* Define to 1 if you have the <sys/guarded.h> header file. */
136 #define HAVE_SYS_GUARDED_H 1
138 /* Define to 1 if you have the <sys/stat.h> header file. */
139 #define HAVE_SYS_STAT_H 1
141 /* Define to 1 if you have the <sys/types.h> header file. */
142 #define HAVE_SYS_TYPES_H 1
144 /* Define to 1 if you have the <TargetConditionals.h> header file. */
145 #define HAVE_TARGETCONDITIONALS_H 1
147 /* Define to 1 if you have the <unistd.h> header file. */
148 #define HAVE_UNISTD_H 1
150 /* Define to the sub-directory in which libtool stores uninstalled libraries.
152 #define LT_OBJDIR ".libs/"
154 /* Name of package */
155 #define PACKAGE "libdispatch"
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME "libdispatch"
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING "libdispatch 1.2"
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME "libdispatch"
169 /* Define to the version of this package. */
170 #define PACKAGE_VERSION "1.2"
172 /* Define to 1 if you have the ANSI C header files. */
173 #define STDC_HEADERS 1
175 /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
176 #define USE_APPLE_TSD_OPTIMIZATIONS 1
178 /* Define to tag libdispatch_init as a constructor */
179 /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
181 /* Define to use Mach semaphores */
182 #define USE_MACH_SEM 1
184 /* Define to use POSIX semaphores */
185 /* #undef USE_POSIX_SEM */
187 /* Version number of package */
188 #define VERSION "1.2"
190 /* Define to 1 if on AIX 3.
191 System headers sometimes define this.
192 We just want to avoid a redefinition error message. */
194 /* # undef _ALL_SOURCE */
197 /* Enable GNU extensions on systems that have them. */
199 # define _GNU_SOURCE 1
202 /* Define to 1 if on MINIX. */
205 /* Define to 2 if the system does not provide POSIX.1 features except with
207 /* #undef _POSIX_1_SOURCE */
209 /* Define to 1 if you need to in order for `stat' and other things to work. */
210 /* #undef _POSIX_SOURCE */
212 /* Define if using Darwin $NOCANCEL */
213 #define __DARWIN_NON_CANCELABLE 1
215 /* Enable extensions on Solaris. */
216 #ifndef __EXTENSIONS__
217 # define __EXTENSIONS__ 1
219 #ifndef _POSIX_PTHREAD_SEMANTICS
220 # define _POSIX_PTHREAD_SEMANTICS 1
222 #ifndef _TANDEM_SOURCE
223 # define _TANDEM_SOURCE 1