]> git.saurik.com Git - apple/libdispatch.git/blame - config/config.h
libdispatch-187.10.tar.gz
[apple/libdispatch.git] / config / config.h
CommitLineData
e85f4437
A
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 <stdint.h> header file. */
100#define HAVE_STDINT_H 1
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#define HAVE_STDLIB_H 1
104
105/* Define to 1 if you have the <strings.h> header file. */
106#define HAVE_STRINGS_H 1
107
108/* Define to 1 if you have the <string.h> header file. */
109#define HAVE_STRING_H 1
110
111/* Define to 1 if you have the `sysconf' function. */
112#define HAVE_SYSCONF 1
113
114/* Define to 1 if you have the <sys/cdefs.h> header file. */
115#define HAVE_SYS_CDEFS_H 1
116
117/* Define to 1 if you have the <sys/stat.h> header file. */
118#define HAVE_SYS_STAT_H 1
119
120/* Define to 1 if you have the <sys/types.h> header file. */
121#define HAVE_SYS_TYPES_H 1
122
123/* Define to 1 if you have the <TargetConditionals.h> header file. */
124#define HAVE_TARGETCONDITIONALS_H 1
125
126/* Define to 1 if you have the <unistd.h> header file. */
127#define HAVE_UNISTD_H 1
128
129/* Define to the sub-directory in which libtool stores uninstalled libraries.
130 */
131#define LT_OBJDIR ".libs/"
132
133/* Name of package */
134#define PACKAGE "libdispatch"
135
136/* Define to the address where bug reports for this package should be sent. */
137#define PACKAGE_BUGREPORT "libdispatch@macosforge.org"
138
139/* Define to the full name of this package. */
140#define PACKAGE_NAME "libdispatch"
141
142/* Define to the full name and version of this package. */
143#define PACKAGE_STRING "libdispatch 1.1"
144
145/* Define to the one symbol short name of this package. */
146#define PACKAGE_TARNAME "libdispatch"
147
148/* Define to the version of this package. */
149#define PACKAGE_VERSION "1.1"
150
151/* Define to 1 if you have the ANSI C header files. */
152#define STDC_HEADERS 1
153
154/* Define to use non-portable pthread TSD optimizations for Mac OS X) */
155#define USE_APPLE_TSD_OPTIMIZATIONS 1
156
157/* Define to tag libdispatch_init as a constructor */
158/* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
159
160/* Define to use Mach semaphores */
161#define USE_MACH_SEM 1
162
163/* Define to use POSIX semaphores */
164/* #undef USE_POSIX_SEM */
165
166/* Version number of package */
167#define VERSION "1.1"
168
169/* Define to 1 if on AIX 3.
170 System headers sometimes define this.
171 We just want to avoid a redefinition error message. */
172#ifndef _ALL_SOURCE
173/* # undef _ALL_SOURCE */
174#endif
175
176/* Enable GNU extensions on systems that have them. */
177#ifndef _GNU_SOURCE
178# define _GNU_SOURCE 1
179#endif
180
181/* Define to 1 if on MINIX. */
182/* #undef _MINIX */
183
184/* Define to 2 if the system does not provide POSIX.1 features except with
185 this defined. */
186/* #undef _POSIX_1_SOURCE */
187
188/* Define to 1 if you need to in order for `stat' and other things to work. */
189/* #undef _POSIX_SOURCE */
190
191/* Define if using Darwin $NOCANCEL */
192#define __DARWIN_NON_CANCELABLE 1
193
194/* Enable extensions on Solaris. */
195#ifndef __EXTENSIONS__
196# define __EXTENSIONS__ 1
197#endif
198#ifndef _POSIX_PTHREAD_SEMANTICS
199# define _POSIX_PTHREAD_SEMANTICS 1
200#endif
201#ifndef _TANDEM_SOURCE
202# define _TANDEM_SOURCE 1
203#endif