1 | /* config.h. Generated from config.h.in by configure. */ |
2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
3 | |
4 | /* Define if building universal (internal helper macro) */ |
5 | /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
6 | |
7 | /* Define to the number of bits in type 'ptrdiff_t'. */ |
8 | /* #undef BITSIZEOF_PTRDIFF_T */ |
9 | |
10 | /* Define to the number of bits in type 'sig_atomic_t'. */ |
11 | /* #undef BITSIZEOF_SIG_ATOMIC_T */ |
12 | |
13 | /* Define to the number of bits in type 'size_t'. */ |
14 | /* #undef BITSIZEOF_SIZE_T */ |
15 | |
16 | /* Define to the number of bits in type 'wchar_t'. */ |
17 | /* #undef BITSIZEOF_WCHAR_T */ |
18 | |
19 | /* Define to the number of bits in type 'wint_t'. */ |
20 | /* #undef BITSIZEOF_WINT_T */ |
21 | |
22 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP |
23 | systems. This function is required for 'alloca.c' support on those systems. |
24 | */ |
25 | /* #undef CRAY_STACKSEG_END */ |
26 | |
27 | /* Define to 1 if using 'alloca.c'. */ |
28 | /* #undef C_ALLOCA */ |
29 | |
30 | /* Define as the bit index in the word where to find bit 0 of the exponent of |
31 | 'double'. */ |
32 | #define DBL_EXPBIT0_BIT 20 |
33 | |
34 | /* Define as the word index where to find the exponent of 'double'. */ |
35 | #define DBL_EXPBIT0_WORD 1 |
36 | |
37 | /* Define to 1 if translation of program messages to the user's native |
38 | language is requested. */ |
39 | #define ENABLE_NLS 1 |
40 | |
41 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
42 | whether the gnulib module gc-hmac-md5 shall be considered present. */ |
43 | #define GNULIB_GC_HMAC_MD5 1 |
44 | |
45 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
46 | whether the gnulib module gc-hmac-sha1 shall be considered present. */ |
47 | #define GNULIB_GC_HMAC_SHA1 1 |
48 | |
49 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
50 | whether the gnulib module gc-md5 shall be considered present. */ |
51 | #define GNULIB_GC_MD5 1 |
52 | |
53 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
54 | whether the gnulib module gc-random shall be considered present. */ |
55 | #define GNULIB_GC_RANDOM 1 |
56 | |
57 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
58 | whether the gnulib module gc-sha1 shall be considered present. */ |
59 | #define GNULIB_GC_SHA1 1 |
60 | |
61 | /* Define to 1 when the gnulib module fdopen should be tested. */ |
62 | #define GNULIB_TEST_FDOPEN 1 |
63 | |
64 | /* Define to 1 when the gnulib module getdelim should be tested. */ |
65 | #define GNULIB_TEST_GETDELIM 1 |
66 | |
67 | /* Define to 1 when the gnulib module getline should be tested. */ |
68 | #define GNULIB_TEST_GETLINE 1 |
69 | |
70 | /* Define to 1 when the gnulib module getpagesize should be tested. */ |
71 | #define GNULIB_TEST_GETPAGESIZE 1 |
72 | |
73 | /* Define to 1 when the gnulib module memchr should be tested. */ |
74 | #define GNULIB_TEST_MEMCHR 1 |
75 | |
76 | /* Define to 1 when the gnulib module memmem should be tested. */ |
77 | #define GNULIB_TEST_MEMMEM 1 |
78 | |
79 | /* Define to 1 when the gnulib module realloc-posix should be tested. */ |
80 | #define GNULIB_TEST_REALLOC_POSIX 1 |
81 | |
82 | /* Define to 1 when the gnulib module strndup should be tested. */ |
83 | #define GNULIB_TEST_STRNDUP 1 |
84 | |
85 | /* Define to 1 when the gnulib module strnlen should be tested. */ |
86 | #define GNULIB_TEST_STRNLEN 1 |
87 | |
88 | /* Define to 1 when the gnulib module strverscmp should be tested. */ |
89 | #define GNULIB_TEST_STRVERSCMP 1 |
90 | |
91 | /* Define to 1 when the gnulib module vasprintf should be tested. */ |
92 | #define GNULIB_TEST_VASPRINTF 1 |
93 | |
94 | /* Define to 1 if you don't want backwards compatibility code. */ |
95 | #define GSASL_NO_OBSOLETE 1 |
96 | |
97 | /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that |
98 | may be supplied by this distribution. */ |
99 | #define HAVE_ALLOCA 1 |
100 | |
101 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
102 | */ |
103 | #define HAVE_ALLOCA_H 1 |
104 | |
105 | /* Define to 1 if you have the <bp-sym.h> header file. */ |
106 | /* #undef HAVE_BP_SYM_H */ |
107 | |
108 | /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the |
109 | CoreFoundation framework. */ |
110 | /* #undef HAVE_CFLOCALECOPYCURRENT */ |
111 | |
112 | /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in |
113 | the CoreFoundation framework. */ |
114 | /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ |
115 | |
116 | /* Define if the GNU dcgettext() function is already present or preinstalled. |
117 | */ |
118 | #define HAVE_DCGETTEXT 1 |
119 | |
120 | /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. |
121 | */ |
122 | #define HAVE_DECL_ALARM 1 |
123 | |
124 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you |
125 | don't. */ |
126 | /* #undef HAVE_DECL_GETC_UNLOCKED */ |
127 | |
128 | /* Define to 1 if you have the declaration of `getdelim', and to 0 if you |
129 | don't. */ |
130 | #define HAVE_DECL_GETDELIM 1 |
131 | |
132 | /* Define to 1 if you have the declaration of `getline', and to 0 if you |
133 | don't. */ |
134 | #define HAVE_DECL_GETLINE 1 |
135 | |
136 | /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. |
137 | */ |
138 | #define HAVE_DECL_MEMMEM 1 |
139 | |
140 | /* Define to 1 if you have the declaration of `strndup', and to 0 if you |
141 | don't. */ |
142 | #define HAVE_DECL_STRNDUP 1 |
143 | |
144 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you |
145 | don't. */ |
146 | #define HAVE_DECL_STRNLEN 1 |
147 | |
148 | /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you |
149 | don't. */ |
150 | #define HAVE_DECL__SNPRINTF 0 |
151 | |
152 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
153 | #define HAVE_DLFCN_H 1 |
154 | |
155 | /* Define to 1 if you have the <features.h> header file. */ |
156 | #define HAVE_FEATURES_H 1 |
157 | |
158 | /* Define to 1 if you have the `flockfile' function. */ |
159 | /* #undef HAVE_FLOCKFILE */ |
160 | |
161 | /* Define to 1 if you have the `funlockfile' function. */ |
162 | /* #undef HAVE_FUNLOCKFILE */ |
163 | |
164 | /* Define to 1 if you have the `getdelim' function. */ |
165 | #define HAVE_GETDELIM 1 |
166 | |
167 | /* Define to 1 if you have the `getpagesize' function. */ |
168 | #define HAVE_GETPAGESIZE 1 |
169 | |
170 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
171 | #define HAVE_GETTEXT 1 |
172 | |
173 | /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ |
174 | /* #undef HAVE_GSSAPI_GSSAPI_H */ |
175 | |
176 | /* Define to 1 if you have the <gssapi.h> header file. */ |
177 | /* #undef HAVE_GSSAPI_H */ |
178 | |
179 | /* Define to 1 if you have the `GSS_C_NT_HOSTBASED_SERVICE' function. */ |
180 | /* #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE */ |
181 | |
182 | /* Define to 1 if you have the `gss_decapsulate_token' function. */ |
183 | /* #undef HAVE_GSS_DECAPSULATE_TOKEN */ |
184 | |
185 | /* Define to 1 if you have the `gss_encapsulate_token' function. */ |
186 | /* #undef HAVE_GSS_ENCAPSULATE_TOKEN */ |
187 | |
188 | /* Define to 1 if you have the `gss_inquire_mech_for_saslname' function. */ |
189 | /* #undef HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME */ |
190 | |
191 | /* Define to 1 if you have the `gss_oid_equal' function. */ |
192 | /* #undef HAVE_GSS_OID_EQUAL */ |
193 | |
194 | /* Define if you have the iconv() function and it works. */ |
195 | /* #undef HAVE_ICONV */ |
196 | |
197 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ |
198 | #define HAVE_INTMAX_T 1 |
199 | |
200 | /* Define to 1 if you have the <inttypes.h> header file. */ |
201 | #define HAVE_INTTYPES_H 1 |
202 | |
203 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and |
204 | declares uintmax_t. */ |
205 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 |
206 | |
207 | /* Define if you have the libgcrypt library. */ |
208 | /* #undef HAVE_LIBGCRYPT */ |
209 | |
210 | /* Define if you have the libgss library. */ |
211 | /* #undef HAVE_LIBGSS */ |
212 | |
213 | /* Define if you have the libgssapi32 library. */ |
214 | /* #undef HAVE_LIBGSSAPI32 */ |
215 | |
216 | /* Define if you have the libidn library. */ |
217 | #define HAVE_LIBIDN 0 |
218 | |
219 | /* Define if you have the libntlm library. */ |
220 | /* #undef HAVE_LIBNTLM */ |
221 | |
222 | /* Define if you have the libshishi library. */ |
223 | /* #undef HAVE_LIBSHISHI */ |
224 | |
225 | /* Define to 1 if the system has the type `long long int'. */ |
226 | #define HAVE_LONG_LONG_INT 1 |
227 | |
228 | /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including |
229 | config.h and <sys/mman.h>. */ |
230 | #define HAVE_MAP_ANONYMOUS 1 |
231 | |
232 | /* Define to 1 if you have the `mbrtowc' function. */ |
233 | #define HAVE_MBRTOWC 1 |
234 | |
235 | /* Define to 1 if you have the `memmem' function. */ |
236 | #define HAVE_MEMMEM 1 |
237 | |
238 | /* Define to 1 if you have the <memory.h> header file. */ |
239 | #define HAVE_MEMORY_H 1 |
240 | |
241 | /* Define to 1 if <limits.h> defines the MIN and MAX macros. */ |
242 | /* #undef HAVE_MINMAX_IN_LIMITS_H */ |
243 | |
244 | /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */ |
245 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 |
246 | |
247 | /* Define to 1 if you have the `mprotect' function. */ |
248 | #define HAVE_MPROTECT 1 |
249 | |
250 | /* Define to 1 on MSVC platforms that have the "invalid parameter handler" |
251 | concept. */ |
252 | /* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */ |
253 | |
254 | /* Define to 1 if you have the <OS.h> header file. */ |
255 | /* #undef HAVE_OS_H */ |
256 | |
257 | /* Define to 1 if you have the `pr29_8z' function. */ |
258 | #define HAVE_PR29_8Z 0 |
259 | |
260 | /* Define to 1 if you have the <pr29.h> header file. */ |
261 | #define HAVE_PR29_H 0 |
262 | |
263 | /* Define to 1 if atoll is declared even after undefining macros. */ |
264 | #define HAVE_RAW_DECL_ATOLL 1 |
265 | |
266 | /* Define to 1 if btowc is declared even after undefining macros. */ |
267 | #define HAVE_RAW_DECL_BTOWC 1 |
268 | |
269 | /* Define to 1 if canonicalize_file_name is declared even after undefining |
270 | macros. */ |
271 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 |
272 | |
273 | /* Define to 1 if chdir is declared even after undefining macros. */ |
274 | #define HAVE_RAW_DECL_CHDIR 1 |
275 | |
276 | /* Define to 1 if chown is declared even after undefining macros. */ |
277 | #define HAVE_RAW_DECL_CHOWN 1 |
278 | |
279 | /* Define to 1 if dprintf is declared even after undefining macros. */ |
280 | #define HAVE_RAW_DECL_DPRINTF 1 |
281 | |
282 | /* Define to 1 if dup is declared even after undefining macros. */ |
283 | #define HAVE_RAW_DECL_DUP 1 |
284 | |
285 | /* Define to 1 if dup2 is declared even after undefining macros. */ |
286 | #define HAVE_RAW_DECL_DUP2 1 |
287 | |
288 | /* Define to 1 if dup3 is declared even after undefining macros. */ |
289 | #define HAVE_RAW_DECL_DUP3 1 |
290 | |
291 | /* Define to 1 if endusershell is declared even after undefining macros. */ |
292 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 |
293 | |
294 | /* Define to 1 if environ is declared even after undefining macros. */ |
295 | #define HAVE_RAW_DECL_ENVIRON 1 |
296 | |
297 | /* Define to 1 if euidaccess is declared even after undefining macros. */ |
298 | #define HAVE_RAW_DECL_EUIDACCESS 1 |
299 | |
300 | /* Define to 1 if faccessat is declared even after undefining macros. */ |
301 | #define HAVE_RAW_DECL_FACCESSAT 1 |
302 | |
303 | /* Define to 1 if fchdir is declared even after undefining macros. */ |
304 | #define HAVE_RAW_DECL_FCHDIR 1 |
305 | |
306 | /* Define to 1 if fchownat is declared even after undefining macros. */ |
307 | #define HAVE_RAW_DECL_FCHOWNAT 1 |
308 | |
309 | /* Define to 1 if fdatasync is declared even after undefining macros. */ |
310 | #define HAVE_RAW_DECL_FDATASYNC 1 |
311 | |
312 | /* Define to 1 if ffsl is declared even after undefining macros. */ |
313 | #define HAVE_RAW_DECL_FFSL 1 |
314 | |
315 | /* Define to 1 if ffsll is declared even after undefining macros. */ |
316 | #define HAVE_RAW_DECL_FFSLL 1 |
317 | |
318 | /* Define to 1 if fpurge is declared even after undefining macros. */ |
319 | /* #undef HAVE_RAW_DECL_FPURGE */ |
320 | |
321 | /* Define to 1 if fseeko is declared even after undefining macros. */ |
322 | #define HAVE_RAW_DECL_FSEEKO 1 |
323 | |
324 | /* Define to 1 if fsync is declared even after undefining macros. */ |
325 | #define HAVE_RAW_DECL_FSYNC 1 |
326 | |
327 | /* Define to 1 if ftello is declared even after undefining macros. */ |
328 | #define HAVE_RAW_DECL_FTELLO 1 |
329 | |
330 | /* Define to 1 if ftruncate is declared even after undefining macros. */ |
331 | #define HAVE_RAW_DECL_FTRUNCATE 1 |
332 | |
333 | /* Define to 1 if getcwd is declared even after undefining macros. */ |
334 | #define HAVE_RAW_DECL_GETCWD 1 |
335 | |
336 | /* Define to 1 if getdelim is declared even after undefining macros. */ |
337 | #define HAVE_RAW_DECL_GETDELIM 1 |
338 | |
339 | /* Define to 1 if getdomainname is declared even after undefining macros. */ |
340 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 |
341 | |
342 | /* Define to 1 if getdtablesize is declared even after undefining macros. */ |
343 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 |
344 | |
345 | /* Define to 1 if getgroups is declared even after undefining macros. */ |
346 | #define HAVE_RAW_DECL_GETGROUPS 1 |
347 | |
348 | /* Define to 1 if gethostname is declared even after undefining macros. */ |
349 | #define HAVE_RAW_DECL_GETHOSTNAME 1 |
350 | |
351 | /* Define to 1 if getline is declared even after undefining macros. */ |
352 | #define HAVE_RAW_DECL_GETLINE 1 |
353 | |
354 | /* Define to 1 if getloadavg is declared even after undefining macros. */ |
355 | #define HAVE_RAW_DECL_GETLOADAVG 1 |
356 | |
357 | /* Define to 1 if getlogin is declared even after undefining macros. */ |
358 | #define HAVE_RAW_DECL_GETLOGIN 1 |
359 | |
360 | /* Define to 1 if getlogin_r is declared even after undefining macros. */ |
361 | #define HAVE_RAW_DECL_GETLOGIN_R 1 |
362 | |
363 | /* Define to 1 if getpagesize is declared even after undefining macros. */ |
364 | #define HAVE_RAW_DECL_GETPAGESIZE 1 |
365 | |
366 | /* Define to 1 if gets is declared even after undefining macros. */ |
367 | /* #undef HAVE_RAW_DECL_GETS */ |
368 | |
369 | /* Define to 1 if getsubopt is declared even after undefining macros. */ |
370 | #define HAVE_RAW_DECL_GETSUBOPT 1 |
371 | |
372 | /* Define to 1 if getusershell is declared even after undefining macros. */ |
373 | #define HAVE_RAW_DECL_GETUSERSHELL 1 |
374 | |
375 | /* Define to 1 if grantpt is declared even after undefining macros. */ |
376 | #define HAVE_RAW_DECL_GRANTPT 1 |
377 | |
378 | /* Define to 1 if group_member is declared even after undefining macros. */ |
379 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 |
380 | |
381 | /* Define to 1 if imaxabs is declared even after undefining macros. */ |
382 | #define HAVE_RAW_DECL_IMAXABS 1 |
383 | |
384 | /* Define to 1 if imaxdiv is declared even after undefining macros. */ |
385 | #define HAVE_RAW_DECL_IMAXDIV 1 |
386 | |
387 | /* Define to 1 if initstate is declared even after undefining macros. */ |
388 | #define HAVE_RAW_DECL_INITSTATE 1 |
389 | |
390 | /* Define to 1 if initstate_r is declared even after undefining macros. */ |
391 | #define HAVE_RAW_DECL_INITSTATE_R 1 |
392 | |
393 | /* Define to 1 if isatty is declared even after undefining macros. */ |
394 | #define HAVE_RAW_DECL_ISATTY 1 |
395 | |
396 | /* Define to 1 if lchown is declared even after undefining macros. */ |
397 | #define HAVE_RAW_DECL_LCHOWN 1 |
398 | |
399 | /* Define to 1 if link is declared even after undefining macros. */ |
400 | #define HAVE_RAW_DECL_LINK 1 |
401 | |
402 | /* Define to 1 if linkat is declared even after undefining macros. */ |
403 | #define HAVE_RAW_DECL_LINKAT 1 |
404 | |
405 | /* Define to 1 if lseek is declared even after undefining macros. */ |
406 | #define HAVE_RAW_DECL_LSEEK 1 |
407 | |
408 | /* Define to 1 if mbrlen is declared even after undefining macros. */ |
409 | #define HAVE_RAW_DECL_MBRLEN 1 |
410 | |
411 | /* Define to 1 if mbrtowc is declared even after undefining macros. */ |
412 | #define HAVE_RAW_DECL_MBRTOWC 1 |
413 | |
414 | /* Define to 1 if mbsinit is declared even after undefining macros. */ |
415 | #define HAVE_RAW_DECL_MBSINIT 1 |
416 | |
417 | /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ |
418 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 |
419 | |
420 | /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ |
421 | #define HAVE_RAW_DECL_MBSRTOWCS 1 |
422 | |
423 | /* Define to 1 if memmem is declared even after undefining macros. */ |
424 | #define HAVE_RAW_DECL_MEMMEM 1 |
425 | |
426 | /* Define to 1 if mempcpy is declared even after undefining macros. */ |
427 | #define HAVE_RAW_DECL_MEMPCPY 1 |
428 | |
429 | /* Define to 1 if memrchr is declared even after undefining macros. */ |
430 | #define HAVE_RAW_DECL_MEMRCHR 1 |
431 | |
432 | /* Define to 1 if mkdtemp is declared even after undefining macros. */ |
433 | #define HAVE_RAW_DECL_MKDTEMP 1 |
434 | |
435 | /* Define to 1 if mkostemp is declared even after undefining macros. */ |
436 | #define HAVE_RAW_DECL_MKOSTEMP 1 |
437 | |
438 | /* Define to 1 if mkostemps is declared even after undefining macros. */ |
439 | #define HAVE_RAW_DECL_MKOSTEMPS 1 |
440 | |
441 | /* Define to 1 if mkstemp is declared even after undefining macros. */ |
442 | #define HAVE_RAW_DECL_MKSTEMP 1 |
443 | |
444 | /* Define to 1 if mkstemps is declared even after undefining macros. */ |
445 | #define HAVE_RAW_DECL_MKSTEMPS 1 |
446 | |
447 | /* Define to 1 if pclose is declared even after undefining macros. */ |
448 | #define HAVE_RAW_DECL_PCLOSE 1 |
449 | |
450 | /* Define to 1 if pipe is declared even after undefining macros. */ |
451 | #define HAVE_RAW_DECL_PIPE 1 |
452 | |
453 | /* Define to 1 if pipe2 is declared even after undefining macros. */ |
454 | #define HAVE_RAW_DECL_PIPE2 1 |
455 | |
456 | /* Define to 1 if popen is declared even after undefining macros. */ |
457 | #define HAVE_RAW_DECL_POPEN 1 |
458 | |
459 | /* Define to 1 if posix_openpt is declared even after undefining macros. */ |
460 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 |
461 | |
462 | /* Define to 1 if pread is declared even after undefining macros. */ |
463 | #define HAVE_RAW_DECL_PREAD 1 |
464 | |
465 | /* Define to 1 if ptsname is declared even after undefining macros. */ |
466 | #define HAVE_RAW_DECL_PTSNAME 1 |
467 | |
468 | /* Define to 1 if ptsname_r is declared even after undefining macros. */ |
469 | #define HAVE_RAW_DECL_PTSNAME_R 1 |
470 | |
471 | /* Define to 1 if pwrite is declared even after undefining macros. */ |
472 | #define HAVE_RAW_DECL_PWRITE 1 |
473 | |
474 | /* Define to 1 if random is declared even after undefining macros. */ |
475 | #define HAVE_RAW_DECL_RANDOM 1 |
476 | |
477 | /* Define to 1 if random_r is declared even after undefining macros. */ |
478 | #define HAVE_RAW_DECL_RANDOM_R 1 |
479 | |
480 | /* Define to 1 if rawmemchr is declared even after undefining macros. */ |
481 | #define HAVE_RAW_DECL_RAWMEMCHR 1 |
482 | |
483 | /* Define to 1 if readlink is declared even after undefining macros. */ |
484 | #define HAVE_RAW_DECL_READLINK 1 |
485 | |
486 | /* Define to 1 if readlinkat is declared even after undefining macros. */ |
487 | #define HAVE_RAW_DECL_READLINKAT 1 |
488 | |
489 | /* Define to 1 if realpath is declared even after undefining macros. */ |
490 | #define HAVE_RAW_DECL_REALPATH 1 |
491 | |
492 | /* Define to 1 if renameat is declared even after undefining macros. */ |
493 | #define HAVE_RAW_DECL_RENAMEAT 1 |
494 | |
495 | /* Define to 1 if rmdir is declared even after undefining macros. */ |
496 | #define HAVE_RAW_DECL_RMDIR 1 |
497 | |
498 | /* Define to 1 if rpmatch is declared even after undefining macros. */ |
499 | #define HAVE_RAW_DECL_RPMATCH 1 |
500 | |
501 | /* Define to 1 if setenv is declared even after undefining macros. */ |
502 | #define HAVE_RAW_DECL_SETENV 1 |
503 | |
504 | /* Define to 1 if sethostname is declared even after undefining macros. */ |
505 | #define HAVE_RAW_DECL_SETHOSTNAME 1 |
506 | |
507 | /* Define to 1 if setstate is declared even after undefining macros. */ |
508 | #define HAVE_RAW_DECL_SETSTATE 1 |
509 | |
510 | /* Define to 1 if setstate_r is declared even after undefining macros. */ |
511 | #define HAVE_RAW_DECL_SETSTATE_R 1 |
512 | |
513 | /* Define to 1 if setusershell is declared even after undefining macros. */ |
514 | #define HAVE_RAW_DECL_SETUSERSHELL 1 |
515 | |
516 | /* Define to 1 if sleep is declared even after undefining macros. */ |
517 | #define HAVE_RAW_DECL_SLEEP 1 |
518 | |
519 | /* Define to 1 if snprintf is declared even after undefining macros. */ |
520 | #define HAVE_RAW_DECL_SNPRINTF 1 |
521 | |
522 | /* Define to 1 if srandom is declared even after undefining macros. */ |
523 | #define HAVE_RAW_DECL_SRANDOM 1 |
524 | |
525 | /* Define to 1 if srandom_r is declared even after undefining macros. */ |
526 | #define HAVE_RAW_DECL_SRANDOM_R 1 |
527 | |
528 | /* Define to 1 if stpcpy is declared even after undefining macros. */ |
529 | #define HAVE_RAW_DECL_STPCPY 1 |
530 | |
531 | /* Define to 1 if stpncpy is declared even after undefining macros. */ |
532 | #define HAVE_RAW_DECL_STPNCPY 1 |
533 | |
534 | /* Define to 1 if strcasestr is declared even after undefining macros. */ |
535 | #define HAVE_RAW_DECL_STRCASESTR 1 |
536 | |
537 | /* Define to 1 if strchrnul is declared even after undefining macros. */ |
538 | #define HAVE_RAW_DECL_STRCHRNUL 1 |
539 | |
540 | /* Define to 1 if strdup is declared even after undefining macros. */ |
541 | #define HAVE_RAW_DECL_STRDUP 1 |
542 | |
543 | /* Define to 1 if strerror_r is declared even after undefining macros. */ |
544 | #define HAVE_RAW_DECL_STRERROR_R 1 |
545 | |
546 | /* Define to 1 if strncat is declared even after undefining macros. */ |
547 | #define HAVE_RAW_DECL_STRNCAT 1 |
548 | |
549 | /* Define to 1 if strndup is declared even after undefining macros. */ |
550 | #define HAVE_RAW_DECL_STRNDUP 1 |
551 | |
552 | /* Define to 1 if strnlen is declared even after undefining macros. */ |
553 | #define HAVE_RAW_DECL_STRNLEN 1 |
554 | |
555 | /* Define to 1 if strpbrk is declared even after undefining macros. */ |
556 | #define HAVE_RAW_DECL_STRPBRK 1 |
557 | |
558 | /* Define to 1 if strsep is declared even after undefining macros. */ |
559 | #define HAVE_RAW_DECL_STRSEP 1 |
560 | |
561 | /* Define to 1 if strsignal is declared even after undefining macros. */ |
562 | #define HAVE_RAW_DECL_STRSIGNAL 1 |
563 | |
564 | /* Define to 1 if strtod is declared even after undefining macros. */ |
565 | #define HAVE_RAW_DECL_STRTOD 1 |
566 | |
567 | /* Define to 1 if strtoimax is declared even after undefining macros. */ |
568 | #define HAVE_RAW_DECL_STRTOIMAX 1 |
569 | |
570 | /* Define to 1 if strtok_r is declared even after undefining macros. */ |
571 | #define HAVE_RAW_DECL_STRTOK_R 1 |
572 | |
573 | /* Define to 1 if strtoll is declared even after undefining macros. */ |
574 | #define HAVE_RAW_DECL_STRTOLL 1 |
575 | |
576 | /* Define to 1 if strtoull is declared even after undefining macros. */ |
577 | #define HAVE_RAW_DECL_STRTOULL 1 |
578 | |
579 | /* Define to 1 if strtoumax is declared even after undefining macros. */ |
580 | #define HAVE_RAW_DECL_STRTOUMAX 1 |
581 | |
582 | /* Define to 1 if strverscmp is declared even after undefining macros. */ |
583 | #define HAVE_RAW_DECL_STRVERSCMP 1 |
584 | |
585 | /* Define to 1 if symlink is declared even after undefining macros. */ |
586 | #define HAVE_RAW_DECL_SYMLINK 1 |
587 | |
588 | /* Define to 1 if symlinkat is declared even after undefining macros. */ |
589 | #define HAVE_RAW_DECL_SYMLINKAT 1 |
590 | |
591 | /* Define to 1 if tmpfile is declared even after undefining macros. */ |
592 | #define HAVE_RAW_DECL_TMPFILE 1 |
593 | |
594 | /* Define to 1 if ttyname_r is declared even after undefining macros. */ |
595 | #define HAVE_RAW_DECL_TTYNAME_R 1 |
596 | |
597 | /* Define to 1 if unlink is declared even after undefining macros. */ |
598 | #define HAVE_RAW_DECL_UNLINK 1 |
599 | |
600 | /* Define to 1 if unlinkat is declared even after undefining macros. */ |
601 | #define HAVE_RAW_DECL_UNLINKAT 1 |
602 | |
603 | /* Define to 1 if unlockpt is declared even after undefining macros. */ |
604 | #define HAVE_RAW_DECL_UNLOCKPT 1 |
605 | |
606 | /* Define to 1 if unsetenv is declared even after undefining macros. */ |
607 | #define HAVE_RAW_DECL_UNSETENV 1 |
608 | |
609 | /* Define to 1 if usleep is declared even after undefining macros. */ |
610 | #define HAVE_RAW_DECL_USLEEP 1 |
611 | |
612 | /* Define to 1 if vdprintf is declared even after undefining macros. */ |
613 | #define HAVE_RAW_DECL_VDPRINTF 1 |
614 | |
615 | /* Define to 1 if vsnprintf is declared even after undefining macros. */ |
616 | #define HAVE_RAW_DECL_VSNPRINTF 1 |
617 | |
618 | /* Define to 1 if wcpcpy is declared even after undefining macros. */ |
619 | #define HAVE_RAW_DECL_WCPCPY 1 |
620 | |
621 | /* Define to 1 if wcpncpy is declared even after undefining macros. */ |
622 | #define HAVE_RAW_DECL_WCPNCPY 1 |
623 | |
624 | /* Define to 1 if wcrtomb is declared even after undefining macros. */ |
625 | #define HAVE_RAW_DECL_WCRTOMB 1 |
626 | |
627 | /* Define to 1 if wcscasecmp is declared even after undefining macros. */ |
628 | #define HAVE_RAW_DECL_WCSCASECMP 1 |
629 | |
630 | /* Define to 1 if wcscat is declared even after undefining macros. */ |
631 | #define HAVE_RAW_DECL_WCSCAT 1 |
632 | |
633 | /* Define to 1 if wcschr is declared even after undefining macros. */ |
634 | #define HAVE_RAW_DECL_WCSCHR 1 |
635 | |
636 | /* Define to 1 if wcscmp is declared even after undefining macros. */ |
637 | #define HAVE_RAW_DECL_WCSCMP 1 |
638 | |
639 | /* Define to 1 if wcscoll is declared even after undefining macros. */ |
640 | #define HAVE_RAW_DECL_WCSCOLL 1 |
641 | |
642 | /* Define to 1 if wcscpy is declared even after undefining macros. */ |
643 | #define HAVE_RAW_DECL_WCSCPY 1 |
644 | |
645 | /* Define to 1 if wcscspn is declared even after undefining macros. */ |
646 | #define HAVE_RAW_DECL_WCSCSPN 1 |
647 | |
648 | /* Define to 1 if wcsdup is declared even after undefining macros. */ |
649 | #define HAVE_RAW_DECL_WCSDUP 1 |
650 | |
651 | /* Define to 1 if wcslen is declared even after undefining macros. */ |
652 | #define HAVE_RAW_DECL_WCSLEN 1 |
653 | |
654 | /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ |
655 | #define HAVE_RAW_DECL_WCSNCASECMP 1 |
656 | |
657 | /* Define to 1 if wcsncat is declared even after undefining macros. */ |
658 | #define HAVE_RAW_DECL_WCSNCAT 1 |
659 | |
660 | /* Define to 1 if wcsncmp is declared even after undefining macros. */ |
661 | #define HAVE_RAW_DECL_WCSNCMP 1 |
662 | |
663 | /* Define to 1 if wcsncpy is declared even after undefining macros. */ |
664 | #define HAVE_RAW_DECL_WCSNCPY 1 |
665 | |
666 | /* Define to 1 if wcsnlen is declared even after undefining macros. */ |
667 | #define HAVE_RAW_DECL_WCSNLEN 1 |
668 | |
669 | /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ |
670 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 |
671 | |
672 | /* Define to 1 if wcspbrk is declared even after undefining macros. */ |
673 | #define HAVE_RAW_DECL_WCSPBRK 1 |
674 | |
675 | /* Define to 1 if wcsrchr is declared even after undefining macros. */ |
676 | #define HAVE_RAW_DECL_WCSRCHR 1 |
677 | |
678 | /* Define to 1 if wcsrtombs is declared even after undefining macros. */ |
679 | #define HAVE_RAW_DECL_WCSRTOMBS 1 |
680 | |
681 | /* Define to 1 if wcsspn is declared even after undefining macros. */ |
682 | #define HAVE_RAW_DECL_WCSSPN 1 |
683 | |
684 | /* Define to 1 if wcsstr is declared even after undefining macros. */ |
685 | #define HAVE_RAW_DECL_WCSSTR 1 |
686 | |
687 | /* Define to 1 if wcstok is declared even after undefining macros. */ |
688 | #define HAVE_RAW_DECL_WCSTOK 1 |
689 | |
690 | /* Define to 1 if wcswidth is declared even after undefining macros. */ |
691 | #define HAVE_RAW_DECL_WCSWIDTH 1 |
692 | |
693 | /* Define to 1 if wcsxfrm is declared even after undefining macros. */ |
694 | #define HAVE_RAW_DECL_WCSXFRM 1 |
695 | |
696 | /* Define to 1 if wctob is declared even after undefining macros. */ |
697 | #define HAVE_RAW_DECL_WCTOB 1 |
698 | |
699 | /* Define to 1 if wcwidth is declared even after undefining macros. */ |
700 | #define HAVE_RAW_DECL_WCWIDTH 1 |
701 | |
702 | /* Define to 1 if wmemchr is declared even after undefining macros. */ |
703 | #define HAVE_RAW_DECL_WMEMCHR 1 |
704 | |
705 | /* Define to 1 if wmemcmp is declared even after undefining macros. */ |
706 | #define HAVE_RAW_DECL_WMEMCMP 1 |
707 | |
708 | /* Define to 1 if wmemcpy is declared even after undefining macros. */ |
709 | #define HAVE_RAW_DECL_WMEMCPY 1 |
710 | |
711 | /* Define to 1 if wmemmove is declared even after undefining macros. */ |
712 | #define HAVE_RAW_DECL_WMEMMOVE 1 |
713 | |
714 | /* Define to 1 if wmemset is declared even after undefining macros. */ |
715 | #define HAVE_RAW_DECL_WMEMSET 1 |
716 | |
717 | /* Define to 1 if _Exit is declared even after undefining macros. */ |
718 | #define HAVE_RAW_DECL__EXIT 1 |
719 | |
720 | /* Define if the 'realloc' function is POSIX compliant. */ |
721 | #define HAVE_REALLOC_POSIX 1 |
722 | |
723 | /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ |
724 | /* #undef HAVE_SIGNED_SIG_ATOMIC_T */ |
725 | |
726 | /* Define to 1 if 'wchar_t' is a signed integer type. */ |
727 | /* #undef HAVE_SIGNED_WCHAR_T */ |
728 | |
729 | /* Define to 1 if 'wint_t' is a signed integer type. */ |
730 | /* #undef HAVE_SIGNED_WINT_T */ |
731 | |
732 | /* Define to 1 if you have the `snprintf' function. */ |
733 | #define HAVE_SNPRINTF 1 |
734 | |
735 | /* Define if the return value of the snprintf function is the number of of |
736 | bytes (excluding the terminating NUL) that would have been produced if the |
737 | buffer had been large enough. */ |
738 | #define HAVE_SNPRINTF_RETVAL_C99 1 |
739 | |
740 | /* Define to 1 if you have the <stdint.h> header file. */ |
741 | #define HAVE_STDINT_H 1 |
742 | |
743 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares |
744 | uintmax_t. */ |
745 | #define HAVE_STDINT_H_WITH_UINTMAX 1 |
746 | |
747 | /* Define to 1 if you have the <stdlib.h> header file. */ |
748 | #define HAVE_STDLIB_H 1 |
749 | |
750 | /* Define to 1 if you have the <strings.h> header file. */ |
751 | #define HAVE_STRINGS_H 1 |
752 | |
753 | /* Define to 1 if you have the <string.h> header file. */ |
754 | #define HAVE_STRING_H 1 |
755 | |
756 | /* Define to 1 if you have the `strndup' function. */ |
757 | #define HAVE_STRNDUP 1 |
758 | |
759 | /* Define to 1 if you have the `strnlen' function. */ |
760 | #define HAVE_STRNLEN 1 |
761 | |
762 | /* Define to 1 if you have the `strverscmp' function. */ |
763 | #define HAVE_STRVERSCMP 1 |
764 | |
765 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
766 | /* #undef HAVE_SYS_BITYPES_H */ |
767 | |
768 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ |
769 | /* #undef HAVE_SYS_INTTYPES_H */ |
770 | |
771 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
772 | #define HAVE_SYS_MMAN_H 1 |
773 | |
774 | /* Define to 1 if you have the <sys/param.h> header file. */ |
775 | /* #undef HAVE_SYS_PARAM_H */ |
776 | |
777 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
778 | #define HAVE_SYS_STAT_H 1 |
779 | |
780 | /* Define to 1 if you have the <sys/types.h> header file. */ |
781 | #define HAVE_SYS_TYPES_H 1 |
782 | |
783 | /* Define to 1 if you have the <unistd.h> header file. */ |
784 | #define HAVE_UNISTD_H 1 |
785 | |
786 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
787 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 |
788 | |
789 | /* Define to 1 if you have the `vasnprintf' function. */ |
790 | /* #undef HAVE_VASNPRINTF */ |
791 | |
792 | /* Define to 1 if you have the `vasprintf' function. */ |
793 | #define HAVE_VASPRINTF 1 |
794 | |
795 | /* Define to 1 or 0, depending whether the compiler supports simple visibility |
796 | declarations. */ |
797 | #define HAVE_VISIBILITY 1 |
798 | |
799 | /* Define to 1 if you have the <wchar.h> header file. */ |
800 | #define HAVE_WCHAR_H 1 |
801 | |
802 | /* Define if you have the 'wchar_t' type. */ |
803 | #define HAVE_WCHAR_T 1 |
804 | |
805 | /* Define to 1 if you have the `wcrtomb' function. */ |
806 | #define HAVE_WCRTOMB 1 |
807 | |
808 | /* Define to 1 if you have the `wcslen' function. */ |
809 | #define HAVE_WCSLEN 1 |
810 | |
811 | /* Define to 1 if you have the `wcsnlen' function. */ |
812 | #define HAVE_WCSNLEN 1 |
813 | |
814 | /* Define if you have the 'wint_t' type. */ |
815 | #define HAVE_WINT_T 1 |
816 | |
817 | /* Define to 1 if the system has the type `_Bool'. */ |
818 | #define HAVE__BOOL 1 |
819 | |
820 | /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */ |
821 | /* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */ |
822 | |
823 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
824 | */ |
825 | #define LT_OBJDIR ".libs/" |
826 | |
827 | /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ |
828 | /* #undef MAP_ANONYMOUS */ |
829 | |
830 | /* defined to the name of the unpredictable nonce device */ |
831 | #define NAME_OF_NONCE_DEVICE "/dev/urandom" |
832 | |
833 | /* defined to the name of the pseudo random device */ |
834 | #define NAME_OF_PSEUDO_RANDOM_DEVICE "/dev/urandom" |
835 | |
836 | /* defined to the name of the (strong) random device */ |
837 | #define NAME_OF_RANDOM_DEVICE "/dev/random" |
838 | |
839 | /* Name of package */ |
840 | #define PACKAGE "libgsasl" |
841 | |
842 | /* Define to the address where bug reports for this package should be sent. */ |
843 | #define PACKAGE_BUGREPORT "bug-gsasl@gnu.org" |
844 | |
845 | /* Define to the full name of this package. */ |
846 | #define PACKAGE_NAME "libgsasl" |
847 | |
848 | /* Define to the full name and version of this package. */ |
849 | #define PACKAGE_STRING "libgsasl 1.8.0" |
850 | |
851 | /* Define to the one symbol short name of this package. */ |
852 | #define PACKAGE_TARNAME "libgsasl" |
853 | |
854 | /* Define to the home page for this package. */ |
855 | #define PACKAGE_URL "" |
856 | |
857 | /* Define to the version of this package. */ |
858 | #define PACKAGE_VERSION "1.8.0" |
859 | |
860 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ |
861 | /* #undef PRI_MACROS_BROKEN */ |
862 | |
863 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
864 | 'ptrdiff_t'. */ |
865 | /* #undef PTRDIFF_T_SUFFIX */ |
866 | |
867 | /* Define if vasnprintf exists but is overridden by gnulib. */ |
868 | /* #undef REPLACE_VASNPRINTF */ |
869 | |
870 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
871 | 'sig_atomic_t'. */ |
872 | /* #undef SIG_ATOMIC_T_SUFFIX */ |
873 | |
874 | /* Define as the maximum value of type 'size_t', if the system doesn't define |
875 | it. */ |
876 | #ifndef SIZE_MAX |
877 | /* # undef SIZE_MAX */ |
878 | #endif |
879 | |
880 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
881 | 'size_t'. */ |
882 | /* #undef SIZE_T_SUFFIX */ |
883 | |
884 | /* If using the C implementation of alloca, define if you know the |
885 | direction of stack growth for your system; otherwise it will be |
886 | automatically deduced at runtime. |
887 | STACK_DIRECTION > 0 => grows toward higher addresses |
888 | STACK_DIRECTION < 0 => grows toward lower addresses |
889 | STACK_DIRECTION = 0 => direction of growth unknown */ |
890 | /* #undef STACK_DIRECTION */ |
891 | |
892 | /* Define to 1 if you have the ANSI C header files. */ |
893 | #define 1 |
894 | |
895 | /* Define to 1 if you want ANONYMOUS. */ |
896 | #define USE_ANONYMOUS 1 |
897 | |
898 | /* Define to 1 if you want client code. */ |
899 | #define USE_CLIENT 1 |
900 | |
901 | /* Define to 1 if you want CRAM-MD5. */ |
902 | #define USE_CRAM_MD5 1 |
903 | |
904 | /* Define to 1 if you want DIGEST-MD5. */ |
905 | #define USE_DIGEST_MD5 1 |
906 | |
907 | /* Define to 1 if you want EXTERNAL. */ |
908 | #define USE_EXTERNAL 1 |
909 | |
910 | /* Define to 1 if you want GS2. */ |
911 | /* #undef USE_GS2 */ |
912 | |
913 | /* Define to 1 if you want GSSAPI. */ |
914 | /* #undef USE_GSSAPI */ |
915 | |
916 | /* Define to 1 if you want KERBEROS_V5. */ |
917 | /* #undef USE_KERBEROS_V5 */ |
918 | |
919 | /* Define to 1 if you want LOGIN. */ |
920 | #define USE_LOGIN 1 |
921 | |
922 | /* Define to 1 if you want NTLM. */ |
923 | /* #undef USE_NTLM */ |
924 | |
925 | /* Define to 1 if you want OPENID20. */ |
926 | #define USE_OPENID20 1 |
927 | |
928 | /* Define to 1 if you want PLAIN. */ |
929 | #define USE_PLAIN 1 |
930 | |
931 | /* Define to 1 if you want SAML20. */ |
932 | #define USE_SAML20 1 |
933 | |
934 | /* Define to 1 if you want SCRAM-SHA-1. */ |
935 | #define USE_SCRAM_SHA1 1 |
936 | |
937 | /* Define to 1 if you want SECURID. */ |
938 | #define USE_SECURID 1 |
939 | |
940 | /* Define to 1 if you want server code. */ |
941 | #define USE_SERVER 1 |
942 | |
943 | /* Version number of package */ |
944 | #define VERSION "1.8.0" |
945 | |
946 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
947 | 'wchar_t'. */ |
948 | /* #undef WCHAR_T_SUFFIX */ |
949 | |
950 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
951 | 'wint_t'. */ |
952 | /* #undef WINT_T_SUFFIX */ |
953 | |
954 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
955 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
956 | #if defined AC_APPLE_UNIVERSAL_BUILD |
957 | # if defined __BIG_ENDIAN__ |
958 | # define WORDS_BIGENDIAN 1 |
959 | # endif |
960 | #else |
961 | # ifndef WORDS_BIGENDIAN |
962 | /* # undef WORDS_BIGENDIAN */ |
963 | # endif |
964 | #endif |
965 | |
966 | /* Define to 1 if on MINIX. */ |
967 | /* #undef _MINIX */ |
968 | |
969 | /* The _Noreturn keyword of C11. */ |
970 | #if ! (defined _Noreturn \ |
971 | || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) |
972 | # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ |
973 | || 0x5110 <= __SUNPRO_C) |
974 | # define _Noreturn __attribute__ ((__noreturn__)) |
975 | # elif defined _MSC_VER && 1200 <= _MSC_VER |
976 | # define _Noreturn __declspec (noreturn) |
977 | # else |
978 | # define _Noreturn |
979 | # endif |
980 | #endif |
981 | |
982 | |
983 | /* Define to 2 if the system does not provide POSIX.1 features except with |
984 | this defined. */ |
985 | /* #undef _POSIX_1_SOURCE */ |
986 | |
987 | /* Define to 1 if you need to in order for 'stat' and other things to work. */ |
988 | /* #undef _POSIX_SOURCE */ |
989 | |
990 | /* Define to 500 only on HP-UX. */ |
991 | /* #undef _XOPEN_SOURCE */ |
992 | |
993 | /* Enable extensions on AIX 3, Interix. */ |
994 | #ifndef _ALL_SOURCE |
995 | # define _ALL_SOURCE 1 |
996 | #endif |
997 | /* Enable general extensions on MacOS X. */ |
998 | #ifndef _DARWIN_C_SOURCE |
999 | # define _DARWIN_C_SOURCE 1 |
1000 | #endif |
1001 | /* Enable GNU extensions on systems that have them. */ |
1002 | #ifndef _GNU_SOURCE |
1003 | # define _GNU_SOURCE 1 |
1004 | #endif |
1005 | /* Enable threading extensions on Solaris. */ |
1006 | #ifndef _POSIX_PTHREAD_SEMANTICS |
1007 | # define _POSIX_PTHREAD_SEMANTICS 1 |
1008 | #endif |
1009 | /* Enable extensions on HP NonStop. */ |
1010 | #ifndef _TANDEM_SOURCE |
1011 | # define _TANDEM_SOURCE 1 |
1012 | #endif |
1013 | /* Enable general extensions on Solaris. */ |
1014 | #ifndef __EXTENSIONS__ |
1015 | # define __EXTENSIONS__ 1 |
1016 | #endif |
1017 | |
1018 | |
1019 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
1020 | calls it, or to nothing if 'inline' is not supported under any name. */ |
1021 | #ifndef __cplusplus |
1022 | /* #undef inline */ |
1023 | #endif |
1024 | |
1025 | /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */ |
1026 | /* #undef intmax_t */ |
1027 | |
1028 | /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports |
1029 | the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of |
1030 | earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. |
1031 | __APPLE__ && __MACH__ test for MacOS X. |
1032 | __APPLE_CC__ tests for the Apple compiler and its version. |
1033 | __STDC_VERSION__ tests for the C99 mode. */ |
1034 | #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ |
1035 | # define __GNUC_STDC_INLINE__ 1 |
1036 | #endif |
1037 | |
1038 | /* Define to `int' if <sys/types.h> does not define. */ |
1039 | /* #undef mode_t */ |
1040 | |
1041 | /* Define to `int' if <sys/types.h> does not define. */ |
1042 | /* #undef pid_t */ |
1043 | |
1044 | /* Define as the type of the result of subtracting two pointers, if the system |
1045 | doesn't define it. */ |
1046 | /* #undef ptrdiff_t */ |
1047 | |
1048 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
1049 | nothing if this is not supported. Do not define if restrict is |
1050 | supported directly. */ |
1051 | #define restrict __restrict |
1052 | /* Work around a bug in Sun C++: it does not support _Restrict or |
1053 | __restrict__, even though the corresponding Sun C compiler ends up with |
1054 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
1055 | previous line. Perhaps some future version of Sun C++ will work with |
1056 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
1057 | #if defined __SUNPRO_CC && !defined __RESTRICT |
1058 | # define _Restrict |
1059 | # define __restrict__ |
1060 | #endif |
1061 | |
1062 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
1063 | /* #undef size_t */ |
1064 | |
1065 | /* Define as a signed type of the same size as size_t. */ |
1066 | /* #undef ssize_t */ |
1067 | |
1068 | /* Define as a marker that can be attached to declarations that might not |
1069 | be used. This helps to reduce warnings, such as from |
1070 | GCC -Wunused-parameter. */ |
1071 | #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) |
1072 | # define _GL_UNUSED __attribute__ ((__unused__)) |
1073 | #else |
1074 | # define _GL_UNUSED |
1075 | #endif |
1076 | /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name |
1077 | is a misnomer outside of parameter lists. */ |
1078 | #define _UNUSED_PARAMETER_ _GL_UNUSED |
1079 | |
1080 | /* The __pure__ attribute was added in gcc 2.96. */ |
1081 | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) |
1082 | # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) |
1083 | #else |
1084 | # define _GL_ATTRIBUTE_PURE /* empty */ |
1085 | #endif |
1086 | |
1087 | /* The __const__ attribute was added in gcc 2.95. */ |
1088 | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) |
1089 | # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) |
1090 | #else |
1091 | # define _GL_ATTRIBUTE_CONST /* empty */ |
1092 | #endif |
1093 | |
1094 | |