1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3#ifndef SHARUTILS_CONFIG_H
4
5#define SHARUTILS_CONFIG_H 1
6
7/* Define if building universal (internal helper macro) */
8#undef AC_APPLE_UNIVERSAL_BUILD
9
10/* Define to the number of bits in type 'ptrdiff_t'. */
11#undef BITSIZEOF_PTRDIFF_T
12
13/* Define to the number of bits in type 'sig_atomic_t'. */
14#undef BITSIZEOF_SIG_ATOMIC_T
15
16/* Define to the number of bits in type 'size_t'. */
17#undef BITSIZEOF_SIZE_T
18
19/* Define to the number of bits in type 'wchar_t'. */
20#undef BITSIZEOF_WCHAR_T
21
22/* Define to the number of bits in type 'wint_t'. */
23#undef BITSIZEOF_WINT_T
24
25/* Define to 1 if the `closedir' function returns void instead of `int'. */
26#undef CLOSEDIR_VOID
27
28/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
29   systems. This function is required for `alloca.c' support on those systems.
30   */
31#undef CRAY_STACKSEG_END
32
33/* Define to 1 if using `alloca.c'. */
34#undef C_ALLOCA
35
36/* define to directory entry header file */
37#undef DIRENT_HEADER
38
39/* the name of the file descriptor member of DIR */
40#undef DIR_FD_MEMBER_NAME
41
42#ifdef DIR_FD_MEMBER_NAME
43# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
44#else
45# define DIR_TO_FD(Dir_p) -1
46#endif
47
48
49/* Define to 1 if // is a file system root distinct from /. */
50#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
51
52/* Define if struct dirent has a member d_ino that actually works. */
53#undef D_INO_IN_DIRENT
54
55/* nls support in libopts */
56#undef ENABLE_NLS
57
58/* Define this to 1 if F_DUPFD behavior does not match POSIX */
59#undef FCNTL_DUPFD_BUGGY
60
61/* Define to nothing if C supports flexible array members, and to 1 if it does
62   not. That way, with a declaration like 'struct s { int n; double
63   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
64   compilers. When computing the size of such an object, don't use 'sizeof
65   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
66   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
67   MSVC and with C++ compilers. */
68#undef FLEXIBLE_ARRAY_MEMBER
69
70/* fopen(3) accepts a 'b' in the mode flag */
71#undef FOPEN_BINARY_FLAG
72
73/* fopen(3) accepts a 't' in the mode flag */
74#undef FOPEN_TEXT_FLAG
75
76/* Define to 1 if the system's ftello function has the Solaris bug. */
77#undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
78
79/* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
80   fflush is known to not work, -1 if unknown. */
81#undef FUNC_FFLUSH_STDIN
82
83/* Define if gettimeofday clobbers the localtime buffer. */
84#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
85
86/* Define this to 'void' or 'struct timezone' to match the system's
87   declaration of the second argument to gettimeofday. */
88#undef GETTIMEOFDAY_TIMEZONE
89
90/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
91   whether the gnulib module dirname shall be considered present. */
92#undef GNULIB_DIRNAME
93
94/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
95   whether the gnulib module fdopendir shall be considered present. */
96#undef GNULIB_FDOPENDIR
97
98/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
99   whether the gnulib module fd-safer-flag shall be considered present. */
100#undef GNULIB_FD_SAFER_FLAG
101
102/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
103   whether the gnulib module fflush shall be considered present. */
104#undef GNULIB_FFLUSH
105
106/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
107   whether the gnulib module fscanf shall be considered present. */
108#undef GNULIB_FSCANF
109
110/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
111   whether the gnulib module getcwd shall be considered present. */
112#undef GNULIB_GETCWD
113
114/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
115   whether the gnulib module malloc-gnu shall be considered present. */
116#undef GNULIB_MALLOC_GNU
117
118/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
119   whether the gnulib module openat shall be considered present. */
120#undef GNULIB_OPENAT
121
122/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
123   whether the gnulib module pipe2-safer shall be considered present. */
124#undef GNULIB_PIPE2_SAFER
125
126/* Define to 1 if printf and friends should be labeled with attribute
127   "__gnu_printf__" instead of "__printf__" */
128#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
129
130/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
131   whether the gnulib module realloc-gnu shall be considered present. */
132#undef GNULIB_REALLOC_GNU
133
134/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
135   whether the gnulib module scanf shall be considered present. */
136#undef GNULIB_SCANF
137
138/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
139   whether the gnulib module strerror shall be considered present. */
140#undef GNULIB_STRERROR
141
142/* Define to 1 when the gnulib module chdir should be tested. */
143#undef GNULIB_TEST_CHDIR
144
145/* Define to 1 when the gnulib module cloexec should be tested. */
146#undef GNULIB_TEST_CLOEXEC
147
148/* Define to 1 when the gnulib module close should be tested. */
149#undef GNULIB_TEST_CLOSE
150
151/* Define to 1 when the gnulib module closedir should be tested. */
152#undef GNULIB_TEST_CLOSEDIR
153
154/* Define to 1 when the gnulib module dirfd should be tested. */
155#undef GNULIB_TEST_DIRFD
156
157/* Define to 1 when the gnulib module dup should be tested. */
158#undef GNULIB_TEST_DUP
159
160/* Define to 1 when the gnulib module dup2 should be tested. */
161#undef GNULIB_TEST_DUP2
162
163/* Define to 1 when the gnulib module environ should be tested. */
164#undef GNULIB_TEST_ENVIRON
165
166/* Define to 1 when the gnulib module fchdir should be tested. */
167#undef GNULIB_TEST_FCHDIR
168
169/* Define to 1 when the gnulib module fcntl should be tested. */
170#undef GNULIB_TEST_FCNTL
171
172/* Define to 1 when the gnulib module fdopendir should be tested. */
173#undef GNULIB_TEST_FDOPENDIR
174
175/* Define to 1 when the gnulib module fflush should be tested. */
176#undef GNULIB_TEST_FFLUSH
177
178/* Define to 1 when the gnulib module fpurge should be tested. */
179#undef GNULIB_TEST_FPURGE
180
181/* Define to 1 when the gnulib module freopen should be tested. */
182#undef GNULIB_TEST_FREOPEN
183
184/* Define to 1 when the gnulib module fseek should be tested. */
185#undef GNULIB_TEST_FSEEK
186
187/* Define to 1 when the gnulib module fseeko should be tested. */
188#undef GNULIB_TEST_FSEEKO
189
190/* Define to 1 when the gnulib module fstat should be tested. */
191#undef GNULIB_TEST_FSTAT
192
193/* Define to 1 when the gnulib module fstatat should be tested. */
194#undef GNULIB_TEST_FSTATAT
195
196/* Define to 1 when the gnulib module ftell should be tested. */
197#undef GNULIB_TEST_FTELL
198
199/* Define to 1 when the gnulib module ftello should be tested. */
200#undef GNULIB_TEST_FTELLO
201
202/* Define to 1 when the gnulib module getcwd should be tested. */
203#undef GNULIB_TEST_GETCWD
204
205/* Define to 1 when the gnulib module getdtablesize should be tested. */
206#undef GNULIB_TEST_GETDTABLESIZE
207
208/* Define to 1 when the gnulib module gethostname should be tested. */
209#undef GNULIB_TEST_GETHOSTNAME
210
211/* Define to 1 when the gnulib module getopt-gnu should be tested. */
212#undef GNULIB_TEST_GETOPT_GNU
213
214/* Define to 1 when the gnulib module gettimeofday should be tested. */
215#undef GNULIB_TEST_GETTIMEOFDAY
216
217/* Define to 1 when the gnulib module lseek should be tested. */
218#undef GNULIB_TEST_LSEEK
219
220/* Define to 1 when the gnulib module lstat should be tested. */
221#undef GNULIB_TEST_LSTAT
222
223/* Define to 1 when the gnulib module malloc-posix should be tested. */
224#undef GNULIB_TEST_MALLOC_POSIX
225
226/* Define to 1 when the gnulib module mbrtowc should be tested. */
227#undef GNULIB_TEST_MBRTOWC
228
229/* Define to 1 when the gnulib module mbsinit should be tested. */
230#undef GNULIB_TEST_MBSINIT
231
232/* Define to 1 when the gnulib module memchr should be tested. */
233#undef GNULIB_TEST_MEMCHR
234
235/* Define to 1 when the gnulib module mempcpy should be tested. */
236#undef GNULIB_TEST_MEMPCPY
237
238/* Define to 1 when the gnulib module memrchr should be tested. */
239#undef GNULIB_TEST_MEMRCHR
240
241/* Define to 1 when the gnulib module mkstemp should be tested. */
242#undef GNULIB_TEST_MKSTEMP
243
244/* Define to 1 when the gnulib module mktime should be tested. */
245#undef GNULIB_TEST_MKTIME
246
247/* Define to 1 when the gnulib module open should be tested. */
248#undef GNULIB_TEST_OPEN
249
250/* Define to 1 when the gnulib module openat should be tested. */
251#undef GNULIB_TEST_OPENAT
252
253/* Define to 1 when the gnulib module opendir should be tested. */
254#undef GNULIB_TEST_OPENDIR
255
256/* Define to 1 when the gnulib module pipe2 should be tested. */
257#undef GNULIB_TEST_PIPE2
258
259/* Define to 1 when the gnulib module popen should be tested. */
260#undef GNULIB_TEST_POPEN
261
262/* Define to 1 when the gnulib module posix_spawnattr_destroy should be
263   tested. */
264#undef GNULIB_TEST_POSIX_SPAWNATTR_DESTROY
265
266/* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
267   */
268#undef GNULIB_TEST_POSIX_SPAWNATTR_INIT
269
270/* Define to 1 when the gnulib module posix_spawnattr_setflags should be
271   tested. */
272#undef GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS
273
274/* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
275   tested. */
276#undef GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK
277
278/* Define to 1 when the gnulib module posix_spawnp should be tested. */
279#undef GNULIB_TEST_POSIX_SPAWNP
280
281/* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
282   be tested. */
283#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
284
285/* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
286   be tested. */
287#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
288
289/* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
290   be tested. */
291#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
292
293/* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
294   be tested. */
295#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY
296
297/* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
298   tested. */
299#undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT
300
301/* Define to 1 when the gnulib module raise should be tested. */
302#undef GNULIB_TEST_RAISE
303
304/* Define to 1 when the gnulib module rawmemchr should be tested. */
305#undef GNULIB_TEST_RAWMEMCHR
306
307/* Define to 1 when the gnulib module readdir should be tested. */
308#undef GNULIB_TEST_READDIR
309
310/* Define to 1 when the gnulib module realloc-posix should be tested. */
311#undef GNULIB_TEST_REALLOC_POSIX
312
313/* Define to 1 when the gnulib module rewinddir should be tested. */
314#undef GNULIB_TEST_REWINDDIR
315
316/* Define to 1 when the gnulib module secure_getenv should be tested. */
317#undef GNULIB_TEST_SECURE_GETENV
318
319/* Define to 1 when the gnulib module sigaction should be tested. */
320#undef GNULIB_TEST_SIGACTION
321
322/* Define to 1 when the gnulib module sigprocmask should be tested. */
323#undef GNULIB_TEST_SIGPROCMASK
324
325/* Define to 1 when the gnulib module stat should be tested. */
326#undef GNULIB_TEST_STAT
327
328/* Define to 1 when the gnulib module stpcpy should be tested. */
329#undef GNULIB_TEST_STPCPY
330
331/* Define to 1 when the gnulib module strchrnul should be tested. */
332#undef GNULIB_TEST_STRCHRNUL
333
334/* Define to 1 when the gnulib module strdup should be tested. */
335#undef GNULIB_TEST_STRDUP
336
337/* Define to 1 when the gnulib module strerror should be tested. */
338#undef GNULIB_TEST_STRERROR
339
340/* Define to 1 when the gnulib module strndup should be tested. */
341#undef GNULIB_TEST_STRNDUP
342
343/* Define to 1 when the gnulib module strnlen should be tested. */
344#undef GNULIB_TEST_STRNLEN
345
346/* Define to 1 when the gnulib module strtoll should be tested. */
347#undef GNULIB_TEST_STRTOLL
348
349/* Define to 1 when the gnulib module time_r should be tested. */
350#undef GNULIB_TEST_TIME_R
351
352/* Define to 1 when the gnulib module waitpid should be tested. */
353#undef GNULIB_TEST_WAITPID
354
355/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
356   may be supplied by this distribution. */
357#undef HAVE_ALLOCA
358
359/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
360   */
361#undef HAVE_ALLOCA_H
362
363/* Define to 1 if you have the `argz_count' function. */
364#undef HAVE_ARGZ_COUNT
365
366/* Define to 1 if you have the <argz.h> header file. */
367#undef HAVE_ARGZ_H
368
369/* Define to 1 if you have the `argz_next' function. */
370#undef HAVE_ARGZ_NEXT
371
372/* Define to 1 if you have the `argz_stringify' function. */
373#undef HAVE_ARGZ_STRINGIFY
374
375/* Define to 1 if you have the `asprintf' function. */
376#undef HAVE_ASPRINTF
377
378/* Define to 1 if you have the <bp-sym.h> header file. */
379#undef HAVE_BP_SYM_H
380
381/* Define to 1 if the compiler understands __builtin_expect. */
382#undef HAVE_BUILTIN_EXPECT
383
384/* Define to 1 if you have the `canonicalize_file_name' function. */
385#undef HAVE_CANONICALIZE_FILE_NAME
386
387/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
388   CoreFoundation framework. */
389#undef HAVE_CFLOCALECOPYCURRENT
390
391/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
392   the CoreFoundation framework. */
393#undef HAVE_CFPREFERENCESCOPYAPPVALUE
394
395/* Define to 1 if you have the `chmod' function. */
396#undef HAVE_CHMOD
397
398/* Define to 1 if you have the `closedir' function. */
399#undef HAVE_CLOSEDIR
400
401/* Define if compress is available. */
402#undef HAVE_COMPRESS
403
404/* Define to 1 if you have the `confstr' function. */
405#undef HAVE_CONFSTR
406
407/* Define if the GNU dcgettext() function is already present or preinstalled.
408   */
409#undef HAVE_DCGETTEXT
410
411/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
412   */
413#undef HAVE_DECL_ALARM
414
415/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
416   you don't. */
417#undef HAVE_DECL_CLEARERR_UNLOCKED
418
419/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
420   */
421#undef HAVE_DECL_DIRFD
422
423/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
424   */
425#undef HAVE_DECL_FCHDIR
426
427/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
428   don't. */
429#undef HAVE_DECL_FDOPENDIR
430
431/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
432   don't. */
433#undef HAVE_DECL_FEOF_UNLOCKED
434
435/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
436   you don't. */
437#undef HAVE_DECL_FERROR_UNLOCKED
438
439/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
440   you don't. */
441#undef HAVE_DECL_FFLUSH_UNLOCKED
442
443/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
444   you don't. */
445#undef HAVE_DECL_FGETS_UNLOCKED
446
447/* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
448   */
449#undef HAVE_DECL_FPURGE
450
451/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
452   you don't. */
453#undef HAVE_DECL_FPUTC_UNLOCKED
454
455/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
456   you don't. */
457#undef HAVE_DECL_FPUTS_UNLOCKED
458
459/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
460   you don't. */
461#undef HAVE_DECL_FREAD_UNLOCKED
462
463/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
464   */
465#undef HAVE_DECL_FSEEKO
466
467/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
468   */
469#undef HAVE_DECL_FTELLO
470
471/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
472   you don't. */
473#undef HAVE_DECL_FWRITE_UNLOCKED
474
475/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
476   you don't. */
477#undef HAVE_DECL_GETCHAR_UNLOCKED
478
479/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
480   */
481#undef HAVE_DECL_GETCWD
482
483/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
484   don't. */
485#undef HAVE_DECL_GETC_UNLOCKED
486
487/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
488   don't. */
489#undef HAVE_DECL_GETDTABLESIZE
490
491/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
492   */
493#undef HAVE_DECL_GETENV
494
495/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
496   don't. */
497#undef HAVE_DECL_LOCALTIME_R
498
499/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
500   don't. */
501#undef HAVE_DECL_MBRTOWC
502
503/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
504   don't. */
505#undef HAVE_DECL_MBSINIT
506
507/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
508   don't. */
509#undef HAVE_DECL_MEMRCHR
510
511/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
512   you don't. */
513#undef HAVE_DECL_PUTCHAR_UNLOCKED
514
515/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
516   don't. */
517#undef HAVE_DECL_PUTC_UNLOCKED
518
519/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
520   */
521#undef HAVE_DECL_STRDUP
522
523/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
524   don't. */
525#undef HAVE_DECL_STRERROR_R
526
527/* Define to 1 if you have the declaration of `strndup', and to 0 if you
528   don't. */
529#undef HAVE_DECL_STRNDUP
530
531/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
532   don't. */
533#undef HAVE_DECL_STRNLEN
534
535/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
536   don't. */
537#undef HAVE_DECL_STRTOIMAX
538
539/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
540   don't. */
541#undef HAVE_DECL_STRTOLL
542
543/* Define to 1 if you have the declaration of `towlower', and to 0 if you
544   don't. */
545#undef HAVE_DECL_TOWLOWER
546
547/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
548   */
549#undef HAVE_DECL_TZNAME
550
551/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
552   don't. */
553#undef HAVE_DECL__SNPRINTF
554
555/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
556   don't. */
557#undef HAVE_DECL__SNWPRINTF
558
559/* Define this if /dev/zero is readable device */
560#undef HAVE_DEV_ZERO
561
562/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
563   */
564#undef HAVE_DIRENT_H
565
566/* Define to 1 if you have the `dirfd' function. */
567#undef HAVE_DIRFD
568
569/* Define to 1 if you have the <dlfcn.h> header file. */
570#undef HAVE_DLFCN_H
571
572/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
573#undef HAVE_DOPRNT
574
575/* Define to 1 if you have the 'dup2' function. */
576#undef HAVE_DUP2
577
578/* Define if you have the declaration of environ. */
579#undef HAVE_ENVIRON_DECL
580
581/* Define to 1 if you have the <errno.h> header file. */
582#undef HAVE_ERRNO_H
583
584/* Define to 1 if you have the 'fchdir' function. */
585#undef HAVE_FCHDIR
586
587/* Define to 1 if you have the `fchmod' function. */
588#undef HAVE_FCHMOD
589
590/* Define to 1 if you have the 'fcntl' function. */
591#undef HAVE_FCNTL
592
593/* Define to 1 if you have the <fcntl.h> header file. */
594#undef HAVE_FCNTL_H
595
596/* Define to 1 if you have the 'fdopendir' function. */
597#undef HAVE_FDOPENDIR
598
599/* Define to 1 if you have the <features.h> header file. */
600#undef HAVE_FEATURES_H
601
602/* Define to 1 if you have the `fork' function. */
603#undef HAVE_FORK
604
605/* Define to 1 if you have the 'fpurge' function. */
606#undef HAVE_FPURGE
607
608/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
609#undef HAVE_FSEEKO
610
611/* Define to 1 if you have the `fstat' function. */
612#undef HAVE_FSTAT
613
614/* Define to 1 if you have the 'fstatat' function. */
615#undef HAVE_FSTATAT
616
617/* Define to 1 if you have the `fwprintf' function. */
618#undef HAVE_FWPRINTF
619
620/* Define to 1 if you have the `getcwd' function. */
621#undef HAVE_GETCWD
622
623/* Define to 1 if getcwd works, but with shorter paths than is generally
624   tested with the replacement. */
625#undef HAVE_GETCWD_SHORTER
626
627/* Define to 1 if you have the 'getdtablesize' function. */
628#undef HAVE_GETDTABLESIZE
629
630/* Define to 1 if you have the `getegid' function. */
631#undef HAVE_GETEGID
632
633/* Define to 1 if you have the `geteuid' function. */
634#undef HAVE_GETEUID
635
636/* Define to 1 if you have the `getgid' function. */
637#undef HAVE_GETGID
638
639/* Define to 1 if you have the `gethostname' function. */
640#undef HAVE_GETHOSTNAME
641
642/* Define to 1 if you have the <getopt.h> header file. */
643#undef HAVE_GETOPT_H
644
645/* Define to 1 if you have the `getopt_long_only' function. */
646#undef HAVE_GETOPT_LONG_ONLY
647
648/* Define to 1 if you have the `getpagesize' function. */
649#undef HAVE_GETPAGESIZE
650
651/* Define if the GNU gettext() function is already present or preinstalled. */
652#undef HAVE_GETTEXT
653
654/* Define to 1 if you have the 'gettimeofday' function. */
655#undef HAVE_GETTIMEOFDAY
656
657/* Define to 1 if you have the `getuid' function. */
658#undef HAVE_GETUID
659
660/* Define if you have the iconv() function and it works. */
661#undef HAVE_ICONV
662
663/* Define to 1 if the system has the type `int16_t'. */
664#undef HAVE_INT16_T
665
666/* Define to 1 if the system has the type `int32_t'. */
667#undef HAVE_INT32_T
668
669/* Define to 1 if the system has the type `int8_t'. */
670#undef HAVE_INT8_T
671
672/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
673#undef HAVE_INTMAX_T
674
675/* Define to 1 if the system has the type `intptr_t'. */
676#undef HAVE_INTPTR_T
677
678/* Define to 1 if you have the <inttypes.h> header file. */
679#undef HAVE_INTTYPES_H
680
681/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
682   declares uintmax_t. */
683#undef HAVE_INTTYPES_H_WITH_UINTMAX
684
685/* Define to 1 if you have the `isascii' function. */
686#undef HAVE_ISASCII
687
688/* Define to 1 if you have the `issetugid' function. */
689#undef HAVE_ISSETUGID
690
691/* Define to 1 if you have the 'iswcntrl' function. */
692#undef HAVE_ISWCNTRL
693
694/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
695#undef HAVE_LANGINFO_CODESET
696
697/* Define if your <locale.h> file defines LC_MESSAGES. */
698#undef HAVE_LC_MESSAGES
699
700/* Define to 1 if you have the `gen' library (-lgen). */
701#undef HAVE_LIBGEN
702
703/* Define to 1 if you have the <libgen.h> header file. */
704#undef HAVE_LIBGEN_H
705
706/* Define to 1 if you have the `intl' library (-lintl). */
707#undef HAVE_LIBINTL
708
709/* Define to 1 if you have the <libintl.h> header file. */
710#undef HAVE_LIBINTL_H
711
712/* Define to 1 if you have the <limits.h> header file. */
713#undef HAVE_LIMITS_H
714
715/* Define to 1 if you have the <locale.h> header file. */
716#undef HAVE_LOCALE_H
717
718/* Define to 1 if you have the 'localtime_r' function. */
719#undef HAVE_LOCALTIME_R
720
721/* Define to 1 if the system has the type 'long long int'. */
722#undef HAVE_LONG_LONG_INT
723
724/* Define to 1 if you have the 'lstat' function. */
725#undef HAVE_LSTAT
726
727/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
728   to 0 otherwise. */
729#undef HAVE_MALLOC_GNU
730
731/* Define if the 'malloc' function is POSIX compliant. */
732#undef HAVE_MALLOC_POSIX
733
734/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
735   config.h and <sys/mman.h>. */
736#undef HAVE_MAP_ANONYMOUS
737
738/* Define to 1 if you have the 'mbrtowc' function. */
739#undef HAVE_MBRTOWC
740
741/* Define to 1 if you have the 'mbsinit' function. */
742#undef HAVE_MBSINIT
743
744/* Define to 1 if <wchar.h> declares mbstate_t. */
745#undef HAVE_MBSTATE_T
746
747/* Define to 1 if you have the <memory.h> header file. */
748#undef HAVE_MEMORY_H
749
750/* Define to 1 if you have the `mempcpy' function. */
751#undef HAVE_MEMPCPY
752
753/* Define to 1 if you have the `memrchr' function. */
754#undef HAVE_MEMRCHR
755
756/* Define to 1 if you have the `memset' function. */
757#undef HAVE_MEMSET
758
759/* Define to 1 if getcwd minimally works, that is, its result can be trusted
760   when it succeeds. */
761#undef HAVE_MINIMALLY_WORKING_GETCWD
762
763/* Define to 1 if you have the 'mkstemp' function. */
764#undef HAVE_MKSTEMP
765
766/* Define to 1 if you have the `mktime' function. */
767#undef HAVE_MKTIME
768
769/* Define to 1 if you have the `mmap' function. */
770#undef HAVE_MMAP
771
772/* Define to 1 if you have the 'mprotect' function. */
773#undef HAVE_MPROTECT
774
775/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
776   concept. */
777#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
778
779/* Define to 1 if you have the `munmap' function. */
780#undef HAVE_MUNMAP
781
782/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
783#undef HAVE_NDIR_H
784
785/* Define to 1 if you have the <netdb.h> header file. */
786#undef HAVE_NETDB_H
787
788/* Define to 1 if you have the <netinet/in.h> header file. */
789#undef HAVE_NETINET_IN_H
790
791/* Define to 1 if you have the `newlocale' function. */
792#undef HAVE_NEWLOCALE
793
794/* Define to 1 if you have the 'openat' function. */
795#undef HAVE_OPENAT
796
797/* Define to 1 if you have the `opendir' function. */
798#undef HAVE_OPENDIR
799
800/* Define to 1 if libcrypto is used for MD5. */
801#undef HAVE_OPENSSL_MD5
802
803/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
804   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
805#undef HAVE_PARTLY_WORKING_GETCWD
806
807/* Define this if pathfind(3) works */
808#undef HAVE_PATHFIND
809
810/* Define to 1 if you have the <paths.h> header file. */
811#undef HAVE_PATHS_H
812
813/* Define to 1 if the system has the type `pid_t'. */
814#undef HAVE_PID_T
815
816/* Define to 1 if you have the 'pipe' function. */
817#undef HAVE_PIPE
818
819/* Define to 1 if you have the 'pipe2' function. */
820#undef HAVE_PIPE2
821
822/* Define to 1 if you have the 'popen' function. */
823#undef HAVE_POPEN
824
825/* Define if your printf() function supports format strings with positions. */
826#undef HAVE_POSIX_PRINTF
827
828/* Define to 1 if you have the `posix_spawn' function. */
829#undef HAVE_POSIX_SPAWN
830
831/* Define to 1 if the system has the type `posix_spawnattr_t'. */
832#undef HAVE_POSIX_SPAWNATTR_T
833
834/* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
835#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
836
837/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
838#undef HAVE_PTHREAD_MUTEX_RECURSIVE
839
840/* Define if the POSIX multithreading library has read/write locks. */
841#undef HAVE_PTHREAD_RWLOCK
842
843/* Define to 1 if the system has the type `ptrdiff_t'. */
844#undef HAVE_PTRDIFF_T
845
846/* Define to 1 if you have the `putenv' function. */
847#undef HAVE_PUTENV
848
849/* Define to 1 if you have the `raise' function. */
850#undef HAVE_RAISE
851
852/* Define to 1 if you have the `rawmemchr' function. */
853#undef HAVE_RAWMEMCHR
854
855/* Define to 1 if accept is declared even after undefining macros. */
856#undef HAVE_RAW_DECL_ACCEPT
857
858/* Define to 1 if accept4 is declared even after undefining macros. */
859#undef HAVE_RAW_DECL_ACCEPT4
860
861/* Define to 1 if alphasort is declared even after undefining macros. */
862#undef HAVE_RAW_DECL_ALPHASORT
863
864/* Define to 1 if atoll is declared even after undefining macros. */
865#undef HAVE_RAW_DECL_ATOLL
866
867/* Define to 1 if bind is declared even after undefining macros. */
868#undef HAVE_RAW_DECL_BIND
869
870/* Define to 1 if btowc is declared even after undefining macros. */
871#undef HAVE_RAW_DECL_BTOWC
872
873/* Define to 1 if canonicalize_file_name is declared even after undefining
874   macros. */
875#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
876
877/* Define to 1 if chdir is declared even after undefining macros. */
878#undef HAVE_RAW_DECL_CHDIR
879
880/* Define to 1 if chown is declared even after undefining macros. */
881#undef HAVE_RAW_DECL_CHOWN
882
883/* Define to 1 if closedir is declared even after undefining macros. */
884#undef HAVE_RAW_DECL_CLOSEDIR
885
886/* Define to 1 if connect is declared even after undefining macros. */
887#undef HAVE_RAW_DECL_CONNECT
888
889/* Define to 1 if dirfd is declared even after undefining macros. */
890#undef HAVE_RAW_DECL_DIRFD
891
892/* Define to 1 if dprintf is declared even after undefining macros. */
893#undef HAVE_RAW_DECL_DPRINTF
894
895/* Define to 1 if dup is declared even after undefining macros. */
896#undef HAVE_RAW_DECL_DUP
897
898/* Define to 1 if dup2 is declared even after undefining macros. */
899#undef HAVE_RAW_DECL_DUP2
900
901/* Define to 1 if dup3 is declared even after undefining macros. */
902#undef HAVE_RAW_DECL_DUP3
903
904/* Define to 1 if endusershell is declared even after undefining macros. */
905#undef HAVE_RAW_DECL_ENDUSERSHELL
906
907/* Define to 1 if environ is declared even after undefining macros. */
908#undef HAVE_RAW_DECL_ENVIRON
909
910/* Define to 1 if euidaccess is declared even after undefining macros. */
911#undef HAVE_RAW_DECL_EUIDACCESS
912
913/* Define to 1 if faccessat is declared even after undefining macros. */
914#undef HAVE_RAW_DECL_FACCESSAT
915
916/* Define to 1 if fchdir is declared even after undefining macros. */
917#undef HAVE_RAW_DECL_FCHDIR
918
919/* Define to 1 if fchmodat is declared even after undefining macros. */
920#undef HAVE_RAW_DECL_FCHMODAT
921
922/* Define to 1 if fchownat is declared even after undefining macros. */
923#undef HAVE_RAW_DECL_FCHOWNAT
924
925/* Define to 1 if fcntl is declared even after undefining macros. */
926#undef HAVE_RAW_DECL_FCNTL
927
928/* Define to 1 if fdatasync is declared even after undefining macros. */
929#undef HAVE_RAW_DECL_FDATASYNC
930
931/* Define to 1 if fdopendir is declared even after undefining macros. */
932#undef HAVE_RAW_DECL_FDOPENDIR
933
934/* Define to 1 if ffsl is declared even after undefining macros. */
935#undef HAVE_RAW_DECL_FFSL
936
937/* Define to 1 if ffsll is declared even after undefining macros. */
938#undef HAVE_RAW_DECL_FFSLL
939
940/* Define to 1 if fpurge is declared even after undefining macros. */
941#undef HAVE_RAW_DECL_FPURGE
942
943/* Define to 1 if fseeko is declared even after undefining macros. */
944#undef HAVE_RAW_DECL_FSEEKO
945
946/* Define to 1 if fstat is declared even after undefining macros. */
947#undef HAVE_RAW_DECL_FSTAT
948
949/* Define to 1 if fstatat is declared even after undefining macros. */
950#undef HAVE_RAW_DECL_FSTATAT
951
952/* Define to 1 if fsync is declared even after undefining macros. */
953#undef HAVE_RAW_DECL_FSYNC
954
955/* Define to 1 if ftello is declared even after undefining macros. */
956#undef HAVE_RAW_DECL_FTELLO
957
958/* Define to 1 if ftruncate is declared even after undefining macros. */
959#undef HAVE_RAW_DECL_FTRUNCATE
960
961/* Define to 1 if futimens is declared even after undefining macros. */
962#undef HAVE_RAW_DECL_FUTIMENS
963
964/* Define to 1 if getcwd is declared even after undefining macros. */
965#undef HAVE_RAW_DECL_GETCWD
966
967/* Define to 1 if getdelim is declared even after undefining macros. */
968#undef HAVE_RAW_DECL_GETDELIM
969
970/* Define to 1 if getdomainname is declared even after undefining macros. */
971#undef HAVE_RAW_DECL_GETDOMAINNAME
972
973/* Define to 1 if getdtablesize is declared even after undefining macros. */
974#undef HAVE_RAW_DECL_GETDTABLESIZE
975
976/* Define to 1 if getgroups is declared even after undefining macros. */
977#undef HAVE_RAW_DECL_GETGROUPS
978
979/* Define to 1 if gethostname is declared even after undefining macros. */
980#undef HAVE_RAW_DECL_GETHOSTNAME
981
982/* Define to 1 if getline is declared even after undefining macros. */
983#undef HAVE_RAW_DECL_GETLINE
984
985/* Define to 1 if getloadavg is declared even after undefining macros. */
986#undef HAVE_RAW_DECL_GETLOADAVG
987
988/* Define to 1 if getlogin is declared even after undefining macros. */
989#undef HAVE_RAW_DECL_GETLOGIN
990
991/* Define to 1 if getlogin_r is declared even after undefining macros. */
992#undef HAVE_RAW_DECL_GETLOGIN_R
993
994/* Define to 1 if getpagesize is declared even after undefining macros. */
995#undef HAVE_RAW_DECL_GETPAGESIZE
996
997/* Define to 1 if getpeername is declared even after undefining macros. */
998#undef HAVE_RAW_DECL_GETPEERNAME
999
1000/* Define to 1 if gets is declared even after undefining macros. */
1001#undef HAVE_RAW_DECL_GETS
1002
1003/* Define to 1 if getsockname is declared even after undefining macros. */
1004#undef HAVE_RAW_DECL_GETSOCKNAME
1005
1006/* Define to 1 if getsockopt is declared even after undefining macros. */
1007#undef HAVE_RAW_DECL_GETSOCKOPT
1008
1009/* Define to 1 if getsubopt is declared even after undefining macros. */
1010#undef HAVE_RAW_DECL_GETSUBOPT
1011
1012/* Define to 1 if gettimeofday is declared even after undefining macros. */
1013#undef HAVE_RAW_DECL_GETTIMEOFDAY
1014
1015/* Define to 1 if getusershell is declared even after undefining macros. */
1016#undef HAVE_RAW_DECL_GETUSERSHELL
1017
1018/* Define to 1 if grantpt is declared even after undefining macros. */
1019#undef HAVE_RAW_DECL_GRANTPT
1020
1021/* Define to 1 if group_member is declared even after undefining macros. */
1022#undef HAVE_RAW_DECL_GROUP_MEMBER
1023
1024/* Define to 1 if imaxabs is declared even after undefining macros. */
1025#undef HAVE_RAW_DECL_IMAXABS
1026
1027/* Define to 1 if imaxdiv is declared even after undefining macros. */
1028#undef HAVE_RAW_DECL_IMAXDIV
1029
1030/* Define to 1 if initstate is declared even after undefining macros. */
1031#undef HAVE_RAW_DECL_INITSTATE
1032
1033/* Define to 1 if initstate_r is declared even after undefining macros. */
1034#undef HAVE_RAW_DECL_INITSTATE_R
1035
1036/* Define to 1 if isatty is declared even after undefining macros. */
1037#undef HAVE_RAW_DECL_ISATTY
1038
1039/* Define to 1 if isblank is declared even after undefining macros. */
1040#undef HAVE_RAW_DECL_ISBLANK
1041
1042/* Define to 1 if iswctype is declared even after undefining macros. */
1043#undef HAVE_RAW_DECL_ISWCTYPE
1044
1045/* Define to 1 if lchmod is declared even after undefining macros. */
1046#undef HAVE_RAW_DECL_LCHMOD
1047
1048/* Define to 1 if lchown is declared even after undefining macros. */
1049#undef HAVE_RAW_DECL_LCHOWN
1050
1051/* Define to 1 if link is declared even after undefining macros. */
1052#undef HAVE_RAW_DECL_LINK
1053
1054/* Define to 1 if linkat is declared even after undefining macros. */
1055#undef HAVE_RAW_DECL_LINKAT
1056
1057/* Define to 1 if listen is declared even after undefining macros. */
1058#undef HAVE_RAW_DECL_LISTEN
1059
1060/* Define to 1 if lseek is declared even after undefining macros. */
1061#undef HAVE_RAW_DECL_LSEEK
1062
1063/* Define to 1 if lstat is declared even after undefining macros. */
1064#undef HAVE_RAW_DECL_LSTAT
1065
1066/* Define to 1 if mbrlen is declared even after undefining macros. */
1067#undef HAVE_RAW_DECL_MBRLEN
1068
1069/* Define to 1 if mbrtowc is declared even after undefining macros. */
1070#undef HAVE_RAW_DECL_MBRTOWC
1071
1072/* Define to 1 if mbsinit is declared even after undefining macros. */
1073#undef HAVE_RAW_DECL_MBSINIT
1074
1075/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1076#undef HAVE_RAW_DECL_MBSNRTOWCS
1077
1078/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1079#undef HAVE_RAW_DECL_MBSRTOWCS
1080
1081/* Define to 1 if memmem is declared even after undefining macros. */
1082#undef HAVE_RAW_DECL_MEMMEM
1083
1084/* Define to 1 if mempcpy is declared even after undefining macros. */
1085#undef HAVE_RAW_DECL_MEMPCPY
1086
1087/* Define to 1 if memrchr is declared even after undefining macros. */
1088#undef HAVE_RAW_DECL_MEMRCHR
1089
1090/* Define to 1 if mkdirat is declared even after undefining macros. */
1091#undef HAVE_RAW_DECL_MKDIRAT
1092
1093/* Define to 1 if mkdtemp is declared even after undefining macros. */
1094#undef HAVE_RAW_DECL_MKDTEMP
1095
1096/* Define to 1 if mkfifo is declared even after undefining macros. */
1097#undef HAVE_RAW_DECL_MKFIFO
1098
1099/* Define to 1 if mkfifoat is declared even after undefining macros. */
1100#undef HAVE_RAW_DECL_MKFIFOAT
1101
1102/* Define to 1 if mknod is declared even after undefining macros. */
1103#undef HAVE_RAW_DECL_MKNOD
1104
1105/* Define to 1 if mknodat is declared even after undefining macros. */
1106#undef HAVE_RAW_DECL_MKNODAT
1107
1108/* Define to 1 if mkostemp is declared even after undefining macros. */
1109#undef HAVE_RAW_DECL_MKOSTEMP
1110
1111/* Define to 1 if mkostemps is declared even after undefining macros. */
1112#undef HAVE_RAW_DECL_MKOSTEMPS
1113
1114/* Define to 1 if mkstemp is declared even after undefining macros. */
1115#undef HAVE_RAW_DECL_MKSTEMP
1116
1117/* Define to 1 if mkstemps is declared even after undefining macros. */
1118#undef HAVE_RAW_DECL_MKSTEMPS
1119
1120/* Define to 1 if openat is declared even after undefining macros. */
1121#undef HAVE_RAW_DECL_OPENAT
1122
1123/* Define to 1 if opendir is declared even after undefining macros. */
1124#undef HAVE_RAW_DECL_OPENDIR
1125
1126/* Define to 1 if pclose is declared even after undefining macros. */
1127#undef HAVE_RAW_DECL_PCLOSE
1128
1129/* Define to 1 if pipe is declared even after undefining macros. */
1130#undef HAVE_RAW_DECL_PIPE
1131
1132/* Define to 1 if pipe2 is declared even after undefining macros. */
1133#undef HAVE_RAW_DECL_PIPE2
1134
1135/* Define to 1 if popen is declared even after undefining macros. */
1136#undef HAVE_RAW_DECL_POPEN
1137
1138/* Define to 1 if posix_openpt is declared even after undefining macros. */
1139#undef HAVE_RAW_DECL_POSIX_OPENPT
1140
1141/* Define to 1 if posix_spawn is declared even after undefining macros. */
1142#undef HAVE_RAW_DECL_POSIX_SPAWN
1143
1144/* Define to 1 if posix_spawnattr_destroy is declared even after undefining
1145   macros. */
1146#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY
1147
1148/* Define to 1 if posix_spawnattr_getflags is declared even after undefining
1149   macros. */
1150#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS
1151
1152/* Define to 1 if posix_spawnattr_getpgroup is declared even after undefining
1153   macros. */
1154#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP
1155
1156/* Define to 1 if posix_spawnattr_getschedparam is declared even after
1157   undefining macros. */
1158#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM
1159
1160/* Define to 1 if posix_spawnattr_getschedpolicy is declared even after
1161   undefining macros. */
1162#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY
1163
1164/* Define to 1 if posix_spawnattr_getsigdefault is declared even after
1165   undefining macros. */
1166#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT
1167
1168/* Define to 1 if posix_spawnattr_getsigmask is declared even after undefining
1169   macros. */
1170#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK
1171
1172/* Define to 1 if posix_spawnattr_init is declared even after undefining
1173   macros. */
1174#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT
1175
1176/* Define to 1 if posix_spawnattr_setflags is declared even after undefining
1177   macros. */
1178#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS
1179
1180/* Define to 1 if posix_spawnattr_setpgroup is declared even after undefining
1181   macros. */
1182#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP
1183
1184/* Define to 1 if posix_spawnattr_setschedparam is declared even after
1185   undefining macros. */
1186#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM
1187
1188/* Define to 1 if posix_spawnattr_setschedpolicy is declared even after
1189   undefining macros. */
1190#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY
1191
1192/* Define to 1 if posix_spawnattr_setsigdefault is declared even after
1193   undefining macros. */
1194#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT
1195
1196/* Define to 1 if posix_spawnattr_setsigmask is declared even after undefining
1197   macros. */
1198#undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK
1199
1200/* Define to 1 if posix_spawnp is declared even after undefining macros. */
1201#undef HAVE_RAW_DECL_POSIX_SPAWNP
1202
1203/* Define to 1 if posix_spawn_file_actions_addclose is declared even after
1204   undefining macros. */
1205#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
1206
1207/* Define to 1 if posix_spawn_file_actions_adddup2 is declared even after
1208   undefining macros. */
1209#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
1210
1211/* Define to 1 if posix_spawn_file_actions_addopen is declared even after
1212   undefining macros. */
1213#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
1214
1215/* Define to 1 if posix_spawn_file_actions_destroy is declared even after
1216   undefining macros. */
1217#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY
1218
1219/* Define to 1 if posix_spawn_file_actions_init is declared even after
1220   undefining macros. */
1221#undef HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT
1222
1223/* Define to 1 if pread is declared even after undefining macros. */
1224#undef HAVE_RAW_DECL_PREAD
1225
1226/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1227#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1228
1229/* Define to 1 if ptsname is declared even after undefining macros. */
1230#undef HAVE_RAW_DECL_PTSNAME
1231
1232/* Define to 1 if ptsname_r is declared even after undefining macros. */
1233#undef HAVE_RAW_DECL_PTSNAME_R
1234
1235/* Define to 1 if pwrite is declared even after undefining macros. */
1236#undef HAVE_RAW_DECL_PWRITE
1237
1238/* Define to 1 if random is declared even after undefining macros. */
1239#undef HAVE_RAW_DECL_RANDOM
1240
1241/* Define to 1 if random_r is declared even after undefining macros. */
1242#undef HAVE_RAW_DECL_RANDOM_R
1243
1244/* Define to 1 if rawmemchr is declared even after undefining macros. */
1245#undef HAVE_RAW_DECL_RAWMEMCHR
1246
1247/* Define to 1 if readdir is declared even after undefining macros. */
1248#undef HAVE_RAW_DECL_READDIR
1249
1250/* Define to 1 if readlink is declared even after undefining macros. */
1251#undef HAVE_RAW_DECL_READLINK
1252
1253/* Define to 1 if readlinkat is declared even after undefining macros. */
1254#undef HAVE_RAW_DECL_READLINKAT
1255
1256/* Define to 1 if realpath is declared even after undefining macros. */
1257#undef HAVE_RAW_DECL_REALPATH
1258
1259/* Define to 1 if recv is declared even after undefining macros. */
1260#undef HAVE_RAW_DECL_RECV
1261
1262/* Define to 1 if recvfrom is declared even after undefining macros. */
1263#undef HAVE_RAW_DECL_RECVFROM
1264
1265/* Define to 1 if renameat is declared even after undefining macros. */
1266#undef HAVE_RAW_DECL_RENAMEAT
1267
1268/* Define to 1 if rewinddir is declared even after undefining macros. */
1269#undef HAVE_RAW_DECL_REWINDDIR
1270
1271/* Define to 1 if rmdir is declared even after undefining macros. */
1272#undef HAVE_RAW_DECL_RMDIR
1273
1274/* Define to 1 if rpmatch is declared even after undefining macros. */
1275#undef HAVE_RAW_DECL_RPMATCH
1276
1277/* Define to 1 if scandir is declared even after undefining macros. */
1278#undef HAVE_RAW_DECL_SCANDIR
1279
1280/* Define to 1 if secure_getenv is declared even after undefining macros. */
1281#undef HAVE_RAW_DECL_SECURE_GETENV
1282
1283/* Define to 1 if send is declared even after undefining macros. */
1284#undef HAVE_RAW_DECL_SEND
1285
1286/* Define to 1 if sendto is declared even after undefining macros. */
1287#undef HAVE_RAW_DECL_SENDTO
1288
1289/* Define to 1 if setenv is declared even after undefining macros. */
1290#undef HAVE_RAW_DECL_SETENV
1291
1292/* Define to 1 if sethostname is declared even after undefining macros. */
1293#undef HAVE_RAW_DECL_SETHOSTNAME
1294
1295/* Define to 1 if setsockopt is declared even after undefining macros. */
1296#undef HAVE_RAW_DECL_SETSOCKOPT
1297
1298/* Define to 1 if setstate is declared even after undefining macros. */
1299#undef HAVE_RAW_DECL_SETSTATE
1300
1301/* Define to 1 if setstate_r is declared even after undefining macros. */
1302#undef HAVE_RAW_DECL_SETSTATE_R
1303
1304/* Define to 1 if setusershell is declared even after undefining macros. */
1305#undef HAVE_RAW_DECL_SETUSERSHELL
1306
1307/* Define to 1 if shutdown is declared even after undefining macros. */
1308#undef HAVE_RAW_DECL_SHUTDOWN
1309
1310/* Define to 1 if sigaction is declared even after undefining macros. */
1311#undef HAVE_RAW_DECL_SIGACTION
1312
1313/* Define to 1 if sigaddset is declared even after undefining macros. */
1314#undef HAVE_RAW_DECL_SIGADDSET
1315
1316/* Define to 1 if sigdelset is declared even after undefining macros. */
1317#undef HAVE_RAW_DECL_SIGDELSET
1318
1319/* Define to 1 if sigemptyset is declared even after undefining macros. */
1320#undef HAVE_RAW_DECL_SIGEMPTYSET
1321
1322/* Define to 1 if sigfillset is declared even after undefining macros. */
1323#undef HAVE_RAW_DECL_SIGFILLSET
1324
1325/* Define to 1 if sigismember is declared even after undefining macros. */
1326#undef HAVE_RAW_DECL_SIGISMEMBER
1327
1328/* Define to 1 if sigpending is declared even after undefining macros. */
1329#undef HAVE_RAW_DECL_SIGPENDING
1330
1331/* Define to 1 if sigprocmask is declared even after undefining macros. */
1332#undef HAVE_RAW_DECL_SIGPROCMASK
1333
1334/* Define to 1 if sleep is declared even after undefining macros. */
1335#undef HAVE_RAW_DECL_SLEEP
1336
1337/* Define to 1 if snprintf is declared even after undefining macros. */
1338#undef HAVE_RAW_DECL_SNPRINTF
1339
1340/* Define to 1 if socket is declared even after undefining macros. */
1341#undef HAVE_RAW_DECL_SOCKET
1342
1343/* Define to 1 if srandom is declared even after undefining macros. */
1344#undef HAVE_RAW_DECL_SRANDOM
1345
1346/* Define to 1 if srandom_r is declared even after undefining macros. */
1347#undef HAVE_RAW_DECL_SRANDOM_R
1348
1349/* Define to 1 if stat is declared even after undefining macros. */
1350#undef HAVE_RAW_DECL_STAT
1351
1352/* Define to 1 if stpcpy is declared even after undefining macros. */
1353#undef HAVE_RAW_DECL_STPCPY
1354
1355/* Define to 1 if stpncpy is declared even after undefining macros. */
1356#undef HAVE_RAW_DECL_STPNCPY
1357
1358/* Define to 1 if strcasestr is declared even after undefining macros. */
1359#undef HAVE_RAW_DECL_STRCASESTR
1360
1361/* Define to 1 if strchrnul is declared even after undefining macros. */
1362#undef HAVE_RAW_DECL_STRCHRNUL
1363
1364/* Define to 1 if strdup is declared even after undefining macros. */
1365#undef HAVE_RAW_DECL_STRDUP
1366
1367/* Define to 1 if strerror_r is declared even after undefining macros. */
1368#undef HAVE_RAW_DECL_STRERROR_R
1369
1370/* Define to 1 if strncat is declared even after undefining macros. */
1371#undef HAVE_RAW_DECL_STRNCAT
1372
1373/* Define to 1 if strndup is declared even after undefining macros. */
1374#undef HAVE_RAW_DECL_STRNDUP
1375
1376/* Define to 1 if strnlen is declared even after undefining macros. */
1377#undef HAVE_RAW_DECL_STRNLEN
1378
1379/* Define to 1 if strpbrk is declared even after undefining macros. */
1380#undef HAVE_RAW_DECL_STRPBRK
1381
1382/* Define to 1 if strsep is declared even after undefining macros. */
1383#undef HAVE_RAW_DECL_STRSEP
1384
1385/* Define to 1 if strsignal is declared even after undefining macros. */
1386#undef HAVE_RAW_DECL_STRSIGNAL
1387
1388/* Define to 1 if strtod is declared even after undefining macros. */
1389#undef HAVE_RAW_DECL_STRTOD
1390
1391/* Define to 1 if strtoimax is declared even after undefining macros. */
1392#undef HAVE_RAW_DECL_STRTOIMAX
1393
1394/* Define to 1 if strtok_r is declared even after undefining macros. */
1395#undef HAVE_RAW_DECL_STRTOK_R
1396
1397/* Define to 1 if strtoll is declared even after undefining macros. */
1398#undef HAVE_RAW_DECL_STRTOLL
1399
1400/* Define to 1 if strtoull is declared even after undefining macros. */
1401#undef HAVE_RAW_DECL_STRTOULL
1402
1403/* Define to 1 if strtoumax is declared even after undefining macros. */
1404#undef HAVE_RAW_DECL_STRTOUMAX
1405
1406/* Define to 1 if strverscmp is declared even after undefining macros. */
1407#undef HAVE_RAW_DECL_STRVERSCMP
1408
1409/* Define to 1 if symlink is declared even after undefining macros. */
1410#undef HAVE_RAW_DECL_SYMLINK
1411
1412/* Define to 1 if symlinkat is declared even after undefining macros. */
1413#undef HAVE_RAW_DECL_SYMLINKAT
1414
1415/* Define to 1 if tmpfile is declared even after undefining macros. */
1416#undef HAVE_RAW_DECL_TMPFILE
1417
1418/* Define to 1 if towctrans is declared even after undefining macros. */
1419#undef HAVE_RAW_DECL_TOWCTRANS
1420
1421/* Define to 1 if ttyname_r is declared even after undefining macros. */
1422#undef HAVE_RAW_DECL_TTYNAME_R
1423
1424/* Define to 1 if uname is declared even after undefining macros. */
1425#undef HAVE_RAW_DECL_UNAME
1426
1427/* Define to 1 if unlink is declared even after undefining macros. */
1428#undef HAVE_RAW_DECL_UNLINK
1429
1430/* Define to 1 if unlinkat is declared even after undefining macros. */
1431#undef HAVE_RAW_DECL_UNLINKAT
1432
1433/* Define to 1 if unlockpt is declared even after undefining macros. */
1434#undef HAVE_RAW_DECL_UNLOCKPT
1435
1436/* Define to 1 if unsetenv is declared even after undefining macros. */
1437#undef HAVE_RAW_DECL_UNSETENV
1438
1439/* Define to 1 if usleep is declared even after undefining macros. */
1440#undef HAVE_RAW_DECL_USLEEP
1441
1442/* Define to 1 if utimensat is declared even after undefining macros. */
1443#undef HAVE_RAW_DECL_UTIMENSAT
1444
1445/* Define to 1 if vdprintf is declared even after undefining macros. */
1446#undef HAVE_RAW_DECL_VDPRINTF
1447
1448/* Define to 1 if vsnprintf is declared even after undefining macros. */
1449#undef HAVE_RAW_DECL_VSNPRINTF
1450
1451/* Define to 1 if waitpid is declared even after undefining macros. */
1452#undef HAVE_RAW_DECL_WAITPID
1453
1454/* Define to 1 if wcpcpy is declared even after undefining macros. */
1455#undef HAVE_RAW_DECL_WCPCPY
1456
1457/* Define to 1 if wcpncpy is declared even after undefining macros. */
1458#undef HAVE_RAW_DECL_WCPNCPY
1459
1460/* Define to 1 if wcrtomb is declared even after undefining macros. */
1461#undef HAVE_RAW_DECL_WCRTOMB
1462
1463/* Define to 1 if wcscasecmp is declared even after undefining macros. */
1464#undef HAVE_RAW_DECL_WCSCASECMP
1465
1466/* Define to 1 if wcscat is declared even after undefining macros. */
1467#undef HAVE_RAW_DECL_WCSCAT
1468
1469/* Define to 1 if wcschr is declared even after undefining macros. */
1470#undef HAVE_RAW_DECL_WCSCHR
1471
1472/* Define to 1 if wcscmp is declared even after undefining macros. */
1473#undef HAVE_RAW_DECL_WCSCMP
1474
1475/* Define to 1 if wcscoll is declared even after undefining macros. */
1476#undef HAVE_RAW_DECL_WCSCOLL
1477
1478/* Define to 1 if wcscpy is declared even after undefining macros. */
1479#undef HAVE_RAW_DECL_WCSCPY
1480
1481/* Define to 1 if wcscspn is declared even after undefining macros. */
1482#undef HAVE_RAW_DECL_WCSCSPN
1483
1484/* Define to 1 if wcsdup is declared even after undefining macros. */
1485#undef HAVE_RAW_DECL_WCSDUP
1486
1487/* Define to 1 if wcslen is declared even after undefining macros. */
1488#undef HAVE_RAW_DECL_WCSLEN
1489
1490/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1491#undef HAVE_RAW_DECL_WCSNCASECMP
1492
1493/* Define to 1 if wcsncat is declared even after undefining macros. */
1494#undef HAVE_RAW_DECL_WCSNCAT
1495
1496/* Define to 1 if wcsncmp is declared even after undefining macros. */
1497#undef HAVE_RAW_DECL_WCSNCMP
1498
1499/* Define to 1 if wcsncpy is declared even after undefining macros. */
1500#undef HAVE_RAW_DECL_WCSNCPY
1501
1502/* Define to 1 if wcsnlen is declared even after undefining macros. */
1503#undef HAVE_RAW_DECL_WCSNLEN
1504
1505/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1506#undef HAVE_RAW_DECL_WCSNRTOMBS
1507
1508/* Define to 1 if wcspbrk is declared even after undefining macros. */
1509#undef HAVE_RAW_DECL_WCSPBRK
1510
1511/* Define to 1 if wcsrchr is declared even after undefining macros. */
1512#undef HAVE_RAW_DECL_WCSRCHR
1513
1514/* Define to 1 if wcsrtombs is declared even after undefining macros. */
1515#undef HAVE_RAW_DECL_WCSRTOMBS
1516
1517/* Define to 1 if wcsspn is declared even after undefining macros. */
1518#undef HAVE_RAW_DECL_WCSSPN
1519
1520/* Define to 1 if wcsstr is declared even after undefining macros. */
1521#undef HAVE_RAW_DECL_WCSSTR
1522
1523/* Define to 1 if wcstok is declared even after undefining macros. */
1524#undef HAVE_RAW_DECL_WCSTOK
1525
1526/* Define to 1 if wcswidth is declared even after undefining macros. */
1527#undef HAVE_RAW_DECL_WCSWIDTH
1528
1529/* Define to 1 if wcsxfrm is declared even after undefining macros. */
1530#undef HAVE_RAW_DECL_WCSXFRM
1531
1532/* Define to 1 if wctob is declared even after undefining macros. */
1533#undef HAVE_RAW_DECL_WCTOB
1534
1535/* Define to 1 if wctrans is declared even after undefining macros. */
1536#undef HAVE_RAW_DECL_WCTRANS
1537
1538/* Define to 1 if wctype is declared even after undefining macros. */
1539#undef HAVE_RAW_DECL_WCTYPE
1540
1541/* Define to 1 if wcwidth is declared even after undefining macros. */
1542#undef HAVE_RAW_DECL_WCWIDTH
1543
1544/* Define to 1 if wmemchr is declared even after undefining macros. */
1545#undef HAVE_RAW_DECL_WMEMCHR
1546
1547/* Define to 1 if wmemcmp is declared even after undefining macros. */
1548#undef HAVE_RAW_DECL_WMEMCMP
1549
1550/* Define to 1 if wmemcpy is declared even after undefining macros. */
1551#undef HAVE_RAW_DECL_WMEMCPY
1552
1553/* Define to 1 if wmemmove is declared even after undefining macros. */
1554#undef HAVE_RAW_DECL_WMEMMOVE
1555
1556/* Define to 1 if wmemset is declared even after undefining macros. */
1557#undef HAVE_RAW_DECL_WMEMSET
1558
1559/* Define to 1 if _Exit is declared even after undefining macros. */
1560#undef HAVE_RAW_DECL__EXIT
1561
1562/* Define to 1 if you have the `readdir' function. */
1563#undef HAVE_READDIR
1564
1565/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1566   and to 0 otherwise. */
1567#undef HAVE_REALLOC_GNU
1568
1569/* Define if the 'realloc' function is POSIX compliant. */
1570#undef HAVE_REALLOC_POSIX
1571
1572/* Define this if we have a functional realpath(3C) */
1573#undef HAVE_REALPATH
1574
1575/* Define to 1 if you have the `rewinddir' function. */
1576#undef HAVE_REWINDDIR
1577
1578/* Define to 1 if you have the <runetype.h> header file. */
1579#undef HAVE_RUNETYPE_H
1580
1581/* Define to 1 if the system has the type `sa_family_t'. */
1582#undef HAVE_SA_FAMILY_T
1583
1584/* Define to 1 if you have the <sched.h> header file. */
1585#undef HAVE_SCHED_H
1586
1587/* Define to 1 if you have the `sched_setparam' function. */
1588#undef HAVE_SCHED_SETPARAM
1589
1590/* Define to 1 if you have the `sched_setscheduler' function. */
1591#undef HAVE_SCHED_SETSCHEDULER
1592
1593/* Define to 1 if you have the 'secure_getenv' function. */
1594#undef HAVE_SECURE_GETENV
1595
1596/* Define to 1 if you have the `setdtablesize' function. */
1597#undef HAVE_SETDTABLESIZE
1598
1599/* Define to 1 if you have the `setegid' function. */
1600#undef HAVE_SETEGID
1601
1602/* Define to 1 if you have the `setenv' function. */
1603#undef HAVE_SETENV
1604
1605/* Define to 1 if you have the `seteuid' function. */
1606#undef HAVE_SETEUID
1607
1608/* Define to 1 if you have the <setjmp.h> header file. */
1609#undef HAVE_SETJMP_H
1610
1611/* Define to 1 if you have the `setlocale' function. */
1612#undef HAVE_SETLOCALE
1613
1614/* Define to 1 if you have the `shutdown' function. */
1615#undef HAVE_SHUTDOWN
1616
1617/* Define to 1 if you have the 'sigaction' function. */
1618#undef HAVE_SIGACTION
1619
1620/* Define to 1 if you have the 'sigaltstack' function. */
1621#undef HAVE_SIGALTSTACK
1622
1623/* Define to 1 if the system has the type `siginfo_t'. */
1624#undef HAVE_SIGINFO_T
1625
1626/* Define to 1 if you have the 'siginterrupt' function. */
1627#undef HAVE_SIGINTERRUPT
1628
1629/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1630#undef HAVE_SIGNED_SIG_ATOMIC_T
1631
1632/* Define to 1 if 'wchar_t' is a signed integer type. */
1633#undef HAVE_SIGNED_WCHAR_T
1634
1635/* Define to 1 if 'wint_t' is a signed integer type. */
1636#undef HAVE_SIGNED_WINT_T
1637
1638/* Define to 1 if the system has the type `sigset_t'. */
1639#undef HAVE_SIGSET_T
1640
1641/* Define to 1 if the system has the type `sig_atomic_t'. */
1642#undef HAVE_SIG_ATOMIC_T
1643
1644/* Define to 1 if the system has the type `size_t'. */
1645#undef HAVE_SIZE_T
1646
1647/* Define to 1 if you have the `snprintf' function. */
1648#undef HAVE_SNPRINTF
1649
1650/* Define to 1 if you have the <spawn.h> header file. */
1651#undef HAVE_SPAWN_H
1652
1653/* Define to 1 if you have the <stdarg.h> header file. */
1654#undef HAVE_STDARG_H
1655
1656/* Define to 1 if you have the <stdbool.h> header file. */
1657#undef HAVE_STDBOOL_H
1658
1659/* Define to 1 if you have the <stddef.h> header file. */
1660#undef HAVE_STDDEF_H
1661
1662/* Define to 1 if you have the <stdint.h> header file. */
1663#undef HAVE_STDINT_H
1664
1665/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1666   uintmax_t. */
1667#undef HAVE_STDINT_H_WITH_UINTMAX
1668
1669/* Define to 1 if you have the <stdlib.h> header file. */
1670#undef HAVE_STDLIB_H
1671
1672/* Define to 1 if you have the `stpcpy' function. */
1673#undef HAVE_STPCPY
1674
1675/* Define to 1 if you have the `strcasecmp' function. */
1676#undef HAVE_STRCASECMP
1677
1678/* Define to 1 if you have the `strchr' function. */
1679#undef HAVE_STRCHR
1680
1681/* Define to 1 if you have the `strchrnul' function. */
1682#undef HAVE_STRCHRNUL
1683
1684/* Define to 1 if you have the `strdup' function. */
1685#undef HAVE_STRDUP
1686
1687/* Define to 1 if you have the `strerror_r' function. */
1688#undef HAVE_STRERROR_R
1689
1690/* Define this if strftime() works */
1691#undef HAVE_STRFTIME
1692
1693/* Define to 1 if you have the <strings.h> header file. */
1694#undef HAVE_STRINGS_H
1695
1696/* Define to 1 if you have the <string.h> header file. */
1697#undef HAVE_STRING_H
1698
1699/* Define to 1 if you have the 'strndup' function. */
1700#undef HAVE_STRNDUP
1701
1702/* Define to 1 if you have the `strnlen' function. */
1703#undef HAVE_STRNLEN
1704
1705/* Define to 1 if you have the `strrchr' function. */
1706#undef HAVE_STRRCHR
1707
1708/* Define to 1 if you have the `strsignal' function. */
1709#undef HAVE_STRSIGNAL
1710
1711/* Define to 1 if you have the 'strtoimax' function. */
1712#undef HAVE_STRTOIMAX
1713
1714/* Define to 1 if you have the `strtoll' function. */
1715#undef HAVE_STRTOLL
1716
1717/* Define to 1 if you have the `strtoul' function. */
1718#undef HAVE_STRTOUL
1719
1720/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
1721#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
1722
1723/* Define to 1 if the system has the type `struct sockaddr_storage'. */
1724#undef HAVE_STRUCT_SOCKADDR_STORAGE
1725
1726/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1727#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1728
1729/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1730#undef HAVE_STRUCT_TM_TM_ZONE
1731
1732/* Define to 1 if the system has the type `struct utsname'. */
1733#undef HAVE_STRUCT_UTSNAME
1734
1735/* Define to 1 if you have the 'symlink' function. */
1736#undef HAVE_SYMLINK
1737
1738/* Define to 1 if you have the <sysexits.h> header file. */
1739#undef HAVE_SYSEXITS_H
1740
1741/* Define to 1 if you have the <sys/bitypes.h> header file. */
1742#undef HAVE_SYS_BITYPES_H
1743
1744/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1745   */
1746#undef HAVE_SYS_DIR_H
1747
1748/* Define to 1 if you have the <sys/inttypes.h> header file. */
1749#undef HAVE_SYS_INTTYPES_H
1750
1751/* Define to 1 if you have the <sys/limits.h> header file. */
1752#undef HAVE_SYS_LIMITS_H
1753
1754/* Define to 1 if you have the <sys/mman.h> header file. */
1755#undef HAVE_SYS_MMAN_H
1756
1757/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1758   */
1759#undef HAVE_SYS_NDIR_H
1760
1761/* Define to 1 if you have the <sys/param.h> header file. */
1762#undef HAVE_SYS_PARAM_H
1763
1764/* Define to 1 if you have the <sys/poll.h> header file. */
1765#undef HAVE_SYS_POLL_H
1766
1767/* Define to 1 if you have the <sys/procset.h> header file. */
1768#undef HAVE_SYS_PROCSET_H
1769
1770/* Define to 1 if you have the <sys/select.h> header file. */
1771#undef HAVE_SYS_SELECT_H
1772
1773/* Define to 1 if you have the <sys/socket.h> header file. */
1774#undef HAVE_SYS_SOCKET_H
1775
1776/* Define to 1 if you have the <sys/stat.h> header file. */
1777#undef HAVE_SYS_STAT_H
1778
1779/* Define to 1 if you have the <sys/stropts.h> header file. */
1780#undef HAVE_SYS_STROPTS_H
1781
1782/* Define to 1 if you have the <sys/timeb.h> header file. */
1783#undef HAVE_SYS_TIMEB_H
1784
1785/* Define to 1 if you have the <sys/time.h> header file. */
1786#undef HAVE_SYS_TIME_H
1787
1788/* Define to 1 if you have the <sys/types.h> header file. */
1789#undef HAVE_SYS_TYPES_H
1790
1791/* Define to 1 if you have the <sys/uio.h> header file. */
1792#undef HAVE_SYS_UIO_H
1793
1794/* Define to 1 if you have the <sys/un.h> header file. */
1795#undef HAVE_SYS_UN_H
1796
1797/* Define to 1 if you have the <sys/utsname.h> header file. */
1798#undef HAVE_SYS_UTSNAME_H
1799
1800/* Define to 1 if you have the <sys/wait.h> header file. */
1801#undef HAVE_SYS_WAIT_H
1802
1803/* Define if struct tm has the tm_gmtoff member. */
1804#undef HAVE_TM_GMTOFF
1805
1806/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1807   `HAVE_STRUCT_TM_TM_ZONE' instead. */
1808#undef HAVE_TM_ZONE
1809
1810/* Define to 1 if you have the `towlower' function. */
1811#undef HAVE_TOWLOWER
1812
1813/* Define to 1 if you have the `tsearch' function. */
1814#undef HAVE_TSEARCH
1815
1816/* Define to 1 if you don't have `tm_zone' but do have the external array
1817   `tzname'. */
1818#undef HAVE_TZNAME
1819
1820/* Define to 1 if you have the 'tzset' function. */
1821#undef HAVE_TZSET
1822
1823/* Define to 1 if the system has the type `uint16_t'. */
1824#undef HAVE_UINT16_T
1825
1826/* Define to 1 if the system has the type `uint32_t'. */
1827#undef HAVE_UINT32_T
1828
1829/* Define to 1 if the system has the type `uint8_t'. */
1830#undef HAVE_UINT8_T
1831
1832/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
1833#undef HAVE_UINTMAX_T
1834
1835/* Define to 1 if the system has the type `uintptr_t'. */
1836#undef HAVE_UINTPTR_T
1837
1838/* Define to 1 if the system has the type `uint_t'. */
1839#undef HAVE_UINT_T
1840
1841/* Define to 1 if you have the `uname' function. */
1842#undef HAVE_UNAME
1843
1844/* Define to 1 if you have the <unistd.h> header file. */
1845#undef HAVE_UNISTD_H
1846
1847/* Define to 1 if the system has the type 'unsigned long long int'. */
1848#undef HAVE_UNSIGNED_LONG_LONG_INT
1849
1850/* Define to 1 if you have the `uselocale' function. */
1851#undef HAVE_USELOCALE
1852
1853/* Define to 1 if you have the <utime.h> header file. */
1854#undef HAVE_UTIME_H
1855
1856/* Define to 1 if you have the <values.h> header file. */
1857#undef HAVE_VALUES_H
1858
1859/* Define to 1 if you have the <varargs.h> header file. */
1860#undef HAVE_VARARGS_H
1861
1862/* Define to 1 if you have the `vfork' function. */
1863#undef HAVE_VFORK
1864
1865/* Define to 1 if you have the <vfork.h> header file. */
1866#undef HAVE_VFORK_H
1867
1868/* Define to 1 or 0, depending whether the compiler supports simple visibility
1869   declarations. */
1870#undef HAVE_VISIBILITY
1871
1872/* Define to 1 if you have the `vprintf' function. */
1873#undef HAVE_VPRINTF
1874
1875/* Define to 1 if you have the `waitid' function. */
1876#undef HAVE_WAITID
1877
1878/* Define to 1 if you have the <wchar.h> header file. */
1879#undef HAVE_WCHAR_H
1880
1881/* Define to 1 if the system has the type `wchar_t'. */
1882#undef HAVE_WCHAR_T
1883
1884/* Define to 1 if you have the `wcrtomb' function. */
1885#undef HAVE_WCRTOMB
1886
1887/* Define to 1 if you have the `wcslen' function. */
1888#undef HAVE_WCSLEN
1889
1890/* Define to 1 if you have the `wcsnlen' function. */
1891#undef HAVE_WCSNLEN
1892
1893/* Define to 1 if you have the <wctype.h> header file. */
1894#undef HAVE_WCTYPE_H
1895
1896/* Define to 1 if you have the <winsock2.h> header file. */
1897#undef HAVE_WINSOCK2_H
1898
1899/* Define to 1 if the system has the type `wint_t'. */
1900#undef HAVE_WINT_T
1901
1902/* Define to 1 if `fork' works. */
1903#undef HAVE_WORKING_FORK
1904
1905/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1906   7.1. */
1907#undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1908
1909/* Define to 1 if O_NOATIME works. */
1910#undef HAVE_WORKING_O_NOATIME
1911
1912/* Define to 1 if O_NOFOLLOW works. */
1913#undef HAVE_WORKING_O_NOFOLLOW
1914
1915/* Define if you have the posix_spawn and posix_spawnp functions and they
1916   work. */
1917#undef HAVE_WORKING_POSIX_SPAWN
1918
1919/* Define to 1 if `vfork' works. */
1920#undef HAVE_WORKING_VFORK
1921
1922/* Define to 1 if you have the <ws2tcpip.h> header file. */
1923#undef HAVE_WS2TCPIP_H
1924
1925/* Define to 1 if you have the `xmalloc' function. */
1926#undef HAVE_XMALLOC
1927
1928/* Define to 1 if you have the `xstrdup' function. */
1929#undef HAVE_XSTRDUP
1930
1931/* Define to 1 if the system has the type `_Bool'. */
1932#undef HAVE__BOOL
1933
1934/* Define to 1 if you have the `_fseeki64' function. */
1935#undef HAVE__FSEEKI64
1936
1937/* Define to 1 if you have the `_ftelli64' function. */
1938#undef HAVE__FTELLI64
1939
1940/* Define to 1 if you have the `_ftime' function. */
1941#undef HAVE__FTIME
1942
1943/* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
1944#undef HAVE__SET_INVALID_PARAMETER_HANDLER
1945
1946/* Define to 1 if you have the '__fpurge' function. */
1947#undef HAVE___FPURGE
1948
1949/* Define to 1 if you have the '__freading' function. */
1950#undef HAVE___FREADING
1951
1952/* Define to 1 if you have the `__fsetlocking' function. */
1953#undef HAVE___FSETLOCKING
1954
1955/* Define to 1 if you have the `__secure_getenv' function. */
1956#undef HAVE___SECURE_GETENV
1957
1958/* Define HOST_NAME_MAX when <limits.h> does not define it. */
1959#undef HOST_NAME_MAX
1960
1961/* Define as const if the declaration of iconv() needs const. */
1962#undef ICONV_CONST
1963
1964/* Define if integer division by zero raises signal SIGFPE. */
1965#undef INTDIV0_RAISES_SIGFPE
1966
1967/* Define to 1 if lseek does not detect pipes. */
1968#undef LSEEK_PIPE_BROKEN
1969
1970/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1971   slash. */
1972#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1973
1974/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1975#undef MAP_ANONYMOUS
1976
1977/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1978   */
1979#undef MBRTOWC_EMPTY_INPUT_BUG
1980
1981/* Define if the mbrtowc function has the NULL pwc argument bug. */
1982#undef MBRTOWC_NULL_ARG1_BUG
1983
1984/* Define if the mbrtowc function has the NULL string argument bug. */
1985#undef MBRTOWC_NULL_ARG2_BUG
1986
1987/* Define if the mbrtowc function does not return 0 for a NUL character. */
1988#undef MBRTOWC_NUL_RETVAL_BUG
1989
1990/* Define if the mbrtowc function returns a wrong return value. */
1991#undef MBRTOWC_RETVAL_BUG
1992
1993/* Define this if optional arguments are disallowed */
1994#undef NO_OPTIONAL_OPT_ARGS
1995
1996/* Define to 1 if open() fails to recognize a trailing slash. */
1997#undef OPEN_TRAILING_SLASH_BUG
1998
1999/* Name of package */
2000#undef PACKAGE
2001
2002/* Define to the address where bug reports for this package should be sent. */
2003#undef PACKAGE_BUGREPORT
2004
2005/* Define to the full name of this package. */
2006#undef PACKAGE_NAME
2007
2008/* Define to the full name and version of this package. */
2009#undef PACKAGE_STRING
2010
2011/* Define to the one symbol short name of this package. */
2012#undef PACKAGE_TARNAME
2013
2014/* Define to the home page for this package. */
2015#undef PACKAGE_URL
2016
2017/* Define to the version of this package. */
2018#undef PACKAGE_VERSION
2019
2020/* define to a working POSIX compliant shell */
2021#undef POSIX_SHELL
2022
2023/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2024#undef PRI_MACROS_BROKEN
2025
2026/* Define to the type that is the result of default argument promotions of
2027   type mode_t. */
2028#undef PROMOTED_MODE_T
2029
2030/* Define if the pthread_in_use() detection is hard. */
2031#undef PTHREAD_IN_USE_DETECTION_HARD
2032
2033/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2034   'ptrdiff_t'. */
2035#undef PTRDIFF_T_SUFFIX
2036
2037/* name of regex header file */
2038#undef REGEX_HEADER
2039
2040/* Define to 1 if gnulib's fchdir() replacement is used. */
2041#undef REPLACE_FCHDIR
2042
2043/* Define to 1 if stat needs help when passed a directory name with a trailing
2044   slash */
2045#undef REPLACE_FUNC_STAT_DIR
2046
2047/* Define to 1 if stat needs help when passed a file name with a trailing
2048   slash */
2049#undef REPLACE_FUNC_STAT_FILE
2050
2051/* Define to 1 if open() should work around the inability to open a directory.
2052   */
2053#undef REPLACE_OPEN_DIRECTORY
2054
2055/* Define to 1 if strerror(0) does not return a message implying success. */
2056#undef REPLACE_STRERROR_0
2057
2058/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2059   'sig_atomic_t'. */
2060#undef SIG_ATOMIC_T_SUFFIX
2061
2062/* The size of `char *', as computed by sizeof. */
2063#undef SIZEOF_CHAR_P
2064
2065/* The size of `int', as computed by sizeof. */
2066#undef SIZEOF_INT
2067
2068/* The size of `long', as computed by sizeof. */
2069#undef SIZEOF_LONG
2070
2071/* The size of `short', as computed by sizeof. */
2072#undef SIZEOF_SHORT
2073
2074/* Define as the maximum value of type 'size_t', if the system doesn't define
2075   it. */
2076#ifndef SIZE_MAX
2077# undef SIZE_MAX
2078#endif
2079
2080/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2081   'size_t'. */
2082#undef SIZE_T_SUFFIX
2083
2084/* If using the C implementation of alloca, define if you know the
2085   direction of stack growth for your system; otherwise it will be
2086   automatically deduced at runtime.
2087	STACK_DIRECTION > 0 => grows toward higher addresses
2088	STACK_DIRECTION < 0 => grows toward lower addresses
2089	STACK_DIRECTION = 0 => direction of growth unknown */
2090#undef STACK_DIRECTION
2091
2092/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2093#undef STAT_MACROS_BROKEN
2094
2095/* Define to 1 if you have the ANSI C header files. */
2096#undef STDC_HEADERS
2097
2098/* Define to 1 if strerror_r returns char *. */
2099#undef STRERROR_R_CHAR_P
2100
2101/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2102#undef TM_IN_SYS_TIME
2103
2104/* Define if the POSIX multithreading library can be used. */
2105#undef USE_POSIX_THREADS
2106
2107/* Define if references to the POSIX multithreading library should be made
2108   weak. */
2109#undef USE_POSIX_THREADS_WEAK
2110
2111/* Define if the GNU Pth multithreading library can be used. */
2112#undef USE_PTH_THREADS
2113
2114/* Define if references to the GNU Pth multithreading library should be made
2115   weak. */
2116#undef USE_PTH_THREADS_WEAK
2117
2118/* Define if the old Solaris multithreading library can be used. */
2119#undef USE_SOLARIS_THREADS
2120
2121/* Define if references to the old Solaris multithreading library should be
2122   made weak. */
2123#undef USE_SOLARIS_THREADS_WEAK
2124
2125/* Enable extensions on AIX 3, Interix.  */
2126#ifndef _ALL_SOURCE
2127# undef _ALL_SOURCE
2128#endif
2129/* Enable general extensions on OS X.  */
2130#ifndef _DARWIN_C_SOURCE
2131# undef _DARWIN_C_SOURCE
2132#endif
2133/* Enable GNU extensions on systems that have them.  */
2134#ifndef _GNU_SOURCE
2135# undef _GNU_SOURCE
2136#endif
2137/* Use GNU style printf and scanf.  */
2138#ifndef __USE_MINGW_ANSI_STDIO
2139# undef __USE_MINGW_ANSI_STDIO
2140#endif
2141/* Enable threading extensions on Solaris.  */
2142#ifndef _POSIX_PTHREAD_SEMANTICS
2143# undef _POSIX_PTHREAD_SEMANTICS
2144#endif
2145/* Enable extensions on HP NonStop.  */
2146#ifndef _TANDEM_SOURCE
2147# undef _TANDEM_SOURCE
2148#endif
2149/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2150   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2151   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2152#ifndef _XOPEN_SOURCE
2153# undef _XOPEN_SOURCE
2154#endif
2155/* Enable general extensions on Solaris.  */
2156#ifndef __EXTENSIONS__
2157# undef __EXTENSIONS__
2158#endif
2159
2160
2161/* Define to 1 if you want getc etc. to use unlocked I/O if available.
2162   Unlocked I/O can improve performance in unithreaded apps, but it is not
2163   safe for multithreaded apps. */
2164#undef USE_UNLOCKED_IO
2165
2166/* Define if the native Windows multithreading API can be used. */
2167#undef USE_WINDOWS_THREADS
2168
2169/* Version number of package */
2170#undef VERSION
2171
2172/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2173   'wchar_t'. */
2174#undef WCHAR_T_SUFFIX
2175
2176/* Define if WSAStartup is needed. */
2177#undef WINDOWS_SOCKETS
2178
2179/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2180   'wint_t'. */
2181#undef WINT_T_SUFFIX
2182
2183/* Define if using the dmalloc debugging malloc package */
2184#undef WITH_DMALLOC
2185
2186/* Define this if a working libregex can be found */
2187#undef WITH_LIBREGEX
2188
2189/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2190   significant byte first (like Motorola and SPARC, unlike Intel). */
2191#if defined AC_APPLE_UNIVERSAL_BUILD
2192# if defined __BIG_ENDIAN__
2193#  define WORDS_BIGENDIAN 1
2194# endif
2195#else
2196# ifndef WORDS_BIGENDIAN
2197#  undef WORDS_BIGENDIAN
2198# endif
2199#endif
2200
2201/* Enable large inode numbers on Mac OS X 10.5. */
2202#undef _DARWIN_USE_64_BIT_INODE
2203
2204/* Number of bits in a file offset, on hosts where this is settable. */
2205#undef _FILE_OFFSET_BITS
2206
2207/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2208   stat.st_size becomes 64-bit. */
2209#undef _GL_WINDOWS_64_BIT_ST_SIZE
2210
2211/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2212#undef _LARGEFILE_SOURCE
2213
2214/* Define for large files, on AIX-style hosts. */
2215#undef _LARGE_FILES
2216
2217/* Define to 1 if on MINIX. */
2218#undef _MINIX
2219
2220/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2221#undef _NETBSD_SOURCE
2222
2223/* The _Noreturn keyword of C11.  */
2224#if ! (defined _Noreturn \
2225       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2226# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2227      || 0x5110 <= __SUNPRO_C)
2228#  define _Noreturn __attribute__ ((__noreturn__))
2229# elif defined _MSC_VER && 1200 <= _MSC_VER
2230#  define _Noreturn __declspec (noreturn)
2231# else
2232#  define _Noreturn
2233# endif
2234#endif
2235
2236
2237/* Define to 2 if the system does not provide POSIX.1 features except with
2238   this defined. */
2239#undef _POSIX_1_SOURCE
2240
2241/* Define to 1 in order to get the POSIX compatible declarations of socket
2242   functions. */
2243#undef _POSIX_PII_SOCKET
2244
2245/* Define to 1 if you need to in order for 'stat' and other things to work. */
2246#undef _POSIX_SOURCE
2247
2248/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
2249#ifndef __CHAR_UNSIGNED__
2250# undef __CHAR_UNSIGNED__
2251#endif
2252
2253/* Define to rpl_ if the getopt replacement functions and variables should be
2254   used. */
2255#undef __GETOPT_PREFIX
2256
2257/* Define to empty if `const' does not conform to ANSI C. */
2258#undef const
2259
2260/* Please see the Gnulib manual for how to use these macros.
2261
2262   Suppress extern inline with HP-UX cc, as it appears to be broken; see
2263   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2264
2265   Suppress extern inline with Sun C in standards-conformance mode, as it
2266   mishandles inline functions that call each other.  E.g., for 'inline void f
2267   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2268   'reference to static identifier "f" in extern inline function'.
2269   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2270
2271   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
2272   on configurations that mistakenly use 'static inline' to implement
2273   functions or macros in standard C headers like <ctype.h>.  For example,
2274   if isdigit is mistakenly implemented via a static inline function,
2275   a program containing an extern inline function that calls isdigit
2276   may not work since the C standard prohibits extern inline functions
2277   from calling static functions.  This bug is known to occur on:
2278
2279     OS X 10.8 and earlier; see:
2280     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
2281
2282     DragonFly; see
2283     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
2284
2285     FreeBSD; see:
2286     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
2287
2288   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2289   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2290   Assume DragonFly and FreeBSD will be similar.  */
2291#if (((defined __APPLE__ && defined __MACH__) \
2292      || defined __DragonFly__ || defined __FreeBSD__) \
2293     && (defined __header_inline \
2294         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2295            && ! defined __clang__) \
2296         : ((! defined _DONT_USE_CTYPE_INLINE_ \
2297             && (defined __GNUC__ || defined __cplusplus)) \
2298            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2299                && defined __GNUC__ && ! defined __cplusplus))))
2300# define _GL_EXTERN_INLINE_STDHEADER_BUG
2301#endif
2302#if ((__GNUC__ \
2303      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2304      : (199901L <= __STDC_VERSION__ \
2305         && !defined __HP_cc \
2306         && !(defined __SUNPRO_C && __STDC__))) \
2307     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2308# define _GL_INLINE inline
2309# define _GL_EXTERN_INLINE extern inline
2310# define _GL_EXTERN_INLINE_IN_USE
2311#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2312       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2313# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2314   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2315#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2316# else
2317#  define _GL_INLINE extern inline
2318# endif
2319# define _GL_EXTERN_INLINE extern
2320# define _GL_EXTERN_INLINE_IN_USE
2321#else
2322# define _GL_INLINE static _GL_UNUSED
2323# define _GL_EXTERN_INLINE static _GL_UNUSED
2324#endif
2325
2326#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2327# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2328#  define _GL_INLINE_HEADER_CONST_PRAGMA
2329# else
2330#  define _GL_INLINE_HEADER_CONST_PRAGMA \
2331     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2332# endif
2333  /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2334     and "no previous declaration for 'FOO'"  diagnostics,
2335     when FOO is an inline function in the header; see
2336     <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
2337# define _GL_INLINE_HEADER_BEGIN \
2338    _Pragma ("GCC diagnostic push") \
2339    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2340    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2341    _GL_INLINE_HEADER_CONST_PRAGMA
2342# define _GL_INLINE_HEADER_END \
2343    _Pragma ("GCC diagnostic pop")
2344#else
2345# define _GL_INLINE_HEADER_BEGIN
2346# define _GL_INLINE_HEADER_END
2347#endif
2348
2349/* Define to `int' if <sys/types.h> doesn't define. */
2350#undef gid_t
2351
2352/* Define as a marker that can be attached to declarations that might not
2353    be used.  This helps to reduce warnings, such as from
2354    GCC -Wunused-parameter.  */
2355#ifndef _GL_UNUSED
2356# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2357#  define _GL_UNUSED __attribute__ ((__unused__))
2358# else
2359#  define _GL_UNUSED
2360# endif
2361#endif
2362
2363/* The __pure__ attribute was added in gcc 2.96.  */
2364#ifndef _GL_ATTRIBUTE_PURE
2365# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2366#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2367# else
2368#  define _GL_ATTRIBUTE_PURE /* empty */
2369# endif
2370#endif
2371
2372
2373/* Define to `__inline__' or `__inline' if that's what the C compiler
2374   calls it, or to nothing if 'inline' is not supported under any name.  */
2375#ifndef __cplusplus
2376#undef inline
2377#endif
2378
2379/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2380   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2381   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2382   __APPLE__ && __MACH__ test for Mac OS X.
2383   __APPLE_CC__ tests for the Apple compiler and its version.
2384   __STDC_VERSION__ tests for the C99 mode.  */
2385#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2386# define __GNUC_STDC_INLINE__ 1
2387#endif
2388
2389/* Define to a type if <wchar.h> does not define. */
2390#undef mbstate_t
2391
2392/* Define to `int' if <sys/types.h> does not define. */
2393#undef mode_t
2394
2395/* Define to the name of the strftime replacement function. */
2396#undef my_strftime
2397
2398/* Define to the type of st_nlink in struct stat, or a supertype. */
2399#undef nlink_t
2400
2401/* Define to `long int' if <sys/types.h> does not define. */
2402#undef off_t
2403
2404/* Define to `int' if <sys/types.h> does not define. */
2405#undef pid_t
2406
2407/* Define as the type of the result of subtracting two pointers, if the system
2408   doesn't define it. */
2409#undef ptrdiff_t
2410
2411/* Define to the equivalent of the C99 'restrict' keyword, or to
2412   nothing if this is not supported.  Do not define if restrict is
2413   supported directly.  */
2414#undef restrict
2415/* Work around a bug in Sun C++: it does not support _Restrict or
2416   __restrict__, even though the corresponding Sun C compiler ends up with
2417   "#define restrict _Restrict" or "#define restrict __restrict__" in the
2418   previous line.  Perhaps some future version of Sun C++ will work with
2419   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2420#if defined __SUNPRO_CC && !defined __RESTRICT
2421# define _Restrict
2422# define __restrict__
2423#endif
2424
2425/* Define as an integer type suitable for memory locations that can be
2426   accessed atomically even in the presence of asynchronous signals. */
2427#undef sig_atomic_t
2428
2429/* Define to `unsigned int' if <sys/types.h> does not define. */
2430#undef size_t
2431
2432/* type to use in place of socklen_t if not defined */
2433#undef socklen_t
2434
2435/* Define as a signed type of the same size as size_t. */
2436#undef ssize_t
2437
2438/* Define to `int' if <sys/types.h> doesn't define. */
2439#undef uid_t
2440
2441/* Define to unsigned long or unsigned long long if <stdint.h> and
2442   <inttypes.h> don't define. */
2443#undef uintmax_t
2444
2445/* Define as a marker that can be attached to declarations that might not
2446    be used.  This helps to reduce warnings, such as from
2447    GCC -Wunused-parameter.  */
2448#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2449# define _GL_UNUSED __attribute__ ((__unused__))
2450#else
2451# define _GL_UNUSED
2452#endif
2453/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2454   is a misnomer outside of parameter lists.  */
2455#define _UNUSED_PARAMETER_ _GL_UNUSED
2456
2457/* gcc supports the "unused" attribute on possibly unused labels, and
2458   g++ has since version 4.5.  Note to support C++ as well as C,
2459   _GL_UNUSED_LABEL should be used with a trailing ;  */
2460#if !defined __cplusplus || __GNUC__ > 4 \
2461    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
2462# define _GL_UNUSED_LABEL _GL_UNUSED
2463#else
2464# define _GL_UNUSED_LABEL
2465#endif
2466
2467/* The __pure__ attribute was added in gcc 2.96.  */
2468#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2469# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2470#else
2471# define _GL_ATTRIBUTE_PURE /* empty */
2472#endif
2473
2474/* The __const__ attribute was added in gcc 2.95.  */
2475#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2476# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2477#else
2478# define _GL_ATTRIBUTE_CONST /* empty */
2479#endif
2480
2481
2482/* Define as `fork' if `vfork' does not work. */
2483#undef vfork
2484
2485
2486#define __libc_lock_t                   gl_lock_t
2487#define __libc_lock_define              gl_lock_define
2488#define __libc_lock_define_initialized  gl_lock_define_initialized
2489#define __libc_lock_init                gl_lock_init
2490#define __libc_lock_lock                gl_lock_lock
2491#define __libc_lock_unlock              gl_lock_unlock
2492#define __libc_lock_recursive_t                   gl_recursive_lock_t
2493#define __libc_lock_define_recursive              gl_recursive_lock_define
2494#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
2495#define __libc_lock_init_recursive                gl_recursive_lock_init
2496#define __libc_lock_lock_recursive                gl_recursive_lock_lock
2497#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
2498#define glthread_in_use  libintl_thread_in_use
2499#define glthread_lock_init_func     libintl_lock_init_func
2500#define glthread_lock_lock_func     libintl_lock_lock_func
2501#define glthread_lock_unlock_func   libintl_lock_unlock_func
2502#define glthread_lock_destroy_func  libintl_lock_destroy_func
2503#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
2504#define glthread_rwlock_init_func              libintl_rwlock_init_func
2505#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
2506#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
2507#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
2508#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
2509#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
2510#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
2511#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
2512#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
2513#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
2514#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
2515#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
2516#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
2517#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
2518#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
2519#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
2520#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
2521#define glthread_once_func            libintl_once_func
2522#define glthread_once_singlethreaded  libintl_once_singlethreaded
2523#define glthread_once_multithreaded   libintl_once_multithreaded
2524
2525
2526#endif /* SHARUTILS_CONFIG_H */
2527