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