Imported Upstream version 2.8.3
[platform/upstream/man-db.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define if you have, and want to use, Berkeley database header files. */
7 #undef BDB_H
8
9 /* Define to the number of bits in type 'ptrdiff_t'. */
10 #undef BITSIZEOF_PTRDIFF_T
11
12 /* Define to the number of bits in type 'sig_atomic_t'. */
13 #undef BITSIZEOF_SIG_ATOMIC_T
14
15 /* Define to the number of bits in type 'size_t'. */
16 #undef BITSIZEOF_SIZE_T
17
18 /* Define to the number of bits in type 'wchar_t'. */
19 #undef BITSIZEOF_WCHAR_T
20
21 /* Define to the number of bits in type 'wint_t'. */
22 #undef BITSIZEOF_WINT_T
23
24 /* Define if you have, and want to use, the Berkeley database library. */
25 #undef BTREE
26
27 /* Define if you have compressors and want to support compressed cat files. */
28 #undef COMP_CAT
29
30 /* Define if you have compressors and want to support compressed manual
31    source. */
32 #undef COMP_SRC
33
34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
35    systems. This function is required for `alloca.c' support on those systems.
36    */
37 #undef CRAY_STACKSEG_END
38
39 /* Define to 1 if using `alloca.c'. */
40 #undef C_ALLOCA
41
42 /* Define as the bit index in the word where to find bit 0 of the exponent of
43    'double'. */
44 #undef DBL_EXPBIT0_BIT
45
46 /* Define as the word index where to find the exponent of 'double'. */
47 #undef DBL_EXPBIT0_WORD
48
49 /* the name of the file descriptor member of DIR */
50 #undef DIR_FD_MEMBER_NAME
51
52 #ifdef DIR_FD_MEMBER_NAME
53 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
54 #else
55 # define DIR_TO_FD(Dir_p) -1
56 #endif
57
58
59 /* Define to 1 if // is a file system root distinct from /. */
60 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
61
62 /* Define if struct dirent has a member d_ino that actually works. */
63 #undef D_INO_IN_DIRENT
64
65 /* Define to 1 if translation of program messages to the user's native
66    language is requested. */
67 #undef ENABLE_NLS
68
69 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
70 #undef FCNTL_DUPFD_BUGGY
71
72 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
73 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
74
75 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
76    and handles trailing slash correctly. */
77 #undef FUNC_REALPATH_WORKS
78
79 /* Define to 1 if futimesat mishandles a NULL file name. */
80 #undef FUTIMESAT_NULL_BUG
81
82 /* Define if you have, and want to use, gdbm interface routines. */
83 #undef GDBM
84
85 /* Define if gettimeofday clobbers the localtime buffer. */
86 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
87
88 /* Define this to 'void' or 'struct timezone' to match the system's
89    declaration of the second argument to gettimeofday. */
90 #undef GETTIMEOFDAY_TIMEZONE
91
92 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
93    whether the gnulib module canonicalize shall be considered present. */
94 #undef GNULIB_CANONICALIZE
95
96 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
97    whether the gnulib module canonicalize-lgpl shall be considered present. */
98 #undef GNULIB_CANONICALIZE_LGPL
99
100 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
101    whether the gnulib module dirname shall be considered present. */
102 #undef GNULIB_DIRNAME
103
104 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
105    whether the gnulib module fdopendir shall be considered present. */
106 #undef GNULIB_FDOPENDIR
107
108 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
109    whether the gnulib module fscanf shall be considered present. */
110 #undef GNULIB_FSCANF
111
112 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
113    whether the gnulib module getcwd shall be considered present. */
114 #undef GNULIB_GETCWD
115
116 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
117    whether the gnulib module lock shall be considered present. */
118 #undef GNULIB_LOCK
119
120 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
121    whether the gnulib module malloc-gnu shall be considered present. */
122 #undef GNULIB_MALLOC_GNU
123
124 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
125    whether the gnulib module nonblocking shall be considered present. */
126 #undef GNULIB_NONBLOCKING
127
128 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
129    whether the gnulib module openat shall be considered present. */
130 #undef GNULIB_OPENAT
131
132 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
133    */
134 #undef GNULIB_PROGRAM_INVOCATION_NAME
135
136 /* Define to 1 to add extern declaration of program_invocation_short_name to
137    argp.h */
138 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
139
140 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141    whether the gnulib module scanf shall be considered present. */
142 #undef GNULIB_SCANF
143
144 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145    whether the gnulib module strerror shall be considered present. */
146 #undef GNULIB_STRERROR
147
148 /* Define to 1 when the gnulib module btowc should be tested. */
149 #undef GNULIB_TEST_BTOWC
150
151 /* Define to 1 when the gnulib module canonicalize should be tested. */
152 #undef GNULIB_TEST_CANONICALIZE
153
154 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
155    */
156 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
157
158 /* Define to 1 when the gnulib module chdir should be tested. */
159 #undef GNULIB_TEST_CHDIR
160
161 /* Define to 1 when the gnulib module cloexec should be tested. */
162 #undef GNULIB_TEST_CLOEXEC
163
164 /* Define to 1 when the gnulib module close should be tested. */
165 #undef GNULIB_TEST_CLOSE
166
167 /* Define to 1 when the gnulib module closedir should be tested. */
168 #undef GNULIB_TEST_CLOSEDIR
169
170 /* Define to 1 when the gnulib module dirfd should be tested. */
171 #undef GNULIB_TEST_DIRFD
172
173 /* Define to 1 when the gnulib module dup should be tested. */
174 #undef GNULIB_TEST_DUP
175
176 /* Define to 1 when the gnulib module dup2 should be tested. */
177 #undef GNULIB_TEST_DUP2
178
179 /* Define to 1 when the gnulib module environ should be tested. */
180 #undef GNULIB_TEST_ENVIRON
181
182 /* Define to 1 when the gnulib module fchdir should be tested. */
183 #undef GNULIB_TEST_FCHDIR
184
185 /* Define to 1 when the gnulib module fcntl should be tested. */
186 #undef GNULIB_TEST_FCNTL
187
188 /* Define to 1 when the gnulib module fdopendir should be tested. */
189 #undef GNULIB_TEST_FDOPENDIR
190
191 /* Define to 1 when the gnulib module fstat should be tested. */
192 #undef GNULIB_TEST_FSTAT
193
194 /* Define to 1 when the gnulib module fstatat should be tested. */
195 #undef GNULIB_TEST_FSTATAT
196
197 /* Define to 1 when the gnulib module futimens should be tested. */
198 #undef GNULIB_TEST_FUTIMENS
199
200 /* Define to 1 when the gnulib module getcwd should be tested. */
201 #undef GNULIB_TEST_GETCWD
202
203 /* Define to 1 when the gnulib module getdelim should be tested. */
204 #undef GNULIB_TEST_GETDELIM
205
206 /* Define to 1 when the gnulib module getdtablesize should be tested. */
207 #undef GNULIB_TEST_GETDTABLESIZE
208
209 /* Define to 1 when the gnulib module getline should be tested. */
210 #undef GNULIB_TEST_GETLINE
211
212 /* Define to 1 when the gnulib module getlogin_r should be tested. */
213 #undef GNULIB_TEST_GETLOGIN_R
214
215 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
216 #undef GNULIB_TEST_GETOPT_GNU
217
218 /* Define to 1 when the gnulib module gettimeofday should be tested. */
219 #undef GNULIB_TEST_GETTIMEOFDAY
220
221 /* Define to 1 when the gnulib module ioctl should be tested. */
222 #undef GNULIB_TEST_IOCTL
223
224 /* Define to 1 when the gnulib module localeconv should be tested. */
225 #undef GNULIB_TEST_LOCALECONV
226
227 /* Define to 1 when the gnulib module lstat should be tested. */
228 #undef GNULIB_TEST_LSTAT
229
230 /* Define to 1 when the gnulib module malloc-posix should be tested. */
231 #undef GNULIB_TEST_MALLOC_POSIX
232
233 /* Define to 1 when the gnulib module mbrtowc should be tested. */
234 #undef GNULIB_TEST_MBRTOWC
235
236 /* Define to 1 when the gnulib module mbsinit should be tested. */
237 #undef GNULIB_TEST_MBSINIT
238
239 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
240 #undef GNULIB_TEST_MBSRTOWCS
241
242 /* Define to 1 when the gnulib module mbtowc should be tested. */
243 #undef GNULIB_TEST_MBTOWC
244
245 /* Define to 1 when the gnulib module memchr should be tested. */
246 #undef GNULIB_TEST_MEMCHR
247
248 /* Define to 1 when the gnulib module memmem should be tested. */
249 #undef GNULIB_TEST_MEMMEM
250
251 /* Define to 1 when the gnulib module mempcpy should be tested. */
252 #undef GNULIB_TEST_MEMPCPY
253
254 /* Define to 1 when the gnulib module memrchr should be tested. */
255 #undef GNULIB_TEST_MEMRCHR
256
257 /* Define to 1 when the gnulib module mkdtemp should be tested. */
258 #undef GNULIB_TEST_MKDTEMP
259
260 /* Define to 1 when the gnulib module mkstemp should be tested. */
261 #undef GNULIB_TEST_MKSTEMP
262
263 /* Define to 1 when the gnulib module nanosleep should be tested. */
264 #undef GNULIB_TEST_NANOSLEEP
265
266 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
267 #undef GNULIB_TEST_NL_LANGINFO
268
269 /* Define to 1 when the gnulib module nonblocking should be tested. */
270 #undef GNULIB_TEST_NONBLOCKING
271
272 /* Define to 1 when the gnulib module open should be tested. */
273 #undef GNULIB_TEST_OPEN
274
275 /* Define to 1 when the gnulib module openat should be tested. */
276 #undef GNULIB_TEST_OPENAT
277
278 /* Define to 1 when the gnulib module opendir should be tested. */
279 #undef GNULIB_TEST_OPENDIR
280
281 /* Define to 1 when the gnulib module raise should be tested. */
282 #undef GNULIB_TEST_RAISE
283
284 /* Define to 1 when the gnulib module rawmemchr should be tested. */
285 #undef GNULIB_TEST_RAWMEMCHR
286
287 /* Define to 1 when the gnulib module readdir should be tested. */
288 #undef GNULIB_TEST_READDIR
289
290 /* Define to 1 when the gnulib module readlink should be tested. */
291 #undef GNULIB_TEST_READLINK
292
293 /* Define to 1 when the gnulib module realloc-posix should be tested. */
294 #undef GNULIB_TEST_REALLOC_POSIX
295
296 /* Define to 1 when the gnulib module realpath should be tested. */
297 #undef GNULIB_TEST_REALPATH
298
299 /* Define to 1 when the gnulib module rename should be tested. */
300 #undef GNULIB_TEST_RENAME
301
302 /* Define to 1 when the gnulib module rewinddir should be tested. */
303 #undef GNULIB_TEST_REWINDDIR
304
305 /* Define to 1 when the gnulib module rmdir should be tested. */
306 #undef GNULIB_TEST_RMDIR
307
308 /* Define to 1 when the gnulib module secure_getenv should be tested. */
309 #undef GNULIB_TEST_SECURE_GETENV
310
311 /* Define to 1 when the gnulib module select should be tested. */
312 #undef GNULIB_TEST_SELECT
313
314 /* Define to 1 when the gnulib module setenv should be tested. */
315 #undef GNULIB_TEST_SETENV
316
317 /* Define to 1 when the gnulib module sigaction should be tested. */
318 #undef GNULIB_TEST_SIGACTION
319
320 /* Define to 1 when the gnulib module sigprocmask should be tested. */
321 #undef GNULIB_TEST_SIGPROCMASK
322
323 /* Define to 1 when the gnulib module sleep should be tested. */
324 #undef GNULIB_TEST_SLEEP
325
326 /* Define to 1 when the gnulib module stat should be tested. */
327 #undef GNULIB_TEST_STAT
328
329 /* Define to 1 when the gnulib module strcasestr should be tested. */
330 #undef GNULIB_TEST_STRCASESTR
331
332 /* Define to 1 when the gnulib module strchrnul should be tested. */
333 #undef GNULIB_TEST_STRCHRNUL
334
335 /* Define to 1 when the gnulib module strdup should be tested. */
336 #undef GNULIB_TEST_STRDUP
337
338 /* Define to 1 when the gnulib module strerror should be tested. */
339 #undef GNULIB_TEST_STRERROR
340
341 /* Define to 1 when the gnulib module strndup should be tested. */
342 #undef GNULIB_TEST_STRNDUP
343
344 /* Define to 1 when the gnulib module strnlen should be tested. */
345 #undef GNULIB_TEST_STRNLEN
346
347 /* Define to 1 when the gnulib module strsep should be tested. */
348 #undef GNULIB_TEST_STRSEP
349
350 /* Define to 1 when the gnulib module unsetenv should be tested. */
351 #undef GNULIB_TEST_UNSETENV
352
353 /* Define to 1 when the gnulib module vasprintf should be tested. */
354 #undef GNULIB_TEST_VASPRINTF
355
356 /* Define to 1 when the gnulib module vsnprintf should be tested. */
357 #undef GNULIB_TEST_VSNPRINTF
358
359 /* Define to 1 when the gnulib module wcrtomb should be tested. */
360 #undef GNULIB_TEST_WCRTOMB
361
362 /* Define if nroff is GNU nroff. */
363 #undef GNU_NROFF
364
365 /* Define if you have troff. */
366 #undef HAS_TROFF
367
368 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
369    may be supplied by this distribution. */
370 #undef HAVE_ALLOCA
371
372 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
373    */
374 #undef HAVE_ALLOCA_H
375
376 /* Define to 1 if you have the <bp-sym.h> header file. */
377 #undef HAVE_BP_SYM_H
378
379 /* Define if you have browser. */
380 #undef HAVE_BROWSER
381
382 /* Define to 1 if you have the 'btowc' function. */
383 #undef HAVE_BTOWC
384
385 /* Define to 1 if nanosleep mishandles large arguments. */
386 #undef HAVE_BUG_BIG_NANOSLEEP
387
388 /* Define if you have bzip2. */
389 #undef HAVE_BZIP2
390
391 /* Define to 1 if you have the 'canonicalize_file_name' function. */
392 #undef HAVE_CANONICALIZE_FILE_NAME
393
394 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
395    CoreFoundation framework. */
396 #undef HAVE_CFLOCALECOPYCURRENT
397
398 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
399    the CoreFoundation framework. */
400 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
401
402 /* Define to 1 if you have the `clock_gettime' function. */
403 #undef HAVE_CLOCK_GETTIME
404
405 /* Define to 1 if you have the `clock_settime' function. */
406 #undef HAVE_CLOCK_SETTIME
407
408 /* Define to 1 if you have the `closedir' function. */
409 #undef HAVE_CLOSEDIR
410
411 /* Define if you have col. */
412 #undef HAVE_COL
413
414 /* Define if you have compress. */
415 #undef HAVE_COMPRESS
416
417 /* Define if the GNU dcgettext() function is already present or preinstalled.
418    */
419 #undef HAVE_DCGETTEXT
420
421 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
422    */
423 #undef HAVE_DECL_ALARM
424
425 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
426    you don't. */
427 #undef HAVE_DECL_CLEARERR_UNLOCKED
428
429 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
430    */
431 #undef HAVE_DECL_DIRFD
432
433 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
434    */
435 #undef HAVE_DECL_FCHDIR
436
437 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
438    don't. */
439 #undef HAVE_DECL_FDOPENDIR
440
441 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
442    don't. */
443 #undef HAVE_DECL_FEOF_UNLOCKED
444
445 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
446    you don't. */
447 #undef HAVE_DECL_FERROR_UNLOCKED
448
449 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
450    you don't. */
451 #undef HAVE_DECL_FFLUSH_UNLOCKED
452
453 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
454    you don't. */
455 #undef HAVE_DECL_FGETS_UNLOCKED
456
457 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
458    you don't. */
459 #undef HAVE_DECL_FPUTC_UNLOCKED
460
461 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
462    you don't. */
463 #undef HAVE_DECL_FPUTS_UNLOCKED
464
465 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
466    you don't. */
467 #undef HAVE_DECL_FREAD_UNLOCKED
468
469 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
470    you don't. */
471 #undef HAVE_DECL_FWRITE_UNLOCKED
472
473 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
474    you don't. */
475 #undef HAVE_DECL_GETCHAR_UNLOCKED
476
477 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
478    */
479 #undef HAVE_DECL_GETCWD
480
481 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
482    don't. */
483 #undef HAVE_DECL_GETC_UNLOCKED
484
485 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
486    don't. */
487 #undef HAVE_DECL_GETDELIM
488
489 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
490    */
491 #undef HAVE_DECL_GETENV
492
493 /* Define to 1 if you have the declaration of `getline', and to 0 if you
494    don't. */
495 #undef HAVE_DECL_GETLINE
496
497 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
498    don't. */
499 #undef HAVE_DECL_GETLOGIN
500
501 /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
502    don't. */
503 #undef HAVE_DECL_GETLOGIN_R
504
505 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
506    don't. */
507 #undef HAVE_DECL_ISBLANK
508
509 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
510    don't. */
511 #undef HAVE_DECL_MBRTOWC
512
513 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
514    don't. */
515 #undef HAVE_DECL_MBSINIT
516
517 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
518    don't. */
519 #undef HAVE_DECL_MBSRTOWCS
520
521 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
522    */
523 #undef HAVE_DECL_MEMMEM
524
525 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
526    don't. */
527 #undef HAVE_DECL_MEMRCHR
528
529 /* Define to 1 if you have the declaration of `program_invocation_name', and
530    to 0 if you don't. */
531 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
532
533 /* Define to 1 if you have the declaration of `program_invocation_short_name',
534    and to 0 if you don't. */
535 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
536
537 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
538    you don't. */
539 #undef HAVE_DECL_PUTCHAR_UNLOCKED
540
541 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
542    don't. */
543 #undef HAVE_DECL_PUTC_UNLOCKED
544
545 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
546    */
547 #undef HAVE_DECL_SETENV
548
549 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
550    */
551 #undef HAVE_DECL_SLEEP
552
553 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
554    */
555 #undef HAVE_DECL_STRDUP
556
557 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
558    don't. */
559 #undef HAVE_DECL_STRERROR_R
560
561 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
562    don't. */
563 #undef HAVE_DECL_STRNCASECMP
564
565 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
566    don't. */
567 #undef HAVE_DECL_STRNDUP
568
569 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
570    don't. */
571 #undef HAVE_DECL_STRNLEN
572
573 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
574    don't. */
575 #undef HAVE_DECL_TOWLOWER
576
577 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
578    don't. */
579 #undef HAVE_DECL_UNSETENV
580
581 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
582    don't. */
583 #undef HAVE_DECL_VSNPRINTF
584
585 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
586    don't. */
587 #undef HAVE_DECL_WCRTOMB
588
589 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
590    don't. */
591 #undef HAVE_DECL__SNPRINTF
592
593 /* Define to 1 if you have the <dirent.h> header file. */
594 #undef HAVE_DIRENT_H
595
596 /* Define to 1 if you have the `dirfd' function. */
597 #undef HAVE_DIRFD
598
599 /* Define to 1 if you have the <dlfcn.h> header file. */
600 #undef HAVE_DLFCN_H
601
602 /* Define to 1 if you have the 'dup2' function. */
603 #undef HAVE_DUP2
604
605 /* Define if you have the declaration of environ. */
606 #undef HAVE_ENVIRON_DECL
607
608 /* Define if you have eqn. */
609 #undef HAVE_EQN
610
611 /* Define to 1 if you have the 'fchdir' function. */
612 #undef HAVE_FCHDIR
613
614 /* Define to 1 if you have the 'fcntl' function. */
615 #undef HAVE_FCNTL
616
617 /* Define to 1 if you have the <fcntl.h> header file. */
618 #undef HAVE_FCNTL_H
619
620 /* Define to 1 if you have the 'fdopendir' function. */
621 #undef HAVE_FDOPENDIR
622
623 /* Define to 1 if you have the <features.h> header file. */
624 #undef HAVE_FEATURES_H
625
626 /* Define to 1 if you have the 'flock' function. */
627 #undef HAVE_FLOCK
628
629 /* Define to 1 if you have the `flockfile' function. */
630 #undef HAVE_FLOCKFILE
631
632 /* Define to 1 if you have the 'fstatat' function. */
633 #undef HAVE_FSTATAT
634
635 /* Define to 1 if you have the `funlockfile' function. */
636 #undef HAVE_FUNLOCKFILE
637
638 /* Define to 1 if you have the 'futimens' function. */
639 #undef HAVE_FUTIMENS
640
641 /* Define to 1 if you have the 'futimes' function. */
642 #undef HAVE_FUTIMES
643
644 /* Define to 1 if you have the 'futimesat' function. */
645 #undef HAVE_FUTIMESAT
646
647 /* Define to 1 if you have the `gdbm_exists' function. */
648 #undef HAVE_GDBM_EXISTS
649
650 /* Define to 1 if you have the 'getcwd' function. */
651 #undef HAVE_GETCWD
652
653 /* Define to 1 if you have the 'getdelim' function. */
654 #undef HAVE_GETDELIM
655
656 /* Define to 1 if you have the 'getdtablesize' function. */
657 #undef HAVE_GETDTABLESIZE
658
659 /* Define to 1 if you have the 'getegid' function. */
660 #undef HAVE_GETEGID
661
662 /* Define to 1 if you have the 'geteuid' function. */
663 #undef HAVE_GETEUID
664
665 /* Define to 1 if you have the 'getgid' function. */
666 #undef HAVE_GETGID
667
668 /* Define to 1 if you have the 'getlogin_r' function. */
669 #undef HAVE_GETLOGIN_R
670
671 /* Define to 1 if you have the <getopt.h> header file. */
672 #undef HAVE_GETOPT_H
673
674 /* Define to 1 if you have the `getopt_long_only' function. */
675 #undef HAVE_GETOPT_LONG_ONLY
676
677 /* Define to 1 if you have the `getpagesize' function. */
678 #undef HAVE_GETPAGESIZE
679
680 /* Define to 1 if you have the 'getpwnam_r' function. */
681 #undef HAVE_GETPWNAM_R
682
683 /* Define to 1 if you have the 'getresgid' function. */
684 #undef HAVE_GETRESGID
685
686 /* Define to 1 if you have the 'getresuid' function. */
687 #undef HAVE_GETRESUID
688
689 /* Define if the GNU gettext() function is already present or preinstalled. */
690 #undef HAVE_GETTEXT
691
692 /* Define to 1 if you have the 'gettimeofday' function. */
693 #undef HAVE_GETTIMEOFDAY
694
695 /* Define to 1 if you have the 'getuid' function. */
696 #undef HAVE_GETUID
697
698 /* Define to 1 if you have the <glob.h> header file. */
699 #undef HAVE_GLOB_H
700
701 /* Define if you have grap. */
702 #undef HAVE_GRAP
703
704 /* Define if you have gzip. */
705 #undef HAVE_GZIP
706
707 /* Define if you have the iconv() function and it works. */
708 #undef HAVE_ICONV
709
710 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
711 #undef HAVE_INTMAX_T
712
713 /* Define to 1 if you have the <inttypes.h> header file. */
714 #undef HAVE_INTTYPES_H
715
716 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
717    declares uintmax_t. */
718 #undef HAVE_INTTYPES_H_WITH_UINTMAX
719
720 /* Define to 1 if you have the `ioctl' function. */
721 #undef HAVE_IOCTL
722
723 /* Define to 1 if you have the 'isblank' function. */
724 #undef HAVE_ISBLANK
725
726 /* Define to 1 if you have the `issetugid' function. */
727 #undef HAVE_ISSETUGID
728
729 /* Define to 1 if you have the 'iswcntrl' function. */
730 #undef HAVE_ISWCNTRL
731
732 /* Define to 1 if you have the 'iswctype' function. */
733 #undef HAVE_ISWCTYPE
734
735 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
736 #undef HAVE_LANGINFO_CODESET
737
738 /* Define to 1 if you have the <langinfo.h> header file. */
739 #undef HAVE_LANGINFO_H
740
741 /* Define to 1 if you have the `lchown' function. */
742 #undef HAVE_LCHOWN
743
744 /* Define to 1 if you have the <libintl.h> header file. */
745 #undef HAVE_LIBINTL_H
746
747 /* Define to 1 if you have the `libseccomp' library. */
748 #undef HAVE_LIBSECCOMP
749
750 /* Define to 1 if you have the `z' library (-lz). */
751 #undef HAVE_LIBZ
752
753 /* Define to 1 if you have the <linewrap.h> header file. */
754 #undef HAVE_LINEWRAP_H
755
756 /* Define to 1 if you have the 'link' function. */
757 #undef HAVE_LINK
758
759 /* Define to 1 if you have the <linux/fiemap.h> header file. */
760 #undef HAVE_LINUX_FIEMAP_H
761
762 /* Define to 1 if you support file names longer than 14 characters. */
763 #undef HAVE_LONG_FILE_NAMES
764
765 /* Define to 1 if the system has the type 'long long int'. */
766 #undef HAVE_LONG_LONG_INT
767
768 /* Define to 1 if you have the 'lstat' function. */
769 #undef HAVE_LSTAT
770
771 /* Define to 1 if you have the 'lutimes' function. */
772 #undef HAVE_LUTIMES
773
774 /* Define if you have lzip. */
775 #undef HAVE_LZIP
776
777 /* Define if you have lzma. */
778 #undef HAVE_LZMA
779
780 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
781    to 0 otherwise. */
782 #undef HAVE_MALLOC_GNU
783
784 /* Define to 1 if you have the <malloc.h> header file. */
785 #undef HAVE_MALLOC_H
786
787 /* Define if the 'malloc' function is POSIX compliant. */
788 #undef HAVE_MALLOC_POSIX
789
790 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
791    config.h and <sys/mman.h>. */
792 #undef HAVE_MAP_ANONYMOUS
793
794 /* Define to 1 if you have the `mbrtowc' function. */
795 #undef HAVE_MBRTOWC
796
797 /* Define to 1 if you have the 'mbsinit' function. */
798 #undef HAVE_MBSINIT
799
800 /* Define to 1 if you have the 'mbsrtowcs' function. */
801 #undef HAVE_MBSRTOWCS
802
803 /* Define to 1 if <wchar.h> declares mbstate_t. */
804 #undef HAVE_MBSTATE_T
805
806 /* Define to 1 if you have the `memmem' function. */
807 #undef HAVE_MEMMEM
808
809 /* Define to 1 if you have the <memory.h> header file. */
810 #undef HAVE_MEMORY_H
811
812 /* Define to 1 if you have the `mempcpy' function. */
813 #undef HAVE_MEMPCPY
814
815 /* Define to 1 if you have the `memrchr' function. */
816 #undef HAVE_MEMRCHR
817
818 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
819    when it succeeds. */
820 #undef HAVE_MINIMALLY_WORKING_GETCWD
821
822 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
823 #undef HAVE_MINMAX_IN_LIMITS_H
824
825 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
826 #undef HAVE_MINMAX_IN_SYS_PARAM_H
827
828 /* Define to 1 if you have the `mkdtemp' function. */
829 #undef HAVE_MKDTEMP
830
831 /* Define to 1 if you have the 'mkstemp' function. */
832 #undef HAVE_MKSTEMP
833
834 /* Define to 1 if you have the 'mprotect' function. */
835 #undef HAVE_MPROTECT
836
837 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
838    concept. */
839 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
840
841 /* Define to 1 if you have the 'nanotime' function. */
842 #undef HAVE_NANOTIME
843
844 /* Define if you have neqn. */
845 #undef HAVE_NEQN
846
847 /* Define to 1 if you have the 'nl_langinfo' function. */
848 #undef HAVE_NL_LANGINFO
849
850 /* Define if you have nroff. */
851 #undef HAVE_NROFF
852
853 /* Define to 1 if you have the 'openat' function. */
854 #undef HAVE_OPENAT
855
856 /* Define to 1 if you have the `opendir' function. */
857 #undef HAVE_OPENDIR
858
859 /* Define if you have pager. */
860 #undef HAVE_PAGER
861
862 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
863    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
864 #undef HAVE_PARTLY_WORKING_GETCWD
865
866 /* Define to 1 if you have the 'pathconf' function. */
867 #undef HAVE_PATHCONF
868
869 /* Define if you have pic. */
870 #undef HAVE_PIC
871
872 /* Define to 1 if you have the 'pipe' function. */
873 #undef HAVE_PIPE
874
875 /* Define to 1 if you have the `posix_fadvise' function. */
876 #undef HAVE_POSIX_FADVISE
877
878 /* Define if program_invocation_name is defined */
879 #undef HAVE_PROGRAM_INVOCATION_NAME
880
881 /* Define if program_invocation_short_name is defined */
882 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
883
884 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
885 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
886
887 /* Define if the POSIX multithreading library has read/write locks. */
888 #undef HAVE_PTHREAD_RWLOCK
889
890 /* Define to 1 if you have the `raise' function. */
891 #undef HAVE_RAISE
892
893 /* Define to 1 if you have the `rawmemchr' function. */
894 #undef HAVE_RAWMEMCHR
895
896 /* Define to 1 if accept is declared even after undefining macros. */
897 #undef HAVE_RAW_DECL_ACCEPT
898
899 /* Define to 1 if accept4 is declared even after undefining macros. */
900 #undef HAVE_RAW_DECL_ACCEPT4
901
902 /* Define to 1 if alphasort is declared even after undefining macros. */
903 #undef HAVE_RAW_DECL_ALPHASORT
904
905 /* Define to 1 if atoll is declared even after undefining macros. */
906 #undef HAVE_RAW_DECL_ATOLL
907
908 /* Define to 1 if bind is declared even after undefining macros. */
909 #undef HAVE_RAW_DECL_BIND
910
911 /* Define to 1 if btowc is declared even after undefining macros. */
912 #undef HAVE_RAW_DECL_BTOWC
913
914 /* Define to 1 if canonicalize_file_name is declared even after undefining
915    macros. */
916 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
917
918 /* Define to 1 if chdir is declared even after undefining macros. */
919 #undef HAVE_RAW_DECL_CHDIR
920
921 /* Define to 1 if chown is declared even after undefining macros. */
922 #undef HAVE_RAW_DECL_CHOWN
923
924 /* Define to 1 if closedir is declared even after undefining macros. */
925 #undef HAVE_RAW_DECL_CLOSEDIR
926
927 /* Define to 1 if connect is declared even after undefining macros. */
928 #undef HAVE_RAW_DECL_CONNECT
929
930 /* Define to 1 if dirfd is declared even after undefining macros. */
931 #undef HAVE_RAW_DECL_DIRFD
932
933 /* Define to 1 if dprintf is declared even after undefining macros. */
934 #undef HAVE_RAW_DECL_DPRINTF
935
936 /* Define to 1 if dup is declared even after undefining macros. */
937 #undef HAVE_RAW_DECL_DUP
938
939 /* Define to 1 if dup2 is declared even after undefining macros. */
940 #undef HAVE_RAW_DECL_DUP2
941
942 /* Define to 1 if dup3 is declared even after undefining macros. */
943 #undef HAVE_RAW_DECL_DUP3
944
945 /* Define to 1 if duplocale is declared even after undefining macros. */
946 #undef HAVE_RAW_DECL_DUPLOCALE
947
948 /* Define to 1 if endusershell is declared even after undefining macros. */
949 #undef HAVE_RAW_DECL_ENDUSERSHELL
950
951 /* Define to 1 if environ is declared even after undefining macros. */
952 #undef HAVE_RAW_DECL_ENVIRON
953
954 /* Define to 1 if euidaccess is declared even after undefining macros. */
955 #undef HAVE_RAW_DECL_EUIDACCESS
956
957 /* Define to 1 if faccessat is declared even after undefining macros. */
958 #undef HAVE_RAW_DECL_FACCESSAT
959
960 /* Define to 1 if fchdir is declared even after undefining macros. */
961 #undef HAVE_RAW_DECL_FCHDIR
962
963 /* Define to 1 if fchmodat is declared even after undefining macros. */
964 #undef HAVE_RAW_DECL_FCHMODAT
965
966 /* Define to 1 if fchownat is declared even after undefining macros. */
967 #undef HAVE_RAW_DECL_FCHOWNAT
968
969 /* Define to 1 if fcntl is declared even after undefining macros. */
970 #undef HAVE_RAW_DECL_FCNTL
971
972 /* Define to 1 if fdatasync is declared even after undefining macros. */
973 #undef HAVE_RAW_DECL_FDATASYNC
974
975 /* Define to 1 if fdopendir is declared even after undefining macros. */
976 #undef HAVE_RAW_DECL_FDOPENDIR
977
978 /* Define to 1 if ffs is declared even after undefining macros. */
979 #undef HAVE_RAW_DECL_FFS
980
981 /* Define to 1 if ffsl is declared even after undefining macros. */
982 #undef HAVE_RAW_DECL_FFSL
983
984 /* Define to 1 if ffsll is declared even after undefining macros. */
985 #undef HAVE_RAW_DECL_FFSLL
986
987 /* Define to 1 if flock is declared even after undefining macros. */
988 #undef HAVE_RAW_DECL_FLOCK
989
990 /* Define to 1 if fpurge is declared even after undefining macros. */
991 #undef HAVE_RAW_DECL_FPURGE
992
993 /* Define to 1 if fseeko is declared even after undefining macros. */
994 #undef HAVE_RAW_DECL_FSEEKO
995
996 /* Define to 1 if fstat is declared even after undefining macros. */
997 #undef HAVE_RAW_DECL_FSTAT
998
999 /* Define to 1 if fstatat is declared even after undefining macros. */
1000 #undef HAVE_RAW_DECL_FSTATAT
1001
1002 /* Define to 1 if fsync is declared even after undefining macros. */
1003 #undef HAVE_RAW_DECL_FSYNC
1004
1005 /* Define to 1 if ftello is declared even after undefining macros. */
1006 #undef HAVE_RAW_DECL_FTELLO
1007
1008 /* Define to 1 if ftruncate is declared even after undefining macros. */
1009 #undef HAVE_RAW_DECL_FTRUNCATE
1010
1011 /* Define to 1 if futimens is declared even after undefining macros. */
1012 #undef HAVE_RAW_DECL_FUTIMENS
1013
1014 /* Define to 1 if getcwd is declared even after undefining macros. */
1015 #undef HAVE_RAW_DECL_GETCWD
1016
1017 /* Define to 1 if getdelim is declared even after undefining macros. */
1018 #undef HAVE_RAW_DECL_GETDELIM
1019
1020 /* Define to 1 if getdomainname is declared even after undefining macros. */
1021 #undef HAVE_RAW_DECL_GETDOMAINNAME
1022
1023 /* Define to 1 if getdtablesize is declared even after undefining macros. */
1024 #undef HAVE_RAW_DECL_GETDTABLESIZE
1025
1026 /* Define to 1 if getgroups is declared even after undefining macros. */
1027 #undef HAVE_RAW_DECL_GETGROUPS
1028
1029 /* Define to 1 if gethostname is declared even after undefining macros. */
1030 #undef HAVE_RAW_DECL_GETHOSTNAME
1031
1032 /* Define to 1 if getline is declared even after undefining macros. */
1033 #undef HAVE_RAW_DECL_GETLINE
1034
1035 /* Define to 1 if getloadavg is declared even after undefining macros. */
1036 #undef HAVE_RAW_DECL_GETLOADAVG
1037
1038 /* Define to 1 if getlogin is declared even after undefining macros. */
1039 #undef HAVE_RAW_DECL_GETLOGIN
1040
1041 /* Define to 1 if getlogin_r is declared even after undefining macros. */
1042 #undef HAVE_RAW_DECL_GETLOGIN_R
1043
1044 /* Define to 1 if getpagesize is declared even after undefining macros. */
1045 #undef HAVE_RAW_DECL_GETPAGESIZE
1046
1047 /* Define to 1 if getpeername is declared even after undefining macros. */
1048 #undef HAVE_RAW_DECL_GETPEERNAME
1049
1050 /* Define to 1 if gets is declared even after undefining macros. */
1051 #undef HAVE_RAW_DECL_GETS
1052
1053 /* Define to 1 if getsockname is declared even after undefining macros. */
1054 #undef HAVE_RAW_DECL_GETSOCKNAME
1055
1056 /* Define to 1 if getsockopt is declared even after undefining macros. */
1057 #undef HAVE_RAW_DECL_GETSOCKOPT
1058
1059 /* Define to 1 if getsubopt is declared even after undefining macros. */
1060 #undef HAVE_RAW_DECL_GETSUBOPT
1061
1062 /* Define to 1 if gettimeofday is declared even after undefining macros. */
1063 #undef HAVE_RAW_DECL_GETTIMEOFDAY
1064
1065 /* Define to 1 if getusershell is declared even after undefining macros. */
1066 #undef HAVE_RAW_DECL_GETUSERSHELL
1067
1068 /* Define to 1 if grantpt is declared even after undefining macros. */
1069 #undef HAVE_RAW_DECL_GRANTPT
1070
1071 /* Define to 1 if group_member is declared even after undefining macros. */
1072 #undef HAVE_RAW_DECL_GROUP_MEMBER
1073
1074 /* Define to 1 if initstate is declared even after undefining macros. */
1075 #undef HAVE_RAW_DECL_INITSTATE
1076
1077 /* Define to 1 if initstate_r is declared even after undefining macros. */
1078 #undef HAVE_RAW_DECL_INITSTATE_R
1079
1080 /* Define to 1 if ioctl is declared even after undefining macros. */
1081 #undef HAVE_RAW_DECL_IOCTL
1082
1083 /* Define to 1 if isatty is declared even after undefining macros. */
1084 #undef HAVE_RAW_DECL_ISATTY
1085
1086 /* Define to 1 if iswctype is declared even after undefining macros. */
1087 #undef HAVE_RAW_DECL_ISWCTYPE
1088
1089 /* Define to 1 if lchmod is declared even after undefining macros. */
1090 #undef HAVE_RAW_DECL_LCHMOD
1091
1092 /* Define to 1 if lchown is declared even after undefining macros. */
1093 #undef HAVE_RAW_DECL_LCHOWN
1094
1095 /* Define to 1 if link is declared even after undefining macros. */
1096 #undef HAVE_RAW_DECL_LINK
1097
1098 /* Define to 1 if linkat is declared even after undefining macros. */
1099 #undef HAVE_RAW_DECL_LINKAT
1100
1101 /* Define to 1 if listen is declared even after undefining macros. */
1102 #undef HAVE_RAW_DECL_LISTEN
1103
1104 /* Define to 1 if lseek is declared even after undefining macros. */
1105 #undef HAVE_RAW_DECL_LSEEK
1106
1107 /* Define to 1 if lstat is declared even after undefining macros. */
1108 #undef HAVE_RAW_DECL_LSTAT
1109
1110 /* Define to 1 if mbrlen is declared even after undefining macros. */
1111 #undef HAVE_RAW_DECL_MBRLEN
1112
1113 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1114 #undef HAVE_RAW_DECL_MBRTOWC
1115
1116 /* Define to 1 if mbsinit is declared even after undefining macros. */
1117 #undef HAVE_RAW_DECL_MBSINIT
1118
1119 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1120 #undef HAVE_RAW_DECL_MBSNRTOWCS
1121
1122 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1123 #undef HAVE_RAW_DECL_MBSRTOWCS
1124
1125 /* Define to 1 if memmem is declared even after undefining macros. */
1126 #undef HAVE_RAW_DECL_MEMMEM
1127
1128 /* Define to 1 if mempcpy is declared even after undefining macros. */
1129 #undef HAVE_RAW_DECL_MEMPCPY
1130
1131 /* Define to 1 if memrchr is declared even after undefining macros. */
1132 #undef HAVE_RAW_DECL_MEMRCHR
1133
1134 /* Define to 1 if mkdirat is declared even after undefining macros. */
1135 #undef HAVE_RAW_DECL_MKDIRAT
1136
1137 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1138 #undef HAVE_RAW_DECL_MKDTEMP
1139
1140 /* Define to 1 if mkfifo is declared even after undefining macros. */
1141 #undef HAVE_RAW_DECL_MKFIFO
1142
1143 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1144 #undef HAVE_RAW_DECL_MKFIFOAT
1145
1146 /* Define to 1 if mknod is declared even after undefining macros. */
1147 #undef HAVE_RAW_DECL_MKNOD
1148
1149 /* Define to 1 if mknodat is declared even after undefining macros. */
1150 #undef HAVE_RAW_DECL_MKNODAT
1151
1152 /* Define to 1 if mkostemp is declared even after undefining macros. */
1153 #undef HAVE_RAW_DECL_MKOSTEMP
1154
1155 /* Define to 1 if mkostemps is declared even after undefining macros. */
1156 #undef HAVE_RAW_DECL_MKOSTEMPS
1157
1158 /* Define to 1 if mkstemp is declared even after undefining macros. */
1159 #undef HAVE_RAW_DECL_MKSTEMP
1160
1161 /* Define to 1 if mkstemps is declared even after undefining macros. */
1162 #undef HAVE_RAW_DECL_MKSTEMPS
1163
1164 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1165 #undef HAVE_RAW_DECL_NL_LANGINFO
1166
1167 /* Define to 1 if openat is declared even after undefining macros. */
1168 #undef HAVE_RAW_DECL_OPENAT
1169
1170 /* Define to 1 if opendir is declared even after undefining macros. */
1171 #undef HAVE_RAW_DECL_OPENDIR
1172
1173 /* Define to 1 if pclose is declared even after undefining macros. */
1174 #undef HAVE_RAW_DECL_PCLOSE
1175
1176 /* Define to 1 if pipe is declared even after undefining macros. */
1177 #undef HAVE_RAW_DECL_PIPE
1178
1179 /* Define to 1 if pipe2 is declared even after undefining macros. */
1180 #undef HAVE_RAW_DECL_PIPE2
1181
1182 /* Define to 1 if popen is declared even after undefining macros. */
1183 #undef HAVE_RAW_DECL_POPEN
1184
1185 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1186 #undef HAVE_RAW_DECL_POSIX_OPENPT
1187
1188 /* Define to 1 if pread is declared even after undefining macros. */
1189 #undef HAVE_RAW_DECL_PREAD
1190
1191 /* Define to 1 if pselect is declared even after undefining macros. */
1192 #undef HAVE_RAW_DECL_PSELECT
1193
1194 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1195 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1196
1197 /* Define to 1 if ptsname is declared even after undefining macros. */
1198 #undef HAVE_RAW_DECL_PTSNAME
1199
1200 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1201 #undef HAVE_RAW_DECL_PTSNAME_R
1202
1203 /* Define to 1 if pwrite is declared even after undefining macros. */
1204 #undef HAVE_RAW_DECL_PWRITE
1205
1206 /* Define to 1 if random is declared even after undefining macros. */
1207 #undef HAVE_RAW_DECL_RANDOM
1208
1209 /* Define to 1 if random_r is declared even after undefining macros. */
1210 #undef HAVE_RAW_DECL_RANDOM_R
1211
1212 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1213 #undef HAVE_RAW_DECL_RAWMEMCHR
1214
1215 /* Define to 1 if readdir is declared even after undefining macros. */
1216 #undef HAVE_RAW_DECL_READDIR
1217
1218 /* Define to 1 if readlink is declared even after undefining macros. */
1219 #undef HAVE_RAW_DECL_READLINK
1220
1221 /* Define to 1 if readlinkat is declared even after undefining macros. */
1222 #undef HAVE_RAW_DECL_READLINKAT
1223
1224 /* Define to 1 if realpath is declared even after undefining macros. */
1225 #undef HAVE_RAW_DECL_REALPATH
1226
1227 /* Define to 1 if recv is declared even after undefining macros. */
1228 #undef HAVE_RAW_DECL_RECV
1229
1230 /* Define to 1 if recvfrom is declared even after undefining macros. */
1231 #undef HAVE_RAW_DECL_RECVFROM
1232
1233 /* Define to 1 if renameat is declared even after undefining macros. */
1234 #undef HAVE_RAW_DECL_RENAMEAT
1235
1236 /* Define to 1 if rewinddir is declared even after undefining macros. */
1237 #undef HAVE_RAW_DECL_REWINDDIR
1238
1239 /* Define to 1 if rmdir is declared even after undefining macros. */
1240 #undef HAVE_RAW_DECL_RMDIR
1241
1242 /* Define to 1 if rpmatch is declared even after undefining macros. */
1243 #undef HAVE_RAW_DECL_RPMATCH
1244
1245 /* Define to 1 if scandir is declared even after undefining macros. */
1246 #undef HAVE_RAW_DECL_SCANDIR
1247
1248 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1249 #undef HAVE_RAW_DECL_SECURE_GETENV
1250
1251 /* Define to 1 if select is declared even after undefining macros. */
1252 #undef HAVE_RAW_DECL_SELECT
1253
1254 /* Define to 1 if send is declared even after undefining macros. */
1255 #undef HAVE_RAW_DECL_SEND
1256
1257 /* Define to 1 if sendto is declared even after undefining macros. */
1258 #undef HAVE_RAW_DECL_SENDTO
1259
1260 /* Define to 1 if setenv is declared even after undefining macros. */
1261 #undef HAVE_RAW_DECL_SETENV
1262
1263 /* Define to 1 if sethostname is declared even after undefining macros. */
1264 #undef HAVE_RAW_DECL_SETHOSTNAME
1265
1266 /* Define to 1 if setlocale is declared even after undefining macros. */
1267 #undef HAVE_RAW_DECL_SETLOCALE
1268
1269 /* Define to 1 if setsockopt is declared even after undefining macros. */
1270 #undef HAVE_RAW_DECL_SETSOCKOPT
1271
1272 /* Define to 1 if setstate is declared even after undefining macros. */
1273 #undef HAVE_RAW_DECL_SETSTATE
1274
1275 /* Define to 1 if setstate_r is declared even after undefining macros. */
1276 #undef HAVE_RAW_DECL_SETSTATE_R
1277
1278 /* Define to 1 if setusershell is declared even after undefining macros. */
1279 #undef HAVE_RAW_DECL_SETUSERSHELL
1280
1281 /* Define to 1 if shutdown is declared even after undefining macros. */
1282 #undef HAVE_RAW_DECL_SHUTDOWN
1283
1284 /* Define to 1 if sigaction is declared even after undefining macros. */
1285 #undef HAVE_RAW_DECL_SIGACTION
1286
1287 /* Define to 1 if sigaddset is declared even after undefining macros. */
1288 #undef HAVE_RAW_DECL_SIGADDSET
1289
1290 /* Define to 1 if sigdelset is declared even after undefining macros. */
1291 #undef HAVE_RAW_DECL_SIGDELSET
1292
1293 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1294 #undef HAVE_RAW_DECL_SIGEMPTYSET
1295
1296 /* Define to 1 if sigfillset is declared even after undefining macros. */
1297 #undef HAVE_RAW_DECL_SIGFILLSET
1298
1299 /* Define to 1 if sigismember is declared even after undefining macros. */
1300 #undef HAVE_RAW_DECL_SIGISMEMBER
1301
1302 /* Define to 1 if sigpending is declared even after undefining macros. */
1303 #undef HAVE_RAW_DECL_SIGPENDING
1304
1305 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1306 #undef HAVE_RAW_DECL_SIGPROCMASK
1307
1308 /* Define to 1 if sleep is declared even after undefining macros. */
1309 #undef HAVE_RAW_DECL_SLEEP
1310
1311 /* Define to 1 if snprintf is declared even after undefining macros. */
1312 #undef HAVE_RAW_DECL_SNPRINTF
1313
1314 /* Define to 1 if socket is declared even after undefining macros. */
1315 #undef HAVE_RAW_DECL_SOCKET
1316
1317 /* Define to 1 if srandom is declared even after undefining macros. */
1318 #undef HAVE_RAW_DECL_SRANDOM
1319
1320 /* Define to 1 if srandom_r is declared even after undefining macros. */
1321 #undef HAVE_RAW_DECL_SRANDOM_R
1322
1323 /* Define to 1 if stat is declared even after undefining macros. */
1324 #undef HAVE_RAW_DECL_STAT
1325
1326 /* Define to 1 if stpcpy is declared even after undefining macros. */
1327 #undef HAVE_RAW_DECL_STPCPY
1328
1329 /* Define to 1 if stpncpy is declared even after undefining macros. */
1330 #undef HAVE_RAW_DECL_STPNCPY
1331
1332 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1333 #undef HAVE_RAW_DECL_STRCASECMP
1334
1335 /* Define to 1 if strcasestr is declared even after undefining macros. */
1336 #undef HAVE_RAW_DECL_STRCASESTR
1337
1338 /* Define to 1 if strchrnul is declared even after undefining macros. */
1339 #undef HAVE_RAW_DECL_STRCHRNUL
1340
1341 /* Define to 1 if strdup is declared even after undefining macros. */
1342 #undef HAVE_RAW_DECL_STRDUP
1343
1344 /* Define to 1 if strerror_r is declared even after undefining macros. */
1345 #undef HAVE_RAW_DECL_STRERROR_R
1346
1347 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1348 #undef HAVE_RAW_DECL_STRNCASECMP
1349
1350 /* Define to 1 if strncat is declared even after undefining macros. */
1351 #undef HAVE_RAW_DECL_STRNCAT
1352
1353 /* Define to 1 if strndup is declared even after undefining macros. */
1354 #undef HAVE_RAW_DECL_STRNDUP
1355
1356 /* Define to 1 if strnlen is declared even after undefining macros. */
1357 #undef HAVE_RAW_DECL_STRNLEN
1358
1359 /* Define to 1 if strpbrk is declared even after undefining macros. */
1360 #undef HAVE_RAW_DECL_STRPBRK
1361
1362 /* Define to 1 if strsep is declared even after undefining macros. */
1363 #undef HAVE_RAW_DECL_STRSEP
1364
1365 /* Define to 1 if strsignal is declared even after undefining macros. */
1366 #undef HAVE_RAW_DECL_STRSIGNAL
1367
1368 /* Define to 1 if strtod is declared even after undefining macros. */
1369 #undef HAVE_RAW_DECL_STRTOD
1370
1371 /* Define to 1 if strtok_r is declared even after undefining macros. */
1372 #undef HAVE_RAW_DECL_STRTOK_R
1373
1374 /* Define to 1 if strtoll is declared even after undefining macros. */
1375 #undef HAVE_RAW_DECL_STRTOLL
1376
1377 /* Define to 1 if strtoull is declared even after undefining macros. */
1378 #undef HAVE_RAW_DECL_STRTOULL
1379
1380 /* Define to 1 if strverscmp is declared even after undefining macros. */
1381 #undef HAVE_RAW_DECL_STRVERSCMP
1382
1383 /* Define to 1 if symlink is declared even after undefining macros. */
1384 #undef HAVE_RAW_DECL_SYMLINK
1385
1386 /* Define to 1 if symlinkat is declared even after undefining macros. */
1387 #undef HAVE_RAW_DECL_SYMLINKAT
1388
1389 /* Define to 1 if tmpfile is declared even after undefining macros. */
1390 #undef HAVE_RAW_DECL_TMPFILE
1391
1392 /* Define to 1 if towctrans is declared even after undefining macros. */
1393 #undef HAVE_RAW_DECL_TOWCTRANS
1394
1395 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1396 #undef HAVE_RAW_DECL_TTYNAME_R
1397
1398 /* Define to 1 if unlink is declared even after undefining macros. */
1399 #undef HAVE_RAW_DECL_UNLINK
1400
1401 /* Define to 1 if unlinkat is declared even after undefining macros. */
1402 #undef HAVE_RAW_DECL_UNLINKAT
1403
1404 /* Define to 1 if unlockpt is declared even after undefining macros. */
1405 #undef HAVE_RAW_DECL_UNLOCKPT
1406
1407 /* Define to 1 if unsetenv is declared even after undefining macros. */
1408 #undef HAVE_RAW_DECL_UNSETENV
1409
1410 /* Define to 1 if usleep is declared even after undefining macros. */
1411 #undef HAVE_RAW_DECL_USLEEP
1412
1413 /* Define to 1 if utimensat is declared even after undefining macros. */
1414 #undef HAVE_RAW_DECL_UTIMENSAT
1415
1416 /* Define to 1 if vdprintf is declared even after undefining macros. */
1417 #undef HAVE_RAW_DECL_VDPRINTF
1418
1419 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1420 #undef HAVE_RAW_DECL_VSNPRINTF
1421
1422 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1423 #undef HAVE_RAW_DECL_WCPCPY
1424
1425 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1426 #undef HAVE_RAW_DECL_WCPNCPY
1427
1428 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1429 #undef HAVE_RAW_DECL_WCRTOMB
1430
1431 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1432 #undef HAVE_RAW_DECL_WCSCASECMP
1433
1434 /* Define to 1 if wcscat is declared even after undefining macros. */
1435 #undef HAVE_RAW_DECL_WCSCAT
1436
1437 /* Define to 1 if wcschr is declared even after undefining macros. */
1438 #undef HAVE_RAW_DECL_WCSCHR
1439
1440 /* Define to 1 if wcscmp is declared even after undefining macros. */
1441 #undef HAVE_RAW_DECL_WCSCMP
1442
1443 /* Define to 1 if wcscoll is declared even after undefining macros. */
1444 #undef HAVE_RAW_DECL_WCSCOLL
1445
1446 /* Define to 1 if wcscpy is declared even after undefining macros. */
1447 #undef HAVE_RAW_DECL_WCSCPY
1448
1449 /* Define to 1 if wcscspn is declared even after undefining macros. */
1450 #undef HAVE_RAW_DECL_WCSCSPN
1451
1452 /* Define to 1 if wcsdup is declared even after undefining macros. */
1453 #undef HAVE_RAW_DECL_WCSDUP
1454
1455 /* Define to 1 if wcslen is declared even after undefining macros. */
1456 #undef HAVE_RAW_DECL_WCSLEN
1457
1458 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1459 #undef HAVE_RAW_DECL_WCSNCASECMP
1460
1461 /* Define to 1 if wcsncat is declared even after undefining macros. */
1462 #undef HAVE_RAW_DECL_WCSNCAT
1463
1464 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1465 #undef HAVE_RAW_DECL_WCSNCMP
1466
1467 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1468 #undef HAVE_RAW_DECL_WCSNCPY
1469
1470 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1471 #undef HAVE_RAW_DECL_WCSNLEN
1472
1473 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1474 #undef HAVE_RAW_DECL_WCSNRTOMBS
1475
1476 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1477 #undef HAVE_RAW_DECL_WCSPBRK
1478
1479 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1480 #undef HAVE_RAW_DECL_WCSRCHR
1481
1482 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1483 #undef HAVE_RAW_DECL_WCSRTOMBS
1484
1485 /* Define to 1 if wcsspn is declared even after undefining macros. */
1486 #undef HAVE_RAW_DECL_WCSSPN
1487
1488 /* Define to 1 if wcsstr is declared even after undefining macros. */
1489 #undef HAVE_RAW_DECL_WCSSTR
1490
1491 /* Define to 1 if wcstok is declared even after undefining macros. */
1492 #undef HAVE_RAW_DECL_WCSTOK
1493
1494 /* Define to 1 if wcswidth is declared even after undefining macros. */
1495 #undef HAVE_RAW_DECL_WCSWIDTH
1496
1497 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1498 #undef HAVE_RAW_DECL_WCSXFRM
1499
1500 /* Define to 1 if wctob is declared even after undefining macros. */
1501 #undef HAVE_RAW_DECL_WCTOB
1502
1503 /* Define to 1 if wctrans is declared even after undefining macros. */
1504 #undef HAVE_RAW_DECL_WCTRANS
1505
1506 /* Define to 1 if wctype is declared even after undefining macros. */
1507 #undef HAVE_RAW_DECL_WCTYPE
1508
1509 /* Define to 1 if wcwidth is declared even after undefining macros. */
1510 #undef HAVE_RAW_DECL_WCWIDTH
1511
1512 /* Define to 1 if wmemchr is declared even after undefining macros. */
1513 #undef HAVE_RAW_DECL_WMEMCHR
1514
1515 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1516 #undef HAVE_RAW_DECL_WMEMCMP
1517
1518 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1519 #undef HAVE_RAW_DECL_WMEMCPY
1520
1521 /* Define to 1 if wmemmove is declared even after undefining macros. */
1522 #undef HAVE_RAW_DECL_WMEMMOVE
1523
1524 /* Define to 1 if wmemset is declared even after undefining macros. */
1525 #undef HAVE_RAW_DECL_WMEMSET
1526
1527 /* Define to 1 if _Exit is declared even after undefining macros. */
1528 #undef HAVE_RAW_DECL__EXIT
1529
1530 /* Define to 1 if you have the `readdir' function. */
1531 #undef HAVE_READDIR
1532
1533 /* Define to 1 if you have the 'readlink' function. */
1534 #undef HAVE_READLINK
1535
1536 /* Define if the 'realloc' function is POSIX compliant. */
1537 #undef HAVE_REALLOC_POSIX
1538
1539 /* Define to 1 if you have the 'realpath' function. */
1540 #undef HAVE_REALPATH
1541
1542 /* Define if you have refer. */
1543 #undef HAVE_REFER
1544
1545 /* Define to 1 if you have the `rewinddir' function. */
1546 #undef HAVE_REWINDDIR
1547
1548 /* Define to 1 if the system has the type `sa_family_t'. */
1549 #undef HAVE_SA_FAMILY_T
1550
1551 /* Define to 1 if you have the <search.h> header file. */
1552 #undef HAVE_SEARCH_H
1553
1554 /* Define to 1 if you have the 'secure_getenv' function. */
1555 #undef HAVE_SECURE_GETENV
1556
1557 /* Define to 1 if you have the `setdtablesize' function. */
1558 #undef HAVE_SETDTABLESIZE
1559
1560 /* Define to 1 if you have the 'setegid' function. */
1561 #undef HAVE_SETEGID
1562
1563 /* Define to 1 if you have the 'setenv' function. */
1564 #undef HAVE_SETENV
1565
1566 /* Define to 1 if you have the 'seteuid' function. */
1567 #undef HAVE_SETEUID
1568
1569 /* Define to 1 if you have the 'setregid' function. */
1570 #undef HAVE_SETREGID
1571
1572 /* Define to 1 if you have the 'setresgid' function. */
1573 #undef HAVE_SETRESGID
1574
1575 /* Define to 1 if you have the 'setresuid' function. */
1576 #undef HAVE_SETRESUID
1577
1578 /* Define to 1 if you have the 'setreuid' function. */
1579 #undef HAVE_SETREUID
1580
1581 /* Define to 1 if you have the `shutdown' function. */
1582 #undef HAVE_SHUTDOWN
1583
1584 /* Define to 1 if you have the 'sigaction' function. */
1585 #undef HAVE_SIGACTION
1586
1587 /* Define to 1 if you have the 'sigaltstack' function. */
1588 #undef HAVE_SIGALTSTACK
1589
1590 /* Define to 1 if the system has the type `siginfo_t'. */
1591 #undef HAVE_SIGINFO_T
1592
1593 /* Define to 1 if you have the 'siginterrupt' function. */
1594 #undef HAVE_SIGINTERRUPT
1595
1596 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1597 #undef HAVE_SIGNED_SIG_ATOMIC_T
1598
1599 /* Define to 1 if 'wchar_t' is a signed integer type. */
1600 #undef HAVE_SIGNED_WCHAR_T
1601
1602 /* Define to 1 if 'wint_t' is a signed integer type. */
1603 #undef HAVE_SIGNED_WINT_T
1604
1605 /* Define to 1 if the system has the type `sigset_t'. */
1606 #undef HAVE_SIGSET_T
1607
1608 /* Define to 1 if you have the 'sleep' function. */
1609 #undef HAVE_SLEEP
1610
1611 /* Define to 1 if you have the 'snprintf' function. */
1612 #undef HAVE_SNPRINTF
1613
1614 /* Define if the return value of the snprintf function is the number of of
1615    bytes (excluding the terminating NUL) that would have been produced if the
1616    buffer had been large enough. */
1617 #undef HAVE_SNPRINTF_RETVAL_C99
1618
1619 /* Define to 1 if you have the <stdint.h> header file. */
1620 #undef HAVE_STDINT_H
1621
1622 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1623    uintmax_t. */
1624 #undef HAVE_STDINT_H_WITH_UINTMAX
1625
1626 /* Define to 1 if you have the <stdlib.h> header file. */
1627 #undef HAVE_STDLIB_H
1628
1629 /* Define to 1 if you have the `strcasecmp' function. */
1630 #undef HAVE_STRCASECMP
1631
1632 /* Define to 1 if you have the `strcasestr' function. */
1633 #undef HAVE_STRCASESTR
1634
1635 /* Define to 1 if you have the `strchrnul' function. */
1636 #undef HAVE_STRCHRNUL
1637
1638 /* Define to 1 if you have the 'strdup' function. */
1639 #undef HAVE_STRDUP
1640
1641 /* Define to 1 if you have the `strerror_r' function. */
1642 #undef HAVE_STRERROR_R
1643
1644 /* Define to 1 if you have the <strings.h> header file. */
1645 #undef HAVE_STRINGS_H
1646
1647 /* Define to 1 if you have the <string.h> header file. */
1648 #undef HAVE_STRING_H
1649
1650 /* Define to 1 if you have the `strncasecmp' function. */
1651 #undef HAVE_STRNCASECMP
1652
1653 /* Define to 1 if you have the 'strndup' function. */
1654 #undef HAVE_STRNDUP
1655
1656 /* Define to 1 if you have the `strnlen' function. */
1657 #undef HAVE_STRNLEN
1658
1659 /* Define to 1 if you have the `strsep' function. */
1660 #undef HAVE_STRSEP
1661
1662 /* Define if there is a member named d_type in the struct describing directory
1663    headers. */
1664 #undef HAVE_STRUCT_DIRENT_D_TYPE
1665
1666 /* Define to 1 if `l_type' is a member of `struct flock'. */
1667 #undef HAVE_STRUCT_FLOCK_L_TYPE
1668
1669 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1670 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
1671
1672 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
1673 #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
1674
1675 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1676 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1677
1678 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1679 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1680
1681 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1682 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1683
1684 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1685 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1686
1687 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1688 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1689
1690 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1691 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1692
1693 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1694 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1695
1696 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1697 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1698
1699 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1700 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1701
1702 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1703    have utime.h but don't declare the struct anywhere. */
1704 #undef HAVE_STRUCT_UTIMBUF
1705
1706 /* Define to 1 if you have the 'symlink' function. */
1707 #undef HAVE_SYMLINK
1708
1709 /* Define to 1 if you have the <sysexits.h> header file. */
1710 #undef HAVE_SYSEXITS_H
1711
1712 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1713 #undef HAVE_SYS_BITYPES_H
1714
1715 /* Define to 1 if you have the <sys/cdefs.h> header file. */
1716 #undef HAVE_SYS_CDEFS_H
1717
1718 /* Define to 1 if you have the <sys/file.h> header file. */
1719 #undef HAVE_SYS_FILE_H
1720
1721 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1722 #undef HAVE_SYS_INTTYPES_H
1723
1724 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1725 #undef HAVE_SYS_IOCTL_H
1726
1727 /* Define to 1 if you have the <sys/mman.h> header file. */
1728 #undef HAVE_SYS_MMAN_H
1729
1730 /* Define to 1 if you have the <sys/param.h> header file. */
1731 #undef HAVE_SYS_PARAM_H
1732
1733 /* Define to 1 if you have the <sys/select.h> header file. */
1734 #undef HAVE_SYS_SELECT_H
1735
1736 /* Define to 1 if you have the <sys/socket.h> header file. */
1737 #undef HAVE_SYS_SOCKET_H
1738
1739 /* Define to 1 if you have the <sys/stat.h> header file. */
1740 #undef HAVE_SYS_STAT_H
1741
1742 /* Define to 1 if you have the <sys/timeb.h> header file. */
1743 #undef HAVE_SYS_TIMEB_H
1744
1745 /* Define to 1 if you have the <sys/time.h> header file. */
1746 #undef HAVE_SYS_TIME_H
1747
1748 /* Define to 1 if you have the <sys/types.h> header file. */
1749 #undef HAVE_SYS_TYPES_H
1750
1751 /* Define to 1 if you have the <sys/uio.h> header file. */
1752 #undef HAVE_SYS_UIO_H
1753
1754 /* Define if you have tbl. */
1755 #undef HAVE_TBL
1756
1757 /* Define to 1 if you have the `towlower' function. */
1758 #undef HAVE_TOWLOWER
1759
1760 /* Define to 1 if you have the `tsearch' function. */
1761 #undef HAVE_TSEARCH
1762
1763 /* Define to 1 if you have the <unistd.h> header file. */
1764 #undef HAVE_UNISTD_H
1765
1766 /* Define to 1 if you have the `unsetenv' function. */
1767 #undef HAVE_UNSETENV
1768
1769 /* Define to 1 if the system has the type 'unsigned long long int'. */
1770 #undef HAVE_UNSIGNED_LONG_LONG_INT
1771
1772 /* Define to 1 if you have the 'utimensat' function. */
1773 #undef HAVE_UTIMENSAT
1774
1775 /* Define to 1 if you have the <utime.h> header file. */
1776 #undef HAVE_UTIME_H
1777
1778 /* Define to 1 if you have the 'vasnprintf' function. */
1779 #undef HAVE_VASNPRINTF
1780
1781 /* Define to 1 if you have the `vasprintf' function. */
1782 #undef HAVE_VASPRINTF
1783
1784 /* Define if you have vgrind. */
1785 #undef HAVE_VGRIND
1786
1787 /* Define to 1 if you have the `vsnprintf' function. */
1788 #undef HAVE_VSNPRINTF
1789
1790 /* Define to 1 if you have the <wchar.h> header file. */
1791 #undef HAVE_WCHAR_H
1792
1793 /* Define if you have the 'wchar_t' type. */
1794 #undef HAVE_WCHAR_T
1795
1796 /* Define to 1 if you have the 'wcrtomb' function. */
1797 #undef HAVE_WCRTOMB
1798
1799 /* Define to 1 if you have the `wcslen' function. */
1800 #undef HAVE_WCSLEN
1801
1802 /* Define to 1 if you have the `wcsnlen' function. */
1803 #undef HAVE_WCSNLEN
1804
1805 /* Define to 1 if you have the <wctype.h> header file. */
1806 #undef HAVE_WCTYPE_H
1807
1808 /* Define to 1 if you have the <winsock2.h> header file. */
1809 #undef HAVE_WINSOCK2_H
1810
1811 /* Define if you have the 'wint_t' type. */
1812 #undef HAVE_WINT_T
1813
1814 /* Define to 1 if you have the 'wmemchr' function. */
1815 #undef HAVE_WMEMCHR
1816
1817 /* Define to 1 if you have the 'wmemcpy' function. */
1818 #undef HAVE_WMEMCPY
1819
1820 /* Define to 1 if you have the 'wmempcpy' function. */
1821 #undef HAVE_WMEMPCPY
1822
1823 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1824    7.1. */
1825 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1826
1827 /* Define to 1 if O_NOATIME works. */
1828 #undef HAVE_WORKING_O_NOATIME
1829
1830 /* Define to 1 if O_NOFOLLOW works. */
1831 #undef HAVE_WORKING_O_NOFOLLOW
1832
1833 /* Define if utimes works properly. */
1834 #undef HAVE_WORKING_UTIMES
1835
1836 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1837 #undef HAVE_WS2TCPIP_H
1838
1839 /* Define to 1 if you have the <xlocale.h> header file. */
1840 #undef HAVE_XLOCALE_H
1841
1842 /* Define if you have xz. */
1843 #undef HAVE_XZ
1844
1845 /* Define to 1 if the system has the type `_Bool'. */
1846 #undef HAVE__BOOL
1847
1848 /* Define to 1 if you have the `_ftime' function. */
1849 #undef HAVE__FTIME
1850
1851 /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
1852 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1853
1854 /* Define to 1 if you have the `__secure_getenv' function. */
1855 #undef HAVE___SECURE_GETENV
1856
1857 /* Define if nroff is Heirloom nroff. */
1858 #undef HEIRLOOM_NROFF
1859
1860 /* Define as const if the declaration of iconv() needs const. */
1861 #undef ICONV_CONST
1862
1863 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1864    slash. */
1865 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1866
1867 /* Define to the sub-directory where libtool stores uninstalled libraries. */
1868 #undef LT_OBJDIR
1869
1870 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1871 #undef MALLOC_0_IS_NONNULL
1872
1873 /* Define to the manual page hierarchy organization(s) in use. */
1874 #undef MANDIR_LAYOUT
1875
1876 /* Allow man to create/update cat files. */
1877 #undef MAN_CATS
1878
1879 /* Allow man to create user databases on the fly. */
1880 #undef MAN_DB_CREATES
1881
1882 /* Allow man to update databases on the fly. */
1883 #undef MAN_DB_UPDATES
1884
1885 /* Define as the owner of system-wide cache files. */
1886 #undef MAN_OWNER
1887
1888 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1889 #undef MAP_ANONYMOUS
1890
1891 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1892 #undef MBRTOWC_NULL_ARG1_BUG
1893
1894 /* Define if the mbrtowc function has the NULL string argument bug. */
1895 #undef MBRTOWC_NULL_ARG2_BUG
1896
1897 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1898 #undef MBRTOWC_NUL_RETVAL_BUG
1899
1900 /* Define if the mbrtowc function returns a wrong return value. */
1901 #undef MBRTOWC_RETVAL_BUG
1902
1903 /* Define if your groff installation has the Debian multibyte patch. */
1904 #undef MULTIBYTE_GROFF
1905
1906 /* Define if you have, and want to use, ndbm interface routines. */
1907 #undef NDBM
1908
1909 /* Define if you don't have nroff. */
1910 #undef NROFF_MISSING
1911
1912 /* Define if nroff supports warning control. */
1913 #undef NROFF_WARNINGS
1914
1915 /* Define to 1 if open() fails to recognize a trailing slash. */
1916 #undef OPEN_TRAILING_SLASH_BUG
1917
1918 /* Name of package */
1919 #undef PACKAGE
1920
1921 /* Define to the address where bug reports for this package should be sent. */
1922 #undef PACKAGE_BUGREPORT
1923
1924 /* Define to the full name of this package. */
1925 #undef PACKAGE_NAME
1926
1927 /* Define to the full name and version of this package. */
1928 #undef PACKAGE_STRING
1929
1930 /* Define to the one symbol short name of this package. */
1931 #undef PACKAGE_TARNAME
1932
1933 /* Define to the home page for this package. */
1934 #undef PACKAGE_URL
1935
1936 /* Define to the version of this package. */
1937 #undef PACKAGE_VERSION
1938
1939 /* Define to the type that is the result of default argument promotions of
1940    type mode_t. */
1941 #undef PROMOTED_MODE_T
1942
1943 /* Define if the pthread_in_use() detection is hard. */
1944 #undef PTHREAD_IN_USE_DETECTION_HARD
1945
1946 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1947    'ptrdiff_t'. */
1948 #undef PTRDIFF_T_SUFFIX
1949
1950 /* Define to 1 if readlink fails to recognize a trailing slash. */
1951 #undef READLINK_TRAILING_SLASH_BUG
1952
1953 /* Define if rename does not work when the destination file exists, as on
1954    Cygwin 1.5 or Windows. */
1955 #undef RENAME_DEST_EXISTS_BUG
1956
1957 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
1958    Cygwin 1.5. */
1959 #undef RENAME_HARD_LINK_BUG
1960
1961 /* Define if rename does not correctly handle slashes on the destination
1962    argument, such as on Solaris 10 or NetBSD 1.6. */
1963 #undef RENAME_TRAILING_SLASH_DEST_BUG
1964
1965 /* Define if rename does not correctly handle slashes on the source argument,
1966    such as on Solaris 9 or cygwin 1.5. */
1967 #undef RENAME_TRAILING_SLASH_SOURCE_BUG
1968
1969 /* Define to 1 if gnulib's fchdir() replacement is used. */
1970 #undef REPLACE_FCHDIR
1971
1972 /* Define to 1 if stat needs help when passed a directory name with a trailing
1973    slash */
1974 #undef REPLACE_FUNC_STAT_DIR
1975
1976 /* Define to 1 if stat needs help when passed a file name with a trailing
1977    slash */
1978 #undef REPLACE_FUNC_STAT_FILE
1979
1980 /* Define if nl_langinfo exists but is overridden by gnulib. */
1981 #undef REPLACE_NL_LANGINFO
1982
1983 /* Define to 1 if open() should work around the inability to open a directory.
1984    */
1985 #undef REPLACE_OPEN_DIRECTORY
1986
1987 /* Define to 1 if strerror(0) does not return a message implying success. */
1988 #undef REPLACE_STRERROR_0
1989
1990 /* Define if vasnprintf exists but is overridden by gnulib. */
1991 #undef REPLACE_VASNPRINTF
1992
1993 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1994    'sig_atomic_t'. */
1995 #undef SIG_ATOMIC_T_SUFFIX
1996
1997 /* Define as the maximum value of type 'size_t', if the system doesn't define
1998    it. */
1999 #ifndef SIZE_MAX
2000 # undef SIZE_MAX
2001 #endif
2002
2003 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2004    'size_t'. */
2005 #undef SIZE_T_SUFFIX
2006
2007 /* If using the C implementation of alloca, define if you know the
2008    direction of stack growth for your system; otherwise it will be
2009    automatically deduced at runtime.
2010         STACK_DIRECTION > 0 => grows toward higher addresses
2011         STACK_DIRECTION < 0 => grows toward lower addresses
2012         STACK_DIRECTION = 0 => direction of growth unknown */
2013 #undef STACK_DIRECTION
2014
2015 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2016 #undef STAT_MACROS_BROKEN
2017
2018 /* Define to 1 if you have the ANSI C header files. */
2019 #undef STDC_HEADERS
2020
2021 /* Define to 1 if strerror_r returns char *. */
2022 #undef STRERROR_R_CHAR_P
2023
2024 /* Define if you are using groff as troff. */
2025 #undef TROFF_IS_GROFF
2026
2027 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2028    timespec. */
2029 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2030
2031 /* Define as the name of a command you want to suggest when a non-existent
2032    page is requested. */
2033 #undef UNDOC_COMMAND
2034
2035 /* Define to the prefix of C symbols at the assembler and linker level, either
2036    an underscore or empty. */
2037 #undef USER_LABEL_PREFIX
2038
2039 /* Define if the POSIX multithreading library can be used. */
2040 #undef USE_POSIX_THREADS
2041
2042 /* Define if references to the POSIX multithreading library should be made
2043    weak. */
2044 #undef USE_POSIX_THREADS_WEAK
2045
2046 /* Define if the GNU Pth multithreading library can be used. */
2047 #undef USE_PTH_THREADS
2048
2049 /* Define if references to the GNU Pth multithreading library should be made
2050    weak. */
2051 #undef USE_PTH_THREADS_WEAK
2052
2053 /* Define if the old Solaris multithreading library can be used. */
2054 #undef USE_SOLARIS_THREADS
2055
2056 /* Define if references to the old Solaris multithreading library should be
2057    made weak. */
2058 #undef USE_SOLARIS_THREADS_WEAK
2059
2060 /* Enable extensions on AIX 3, Interix.  */
2061 #ifndef _ALL_SOURCE
2062 # undef _ALL_SOURCE
2063 #endif
2064 /* Enable general extensions on OS X.  */
2065 #ifndef _DARWIN_C_SOURCE
2066 # undef _DARWIN_C_SOURCE
2067 #endif
2068 /* Enable GNU extensions on systems that have them.  */
2069 #ifndef _GNU_SOURCE
2070 # undef _GNU_SOURCE
2071 #endif
2072 /* Enable threading extensions on Solaris.  */
2073 #ifndef _POSIX_PTHREAD_SEMANTICS
2074 # undef _POSIX_PTHREAD_SEMANTICS
2075 #endif
2076 /* Enable extensions on HP NonStop.  */
2077 #ifndef _TANDEM_SOURCE
2078 # undef _TANDEM_SOURCE
2079 #endif
2080 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2081    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2082    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2083 #ifndef _XOPEN_SOURCE
2084 # undef _XOPEN_SOURCE
2085 #endif
2086 /* Enable general extensions on Solaris.  */
2087 #ifndef __EXTENSIONS__
2088 # undef __EXTENSIONS__
2089 #endif
2090
2091
2092 /* Define if the native Windows multithreading API can be used. */
2093 #undef USE_WINDOWS_THREADS
2094
2095 /* Version number of package */
2096 #undef VERSION
2097
2098 /* Define to 1 if unsetenv returns void instead of int. */
2099 #undef VOID_UNSETENV
2100
2101 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2102    'wchar_t'. */
2103 #undef WCHAR_T_SUFFIX
2104
2105 /* Define if WSAStartup is needed. */
2106 #undef WINDOWS_SOCKETS
2107
2108 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2109    'wint_t'. */
2110 #undef WINT_T_SUFFIX
2111
2112 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2113    significant byte first (like Motorola and SPARC, unlike Intel). */
2114 #if defined AC_APPLE_UNIVERSAL_BUILD
2115 # if defined __BIG_ENDIAN__
2116 #  define WORDS_BIGENDIAN 1
2117 # endif
2118 #else
2119 # ifndef WORDS_BIGENDIAN
2120 #  undef WORDS_BIGENDIAN
2121 # endif
2122 #endif
2123
2124 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2125    `char[]'. */
2126 #undef YYTEXT_POINTER
2127
2128 /* Enable large inode numbers on Mac OS X 10.5. */
2129 #undef _DARWIN_USE_64_BIT_INODE
2130
2131 /* Number of bits in a file offset, on hosts where this is settable. */
2132 #undef _FILE_OFFSET_BITS
2133
2134 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2135    stat.st_size becomes 64-bit. */
2136 #undef _GL_WINDOWS_64_BIT_ST_SIZE
2137
2138 /* Define for large files, on AIX-style hosts. */
2139 #undef _LARGE_FILES
2140
2141 /* Define to 1 on Solaris. */
2142 #undef _LCONV_C99
2143
2144 /* Define to 1 if on MINIX. */
2145 #undef _MINIX
2146
2147 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2148 #undef _NETBSD_SOURCE
2149
2150 /* The _Noreturn keyword of C11.  */
2151 #if ! (defined _Noreturn \
2152        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2153 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2154       || 0x5110 <= __SUNPRO_C)
2155 #  define _Noreturn __attribute__ ((__noreturn__))
2156 # elif defined _MSC_VER && 1200 <= _MSC_VER
2157 #  define _Noreturn __declspec (noreturn)
2158 # else
2159 #  define _Noreturn
2160 # endif
2161 #endif
2162
2163
2164 /* Define to 2 if the system does not provide POSIX.1 features except with
2165    this defined. */
2166 #undef _POSIX_1_SOURCE
2167
2168 /* Define to 1 in order to get the POSIX compatible declarations of socket
2169    functions. */
2170 #undef _POSIX_PII_SOCKET
2171
2172 /* Define to 1 if you need to in order for 'stat' and other things to work. */
2173 #undef _POSIX_SOURCE
2174
2175 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2176    overrides <limits.h>'s RE_DUP_MAX. */
2177 #undef _REGEX_INCLUDE_LIMITS_H
2178
2179 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2180 #undef _REGEX_LARGE_OFFSETS
2181
2182 /* Define to rpl_ if the getopt replacement functions and variables should be
2183    used. */
2184 #undef __GETOPT_PREFIX
2185
2186 /* Define to empty if `const' does not conform to ANSI C. */
2187 #undef const
2188
2189 /* Please see the Gnulib manual for how to use these macros.
2190
2191    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2192    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2193
2194    Suppress extern inline with Sun C in standards-conformance mode, as it
2195    mishandles inline functions that call each other.  E.g., for 'inline void f
2196    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2197    'reference to static identifier "f" in extern inline function'.
2198    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2199
2200    Suppress the use of extern inline on problematic Apple configurations.
2201    OS X 10.8 and earlier mishandle it; see, e.g.,
2202    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2203    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2204    for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2205    Perhaps Apple will fix this some day.  */
2206 #if (defined __APPLE__ \
2207      && (defined __header_inline \
2208          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2209             && ! defined __clang__) \
2210          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2211              && (defined __GNUC__ || defined __cplusplus)) \
2212             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2213                 && defined __GNUC__ && ! defined __cplusplus))))
2214 # define _GL_EXTERN_INLINE_APPLE_BUG
2215 #endif
2216 #if ((__GNUC__ \
2217       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2218       : (199901L <= __STDC_VERSION__ \
2219          && !defined __HP_cc \
2220          && !(defined __SUNPRO_C && __STDC__))) \
2221      && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2222 # define _GL_INLINE inline
2223 # define _GL_EXTERN_INLINE extern inline
2224 # define _GL_EXTERN_INLINE_IN_USE
2225 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2226        && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2227 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2228    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2229 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2230 # else
2231 #  define _GL_INLINE extern inline
2232 # endif
2233 # define _GL_EXTERN_INLINE extern
2234 # define _GL_EXTERN_INLINE_IN_USE
2235 #else
2236 # define _GL_INLINE static _GL_UNUSED
2237 # define _GL_EXTERN_INLINE static _GL_UNUSED
2238 #endif
2239
2240 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2241 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2242 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2243 # else
2244 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2245      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2246 # endif
2247   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2248      and "no previous declaration for 'FOO'"  diagnostics,
2249      when FOO is an inline function in the header; see
2250      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
2251 # define _GL_INLINE_HEADER_BEGIN \
2252     _Pragma ("GCC diagnostic push") \
2253     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2254     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2255     _GL_INLINE_HEADER_CONST_PRAGMA
2256 # define _GL_INLINE_HEADER_END \
2257     _Pragma ("GCC diagnostic pop")
2258 #else
2259 # define _GL_INLINE_HEADER_BEGIN
2260 # define _GL_INLINE_HEADER_END
2261 #endif
2262
2263 /* Define to a replacement function name for fnmatch(). */
2264 #undef fnmatch
2265
2266 /* Define to `int' if <sys/types.h> doesn't define. */
2267 #undef gid_t
2268
2269 /* A replacement for va_copy, if needed.  */
2270 #define gl_va_copy(a,b) ((a) = (b))
2271
2272 /* Define to `__inline__' or `__inline' if that's what the C compiler
2273    calls it, or to nothing if 'inline' is not supported under any name.  */
2274 #ifndef __cplusplus
2275 #undef inline
2276 #endif
2277
2278 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2279 #undef intmax_t
2280
2281 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2282    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2283    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2284    __APPLE__ && __MACH__ test for Mac OS X.
2285    __APPLE_CC__ tests for the Apple compiler and its version.
2286    __STDC_VERSION__ tests for the C99 mode.  */
2287 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2288 # define __GNUC_STDC_INLINE__ 1
2289 #endif
2290
2291 /* Define to a type if <wchar.h> does not define. */
2292 #undef mbstate_t
2293
2294 /* Define to `int' if <sys/types.h> does not define. */
2295 #undef mode_t
2296
2297 /* Define to the type of st_nlink in struct stat, or a supertype. */
2298 #undef nlink_t
2299
2300 /* Define to `int' if <sys/types.h> does not define. */
2301 #undef pid_t
2302
2303 /* Define as the type of the result of subtracting two pointers, if the system
2304    doesn't define it. */
2305 #undef ptrdiff_t
2306
2307 /* Define to rpl_re_comp if the replacement should be used. */
2308 #undef re_comp
2309
2310 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2311 #undef re_compile_fastmap
2312
2313 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2314 #undef re_compile_pattern
2315
2316 /* Define to rpl_re_exec if the replacement should be used. */
2317 #undef re_exec
2318
2319 /* Define to rpl_re_match if the replacement should be used. */
2320 #undef re_match
2321
2322 /* Define to rpl_re_match_2 if the replacement should be used. */
2323 #undef re_match_2
2324
2325 /* Define to rpl_re_search if the replacement should be used. */
2326 #undef re_search
2327
2328 /* Define to rpl_re_search_2 if the replacement should be used. */
2329 #undef re_search_2
2330
2331 /* Define to rpl_re_set_registers if the replacement should be used. */
2332 #undef re_set_registers
2333
2334 /* Define to rpl_re_set_syntax if the replacement should be used. */
2335 #undef re_set_syntax
2336
2337 /* Define to rpl_re_syntax_options if the replacement should be used. */
2338 #undef re_syntax_options
2339
2340 /* Define to rpl_regcomp if the replacement should be used. */
2341 #undef regcomp
2342
2343 /* Define to rpl_regerror if the replacement should be used. */
2344 #undef regerror
2345
2346 /* Define to rpl_regexec if the replacement should be used. */
2347 #undef regexec
2348
2349 /* Define to rpl_regfree if the replacement should be used. */
2350 #undef regfree
2351
2352 /* Define to the equivalent of the C99 'restrict' keyword, or to
2353    nothing if this is not supported.  Do not define if restrict is
2354    supported directly.  */
2355 #undef restrict
2356 /* Work around a bug in Sun C++: it does not support _Restrict or
2357    __restrict__, even though the corresponding Sun C compiler ends up with
2358    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2359    previous line.  Perhaps some future version of Sun C++ will work with
2360    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2361 #if defined __SUNPRO_CC && !defined __RESTRICT
2362 # define _Restrict
2363 # define __restrict__
2364 #endif
2365
2366 /* Define to `unsigned int' if <sys/types.h> does not define. */
2367 #undef size_t
2368
2369 /* type to use in place of socklen_t if not defined */
2370 #undef socklen_t
2371
2372 /* Define as a signed type of the same size as size_t. */
2373 #undef ssize_t
2374
2375 /* Define to `int' if <sys/types.h> doesn't define. */
2376 #undef uid_t
2377
2378 /* Define as a marker that can be attached to declarations that might not
2379     be used.  This helps to reduce warnings, such as from
2380     GCC -Wunused-parameter.  */
2381 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2382 # define _GL_UNUSED __attribute__ ((__unused__))
2383 #else
2384 # define _GL_UNUSED
2385 #endif
2386 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2387    is a misnomer outside of parameter lists.  */
2388 #define _UNUSED_PARAMETER_ _GL_UNUSED
2389
2390 /* The __pure__ attribute was added in gcc 2.96.  */
2391 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2392 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2393 #else
2394 # define _GL_ATTRIBUTE_PURE /* empty */
2395 #endif
2396
2397 /* The __const__ attribute was added in gcc 2.95.  */
2398 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2399 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2400 #else
2401 # define _GL_ATTRIBUTE_CONST /* empty */
2402 #endif
2403
2404
2405 /* Define as a macro for copying va_list variables. */
2406 #undef va_copy