Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define so that source code can verify that config.h was already included */
4 #undef ALREADY_INCLUDED_CONFIG_H
5
6 /* Define to the number of bits in type 'ptrdiff_t'. */
7 #undef BITSIZEOF_PTRDIFF_T
8
9 /* Define to the number of bits in type 'sig_atomic_t'. */
10 #undef BITSIZEOF_SIG_ATOMIC_T
11
12 /* Define to the number of bits in type 'size_t'. */
13 #undef BITSIZEOF_SIZE_T
14
15 /* Define to the number of bits in type 'wchar_t'. */
16 #undef BITSIZEOF_WCHAR_T
17
18 /* Define to the number of bits in type 'wint_t'. */
19 #undef BITSIZEOF_WINT_T
20
21 /* Define if you want find -nouser and -nogroup to make tables of used UIDs
22    and GIDs at startup instead of using getpwuid or getgrgid when needed.
23    Speeds up -nouser and -nogroup unless you are running NIS or Hesiod, which
24    make password and group calls very expensive. */
25 #undef CACHE_IDS
26
27 /* Define to 1 if chown fails to change ctime when at least one argument was
28    not -1. */
29 #undef CHOWN_CHANGE_TIME_BUG
30
31 /* Define if chown is not POSIX compliant regarding IDs of -1. */
32 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
33
34 /* Define if chown modifies symlinks. */
35 #undef CHOWN_MODIFIES_SYMLINK
36
37 /* Define to 1 if chown mishandles trailing slash. */
38 #undef CHOWN_TRAILING_SLASH_BUG
39
40 /* Define to 1 if the `closedir' function returns void instead of `int'. */
41 #undef CLOSEDIR_VOID
42
43 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
44    systems. This function is required for `alloca.c' support on those systems.
45    */
46 #undef CRAY_STACKSEG_END
47
48 /* Define to 1 if using `alloca.c'. */
49 #undef C_ALLOCA
50
51 /* Define if you want to see find's innards */
52 #undef DEBUG
53
54 /* Define if you want to see a message every time find calls the stat() system
55    call */
56 #undef DEBUG_STAT
57
58 /* If defined, the default argument size used in child processes */
59 #undef DEFAULT_ARG_SIZE
60
61 /* the name of the file descriptor member of DIR */
62 #undef DIR_FD_MEMBER_NAME
63
64 #ifdef DIR_FD_MEMBER_NAME
65 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
66 #else
67 # define DIR_TO_FD(Dir_p) -1
68 #endif
69
70
71 /* Define to 1 if // is a file system root distinct from /. */
72 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
73
74 /* Define if struct dirent has a member d_ino that actually works. */
75 #undef D_INO_IN_DIRENT
76
77 /* Define to 1 if translation of program messages to the user's native
78    language is requested. */
79 #undef ENABLE_NLS
80
81 /* Define to 1 if your platform has fchownat, but it does not reject an empty
82    file name. */
83 #undef FCHOWNAT_EMPTY_FILENAME_BUG
84
85 /* Define to 1 if your platform has fchownat, but it cannot perform lchown
86    tasks. */
87 #undef FCHOWNAT_NOFOLLOW_BUG
88
89 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
90 #undef FCNTL_DUPFD_BUGGY
91
92 /* Define if we are compiling GNU findutils */
93 #undef FINDUTILS
94
95 /* Define to nothing if C supports flexible array members, and to 1 if it does
96    not. That way, with a declaration like `struct s { int n; double
97    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
98    compilers. When computing the size of such an object, don't use 'sizeof
99    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
100    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
101    MSVC and with C++ compilers. */
102 #undef FLEXIBLE_ARRAY_MEMBER
103
104 /* Define to 1 if fopen() fails to recognize a trailing slash. */
105 #undef FOPEN_TRAILING_SLASH_BUG
106
107 /* Define to 1 if the system's ftello function has the Solaris bug. */
108 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
109
110 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
111    dot component. */
112 #undef FUNC_MKDIR_DOT_BUG
113
114 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
115 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
116
117 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
118    and handles trailing slash correctly. */
119 #undef FUNC_REALPATH_WORKS
120
121 /* Define to 1 if ungetc is broken when used on arbitrary bytes. */
122 #undef FUNC_UNGETC_BROKEN
123
124 /* Define to the type of elements in the array set by `getgroups'. Usually
125    this is either `int' or `gid_t'. */
126 #undef GETGROUPS_T
127
128 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
129    */
130 #undef GETGROUPS_ZERO_BUG
131
132 /* Define if gettimeofday clobbers the localtime buffer. */
133 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
134
135 /* Define this to 'void' or 'struct timezone' to match the system's
136    declaration of the second argument to gettimeofday. */
137 #undef GETTIMEOFDAY_TIMEZONE
138
139 /* Define to make the limit macros in <stdint.h> visible. */
140 #undef GL_TRIGGER_STDC_LIMIT_MACROS
141
142 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
143    whether the gnulib module areadlinkat shall be considered present. */
144 #undef GNULIB_AREADLINKAT
145
146 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
147    whether the gnulib module canonicalize shall be considered present. */
148 #undef GNULIB_CANONICALIZE
149
150 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
151    whether the gnulib module close-stream shall be considered present. */
152 #undef GNULIB_CLOSE_STREAM
153
154 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
155    whether the gnulib module dirent-safer shall be considered present. */
156 #undef GNULIB_DIRENT_SAFER
157
158 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
159    whether the gnulib module dirname shall be considered present. */
160 #undef GNULIB_DIRNAME
161
162 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
163    whether the gnulib module faccessat shall be considered present. */
164 #undef GNULIB_FACCESSAT
165
166 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
167    whether the gnulib module fcntl-safer shall be considered present. */
168 #undef GNULIB_FCNTL_SAFER
169
170 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
171    whether the gnulib module fdopendir shall be considered present. */
172 #undef GNULIB_FDOPENDIR
173
174 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
175    whether the gnulib module fd-safer-flag shall be considered present. */
176 #undef GNULIB_FD_SAFER_FLAG
177
178 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
179    whether the gnulib module fopen-safer shall be considered present. */
180 #undef GNULIB_FOPEN_SAFER
181
182 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
183    whether the gnulib module malloc-gnu shall be considered present. */
184 #undef GNULIB_MALLOC_GNU
185
186 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
187    whether the gnulib module openat-safer shall be considered present. */
188 #undef GNULIB_OPENAT_SAFER
189
190 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
191    whether the gnulib module realloc-gnu shall be considered present. */
192 #undef GNULIB_REALLOC_GNU
193
194 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
195    whether the gnulib module snprintf shall be considered present. */
196 #undef GNULIB_SNPRINTF
197
198 /* Define to 1 when the gnulib module btowc should be tested. */
199 #undef GNULIB_TEST_BTOWC
200
201 /* Define to 1 when the gnulib module canonicalize should be tested. */
202 #undef GNULIB_TEST_CANONICALIZE
203
204 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
205    */
206 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
207
208 /* Define to 1 when the gnulib module chown should be tested. */
209 #undef GNULIB_TEST_CHOWN
210
211 /* Define to 1 when the gnulib module cloexec should be tested. */
212 #undef GNULIB_TEST_CLOEXEC
213
214 /* Define to 1 when the gnulib module close should be tested. */
215 #undef GNULIB_TEST_CLOSE
216
217 /* Define to 1 when the gnulib module dirfd should be tested. */
218 #undef GNULIB_TEST_DIRFD
219
220 /* Define to 1 when the gnulib module dup2 should be tested. */
221 #undef GNULIB_TEST_DUP2
222
223 /* Define to 1 when the gnulib module environ should be tested. */
224 #undef GNULIB_TEST_ENVIRON
225
226 /* Define to 1 when the gnulib module euidaccess should be tested. */
227 #undef GNULIB_TEST_EUIDACCESS
228
229 /* Define to 1 when the gnulib module faccessat should be tested. */
230 #undef GNULIB_TEST_FACCESSAT
231
232 /* Define to 1 when the gnulib module fchdir should be tested. */
233 #undef GNULIB_TEST_FCHDIR
234
235 /* Define to 1 when the gnulib module fclose should be tested. */
236 #undef GNULIB_TEST_FCLOSE
237
238 /* Define to 1 when the gnulib module fcntl should be tested. */
239 #undef GNULIB_TEST_FCNTL
240
241 /* Define to 1 when the gnulib module fdopendir should be tested. */
242 #undef GNULIB_TEST_FDOPENDIR
243
244 /* Define to 1 when the gnulib module fflush should be tested. */
245 #undef GNULIB_TEST_FFLUSH
246
247 /* Define to 1 when the gnulib module fopen should be tested. */
248 #undef GNULIB_TEST_FOPEN
249
250 /* Define to 1 when the gnulib module fpurge should be tested. */
251 #undef GNULIB_TEST_FPURGE
252
253 /* Define to 1 when the gnulib module fseeko should be tested. */
254 #undef GNULIB_TEST_FSEEKO
255
256 /* Define to 1 when the gnulib module ftell should be tested. */
257 #undef GNULIB_TEST_FTELL
258
259 /* Define to 1 when the gnulib module ftello should be tested. */
260 #undef GNULIB_TEST_FTELLO
261
262 /* Define to 1 when the gnulib module getcwd should be tested. */
263 #undef GNULIB_TEST_GETCWD
264
265 /* Define to 1 when the gnulib module getdelim should be tested. */
266 #undef GNULIB_TEST_GETDELIM
267
268 /* Define to 1 when the gnulib module getdtablesize should be tested. */
269 #undef GNULIB_TEST_GETDTABLESIZE
270
271 /* Define to 1 when the gnulib module getgroups should be tested. */
272 #undef GNULIB_TEST_GETGROUPS
273
274 /* Define to 1 when the gnulib module getline should be tested. */
275 #undef GNULIB_TEST_GETLINE
276
277 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
278 #undef GNULIB_TEST_GETOPT_GNU
279
280 /* Define to 1 when the gnulib module getpagesize should be tested. */
281 #undef GNULIB_TEST_GETPAGESIZE
282
283 /* Define to 1 when the gnulib module gettimeofday should be tested. */
284 #undef GNULIB_TEST_GETTIMEOFDAY
285
286 /* Define to 1 when the gnulib module iswblank should be tested. */
287 #undef GNULIB_TEST_ISWBLANK
288
289 /* Define to 1 when the gnulib module lchown should be tested. */
290 #undef GNULIB_TEST_LCHOWN
291
292 /* Define to 1 when the gnulib module lseek should be tested. */
293 #undef GNULIB_TEST_LSEEK
294
295 /* Define to 1 when the gnulib module lstat should be tested. */
296 #undef GNULIB_TEST_LSTAT
297
298 /* Define to 1 when the gnulib module malloc-posix should be tested. */
299 #undef GNULIB_TEST_MALLOC_POSIX
300
301 /* Define to 1 when the gnulib module mbrtowc should be tested. */
302 #undef GNULIB_TEST_MBRTOWC
303
304 /* Define to 1 when the gnulib module mbscasestr should be tested. */
305 #undef GNULIB_TEST_MBSCASESTR
306
307 /* Define to 1 when the gnulib module mbsinit should be tested. */
308 #undef GNULIB_TEST_MBSINIT
309
310 /* Define to 1 when the gnulib module mbslen should be tested. */
311 #undef GNULIB_TEST_MBSLEN
312
313 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
314 #undef GNULIB_TEST_MBSRTOWCS
315
316 /* Define to 1 when the gnulib module mbsstr should be tested. */
317 #undef GNULIB_TEST_MBSSTR
318
319 /* Define to 1 when the gnulib module mbtowc should be tested. */
320 #undef GNULIB_TEST_MBTOWC
321
322 /* Define to 1 when the gnulib module memchr should be tested. */
323 #undef GNULIB_TEST_MEMCHR
324
325 /* Define to 1 when the gnulib module mempcpy should be tested. */
326 #undef GNULIB_TEST_MEMPCPY
327
328 /* Define to 1 when the gnulib module memrchr should be tested. */
329 #undef GNULIB_TEST_MEMRCHR
330
331 /* Define to 1 when the gnulib module mktime should be tested. */
332 #undef GNULIB_TEST_MKTIME
333
334 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
335 #undef GNULIB_TEST_NL_LANGINFO
336
337 /* Define to 1 when the gnulib module open should be tested. */
338 #undef GNULIB_TEST_OPEN
339
340 /* Define to 1 when the gnulib module perror should be tested. */
341 #undef GNULIB_TEST_PERROR
342
343 /* Define to 1 when the gnulib module putenv should be tested. */
344 #undef GNULIB_TEST_PUTENV
345
346 /* Define to 1 when the gnulib module readlink should be tested. */
347 #undef GNULIB_TEST_READLINK
348
349 /* Define to 1 when the gnulib module readlinkat should be tested. */
350 #undef GNULIB_TEST_READLINKAT
351
352 /* Define to 1 when the gnulib module realloc-posix should be tested. */
353 #undef GNULIB_TEST_REALLOC_POSIX
354
355 /* Define to 1 when the gnulib module rmdir should be tested. */
356 #undef GNULIB_TEST_RMDIR
357
358 /* Define to 1 when the gnulib module rpmatch should be tested. */
359 #undef GNULIB_TEST_RPMATCH
360
361 /* Define to 1 when the gnulib module setenv should be tested. */
362 #undef GNULIB_TEST_SETENV
363
364 /* Define to 1 when the gnulib module setlocale should be tested. */
365 #undef GNULIB_TEST_SETLOCALE
366
367 /* Define to 1 when the gnulib module sleep should be tested. */
368 #undef GNULIB_TEST_SLEEP
369
370 /* Define to 1 when the gnulib module snprintf should be tested. */
371 #undef GNULIB_TEST_SNPRINTF
372
373 /* Define to 1 when the gnulib module stat should be tested. */
374 #undef GNULIB_TEST_STAT
375
376 /* Define to 1 when the gnulib module stpcpy should be tested. */
377 #undef GNULIB_TEST_STPCPY
378
379 /* Define to 1 when the gnulib module strcasestr should be tested. */
380 #undef GNULIB_TEST_STRCASESTR
381
382 /* Define to 1 when the gnulib module strdup should be tested. */
383 #undef GNULIB_TEST_STRDUP
384
385 /* Define to 1 when the gnulib module strerror should be tested. */
386 #undef GNULIB_TEST_STRERROR
387
388 /* Define to 1 when the gnulib module strndup should be tested. */
389 #undef GNULIB_TEST_STRNDUP
390
391 /* Define to 1 when the gnulib module strnlen should be tested. */
392 #undef GNULIB_TEST_STRNLEN
393
394 /* Define to 1 when the gnulib module strstr should be tested. */
395 #undef GNULIB_TEST_STRSTR
396
397 /* Define to 1 when the gnulib module strtoll should be tested. */
398 #undef GNULIB_TEST_STRTOLL
399
400 /* Define to 1 when the gnulib module strtoull should be tested. */
401 #undef GNULIB_TEST_STRTOULL
402
403 /* Define to 1 when the gnulib module symlink should be tested. */
404 #undef GNULIB_TEST_SYMLINK
405
406 /* Define to 1 when the gnulib module symlinkat should be tested. */
407 #undef GNULIB_TEST_SYMLINKAT
408
409 /* Define to 1 when the gnulib module time_r should be tested. */
410 #undef GNULIB_TEST_TIME_R
411
412 /* Define to 1 when the gnulib module unlink should be tested. */
413 #undef GNULIB_TEST_UNLINK
414
415 /* Define to 1 when the gnulib module unsetenv should be tested. */
416 #undef GNULIB_TEST_UNSETENV
417
418 /* Define to 1 when the gnulib module usleep should be tested. */
419 #undef GNULIB_TEST_USLEEP
420
421 /* Define to 1 when the gnulib module wcrtomb should be tested. */
422 #undef GNULIB_TEST_WCRTOMB
423
424 /* Define to 1 when the gnulib module wctob should be tested. */
425 #undef GNULIB_TEST_WCTOB
426
427 /* Define to 1 when the gnulib module wctomb should be tested. */
428 #undef GNULIB_TEST_WCTOMB
429
430 /* Define to 1 when the gnulib module wcwidth should be tested. */
431 #undef GNULIB_TEST_WCWIDTH
432
433 /* Define to 1 if you have the `access' function. */
434 #undef HAVE_ACCESS
435
436 /* Define to 1 if you have the `alarm' function. */
437 #undef HAVE_ALARM
438
439 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
440    may be supplied by this distribution. */
441 #undef HAVE_ALLOCA
442
443 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
444    */
445 #undef HAVE_ALLOCA_H
446
447 /* Define to 1 if the compiler supports __attribute__ ((__noreturn__)) */
448 #undef HAVE_ATTRIBUTE_NORETURN
449
450 /* Define to 1 if you have the <bp-sym.h> header file. */
451 #undef HAVE_BP_SYM_H
452
453 /* Define to 1 if you have the `btowc' function. */
454 #undef HAVE_BTOWC
455
456 /* Define to 1 if you have the `canonicalize_file_name' function. */
457 #undef HAVE_CANONICALIZE_FILE_NAME
458
459 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
460    CoreFoundation framework. */
461 #undef HAVE_CFLOCALECOPYCURRENT
462
463 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
464    the CoreFoundation framework. */
465 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
466
467 /* Define to 1 if you have the `chown' function. */
468 #undef HAVE_CHOWN
469
470 /* Define to 1 if you have the `clock_gettime' function. */
471 #undef HAVE_CLOCK_GETTIME
472
473 /* Define to 1 if you have the `clock_settime' function. */
474 #undef HAVE_CLOCK_SETTIME
475
476 /* Define if you have compound literals. */
477 #undef HAVE_COMPOUND_LITERALS
478
479 /* Define if the GNU dcgettext() function is already present or preinstalled.
480    */
481 #undef HAVE_DCGETTEXT
482
483 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
484    */
485 #undef HAVE_DECL_ALARM
486
487 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
488    */
489 #undef HAVE_DECL_DIRFD
490
491 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
492    */
493 #undef HAVE_DECL_FCHDIR
494
495 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
496    don't. */
497 #undef HAVE_DECL_FDOPENDIR
498
499 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
500    */
501 #undef HAVE_DECL_FPURGE
502
503 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
504    */
505 #undef HAVE_DECL_FSEEKO
506
507 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
508    */
509 #undef HAVE_DECL_FTELLO
510
511 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
512    */
513 #undef HAVE_DECL_GETCWD
514
515 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
516    don't. */
517 #undef HAVE_DECL_GETC_UNLOCKED
518
519 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
520    don't. */
521 #undef HAVE_DECL_GETDELIM
522
523 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
524    */
525 #undef HAVE_DECL_GETENV
526
527 /* Define to 1 if you have the declaration of `getline', and to 0 if you
528    don't. */
529 #undef HAVE_DECL_GETLINE
530
531 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
532    don't. */
533 #undef HAVE_DECL_IMAXABS
534
535 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
536    don't. */
537 #undef HAVE_DECL_IMAXDIV
538
539 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
540    don't. */
541 #undef HAVE_DECL_ISBLANK
542
543 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
544    don't. */
545 #undef HAVE_DECL_ISWBLANK
546
547 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
548    don't. */
549 #undef HAVE_DECL_LOCALTIME_R
550
551 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
552    don't. */
553 #undef HAVE_DECL_MEMRCHR
554
555 /* Define to 1 if you have the declaration of `program_invocation_name', and
556    to 0 if you don't. */
557 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
558
559 /* Define to 1 if you have the declaration of `program_invocation_short_name',
560    and to 0 if you don't. */
561 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
562
563 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
564    */
565 #undef HAVE_DECL_SETENV
566
567 /* Define to 1 if you have the declaration of `setregid', and to 0 if you
568    don't. */
569 #undef HAVE_DECL_SETREGID
570
571 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
572    */
573 #undef HAVE_DECL_SLEEP
574
575 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
576    don't. */
577 #undef HAVE_DECL_SNPRINTF
578
579 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
580    */
581 #undef HAVE_DECL_STRDUP
582
583 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
584    don't. */
585 #undef HAVE_DECL_STRERROR
586
587 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
588    don't. */
589 #undef HAVE_DECL_STRERROR_R
590
591 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
592    don't. */
593 #undef HAVE_DECL_STRMODE
594
595 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
596    don't. */
597 #undef HAVE_DECL_STRNCASECMP
598
599 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
600    don't. */
601 #undef HAVE_DECL_STRNDUP
602
603 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
604    don't. */
605 #undef HAVE_DECL_STRNLEN
606
607 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
608    don't. */
609 #undef HAVE_DECL_STRTOIMAX
610
611 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
612    don't. */
613 #undef HAVE_DECL_STRTOLL
614
615 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
616    don't. */
617 #undef HAVE_DECL_STRTOULL
618
619 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
620    don't. */
621 #undef HAVE_DECL_STRTOUMAX
622
623 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
624    */
625 #undef HAVE_DECL_TZNAME
626
627 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
628    don't. */
629 #undef HAVE_DECL_UNSETENV
630
631 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
632    */
633 #undef HAVE_DECL_WCTOB
634
635 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
636    don't. */
637 #undef HAVE_DECL_WCWIDTH
638
639 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
640    don't. */
641 #undef HAVE_DECL__SNPRINTF
642
643 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
644    don't. */
645 #undef HAVE_DECL___FPENDING
646
647 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
648    */
649 #undef HAVE_DIRENT_H
650
651 /* Define to 1 if you have the `dirfd' function. */
652 #undef HAVE_DIRFD
653
654 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
655 #undef HAVE_DOPRNT
656
657 /* Define to 1 if you have the `dup2' function. */
658 #undef HAVE_DUP2
659
660 /* Define to 1 if you have the `eaccess' function. */
661 #undef HAVE_EACCESS
662
663 /* Define to 1 if you have the `endgrent' function. */
664 #undef HAVE_ENDGRENT
665
666 /* Define to 1 if you have the `endmntent' function. */
667 #undef HAVE_ENDMNTENT
668
669 /* Define to 1 if you have the `endpwent' function. */
670 #undef HAVE_ENDPWENT
671
672 /* Define if you have the declaration of environ. */
673 #undef HAVE_ENVIRON_DECL
674
675 /* Define to 1 if you have the <errno.h> header file. */
676 #undef HAVE_ERRNO_H
677
678 /* Define to 1 if you have the `euidaccess' function. */
679 #undef HAVE_EUIDACCESS
680
681 /* fabs is defined in -lm */
682 #undef HAVE_FABS_IN_LIBM
683
684 /* Define to 1 if you have the `faccessat' function. */
685 #undef HAVE_FACCESSAT
686
687 /* Define to 1 if you have the `fchdir' function. */
688 #undef HAVE_FCHDIR
689
690 /* Define to 1 if you have the `fchmodat' function. */
691 #undef HAVE_FCHMODAT
692
693 /* Define to 1 if you have the `fchown' function. */
694 #undef HAVE_FCHOWN
695
696 /* Define to 1 if you have the `fcntl' function. */
697 #undef HAVE_FCNTL
698
699 /* Define to 1 if you have the <fcntl.h> header file. */
700 #undef HAVE_FCNTL_H
701
702 /* Define to 1 if you have the `fdopendir' function. */
703 #undef HAVE_FDOPENDIR
704
705 /* Define to 1 if you have the <features.h> header file. */
706 #undef HAVE_FEATURES_H
707
708 /* Define to 1 if you have the `flockfile' function. */
709 #undef HAVE_FLOCKFILE
710
711 /* Define to 1 if you have the `forcefindlib' function. */
712 #undef HAVE_FORCEFINDLIB
713
714 /* Define to 1 if you have the `fpurge' function. */
715 #undef HAVE_FPURGE
716
717 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
718 #undef HAVE_FSEEKO
719
720 /* Define to 1 if you have the `fstatat' function. */
721 #undef HAVE_FSTATAT
722
723 /* Define to 1 if you have the `fstatfs' function. */
724 #undef HAVE_FSTATFS
725
726 /* Define to 1 if you have the <fs_info.h> header file. */
727 #undef HAVE_FS_INFO_H
728
729 /* Define to 1 if you have the `fs_stat_dev' function. */
730 #undef HAVE_FS_STAT_DEV
731
732 /* Define to 1 if you have the `funlockfile' function. */
733 #undef HAVE_FUNLOCKFILE
734
735 /* Define to 1 if you have the `getcwd' function. */
736 #undef HAVE_GETCWD
737
738 /* Define to 1 if you have the `getdelim' function. */
739 #undef HAVE_GETDELIM
740
741 /* Define to 1 if you have the `getdtablesize' function. */
742 #undef HAVE_GETDTABLESIZE
743
744 /* Define to 1 if you have the `getegid' function. */
745 #undef HAVE_GETEGID
746
747 /* Define to 1 if you have the `getgrouplist' function. */
748 #undef HAVE_GETGROUPLIST
749
750 /* Define to 1 if your system has a working `getgroups' function. */
751 #undef HAVE_GETGROUPS
752
753 /* Define to 1 if you have the `getmntent' function. */
754 #undef HAVE_GETMNTENT
755
756 /* Define to 1 if you have the `getmntinfo' function. */
757 #undef HAVE_GETMNTINFO
758
759 /* Define to 1 if you have the <getopt.h> header file. */
760 #undef HAVE_GETOPT_H
761
762 /* Define to 1 if you have the `getopt_long_only' function. */
763 #undef HAVE_GETOPT_LONG_ONLY
764
765 /* Define to 1 if you have the `getpagesize' function. */
766 #undef HAVE_GETPAGESIZE
767
768 /* Define to 1 if you have the `getppriv' function. */
769 #undef HAVE_GETPPRIV
770
771 /* Define to 1 if you have the `getrusage' function. */
772 #undef HAVE_GETRUSAGE
773
774 /* Define if the GNU gettext() function is already present or preinstalled. */
775 #undef HAVE_GETTEXT
776
777 /* Define to 1 if you have the `gettimeofday' function. */
778 #undef HAVE_GETTIMEOFDAY
779
780 /* Define to 1 if you have the <grp.h> header file. */
781 #undef HAVE_GRP_H
782
783 /* Define to 1 if you have the `hasmntopt' function. */
784 #undef HAVE_HASMNTOPT
785
786 /* Define if you have the iconv() function and it works. */
787 #undef HAVE_ICONV
788
789 /* Define to 1 if the compiler supports one of the keywords 'inline',
790    '__inline__', '__inline' and effectively inlines functions marked as such.
791    */
792 #undef HAVE_INLINE
793
794 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
795 #undef HAVE_INTMAX_T
796
797 /* Define to 1 if you have the <inttypes.h> header file. */
798 #undef HAVE_INTTYPES_H
799
800 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
801    declares uintmax_t. */
802 #undef HAVE_INTTYPES_H_WITH_UINTMAX
803
804 /* Define to 1 if you have the `isblank' function. */
805 #undef HAVE_ISBLANK
806
807 /* Define to 1 if you have the `iswblank' function. */
808 #undef HAVE_ISWBLANK
809
810 /* Define to 1 if you have the `iswcntrl' function. */
811 #undef HAVE_ISWCNTRL
812
813 /* Define to 1 if you have the `iswctype' function. */
814 #undef HAVE_ISWCTYPE
815
816 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
817 #undef HAVE_LANGINFO_CODESET
818
819 /* Define to 1 if you have the <langinfo.h> header file. */
820 #undef HAVE_LANGINFO_H
821
822 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
823 #undef HAVE_LANGINFO_YESEXPR
824
825 /* Define to 1 if you have the `lchmod' function. */
826 #undef HAVE_LCHMOD
827
828 /* Define to 1 if you have the `lchown' function. */
829 #undef HAVE_LCHOWN
830
831 /* Define if your <locale.h> file defines LC_MESSAGES. */
832 #undef HAVE_LC_MESSAGES
833
834 /* Define to 1 if you have the <libgen.h> header file. */
835 #undef HAVE_LIBGEN_H
836
837 /* Define to 1 if you have the <libintl.h> header file. */
838 #undef HAVE_LIBINTL_H
839
840 /* Define to 1 if you have the `sun' library (-lsun). */
841 #undef HAVE_LIBSUN
842
843 /* Define to 1 if you have the <limits.h> header file. */
844 #undef HAVE_LIMITS_H
845
846 /* Define to 1 if you have the `listmntent' function. */
847 #undef HAVE_LISTMNTENT
848
849 /* Define to 1 if you have the <locale.h> header file. */
850 #undef HAVE_LOCALE_H
851
852 /* Define to 1 if you have the `localtime_r' function. */
853 #undef HAVE_LOCALTIME_R
854
855 /* Define to 1 if you support file names longer than 14 characters. */
856 #undef HAVE_LONG_FILE_NAMES
857
858 /* Define to 1 if the system has the type `long long int'. */
859 #undef HAVE_LONG_LONG_INT
860
861 /* Define to 1 if you have the `lstat' function. */
862 #undef HAVE_LSTAT
863
864 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
865    to 0 otherwise. */
866 #undef HAVE_MALLOC_GNU
867
868 /* Define if the 'malloc' function is POSIX compliant. */
869 #undef HAVE_MALLOC_POSIX
870
871 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
872    config.h and <sys/mman.h>. */
873 #undef HAVE_MAP_ANONYMOUS
874
875 /* Define to 1 if you have the <math.h> header file. */
876 #undef HAVE_MATH_H
877
878 /* Define to 1 if you have the `mbrtowc' function. */
879 #undef HAVE_MBRTOWC
880
881 /* Define to 1 if you have the `mbsinit' function. */
882 #undef HAVE_MBSINIT
883
884 /* Define to 1 if you have the `mbslen' function. */
885 #undef HAVE_MBSLEN
886
887 /* Define to 1 if you have the `mbsrtowcs' function. */
888 #undef HAVE_MBSRTOWCS
889
890 /* Define to 1 if <wchar.h> declares mbstate_t. */
891 #undef HAVE_MBSTATE_T
892
893 /* Define to 1 if you have the `memchr' function. */
894 #undef HAVE_MEMCHR
895
896 /* Define to 1 if you have the `memcmp' function. */
897 #undef HAVE_MEMCMP
898
899 /* Define to 1 if you have the <memory.h> header file. */
900 #undef HAVE_MEMORY_H
901
902 /* Define to 1 if you have the `mempcpy' function. */
903 #undef HAVE_MEMPCPY
904
905 /* Define to 1 if you have the `memrchr' function. */
906 #undef HAVE_MEMRCHR
907
908 /* Define to 1 if you have the `memset' function. */
909 #undef HAVE_MEMSET
910
911 /* Define to 1 if you have the `mkdirat' function. */
912 #undef HAVE_MKDIRAT
913
914 /* Define to 1 if you have the <mntent.h> header file. */
915 #undef HAVE_MNTENT_H
916
917 /* modf is defined in -lm */
918 #undef HAVE_MODF_IN_LIBM
919
920 /* Define to 1 if you have the `mprotect' function. */
921 #undef HAVE_MPROTECT
922
923 /* Define to 1 if you have the `nanotime' function. */
924 #undef HAVE_NANOTIME
925
926 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
927 #undef HAVE_NDIR_H
928
929 /* Define to 1 if you have the `newlocale' function. */
930 #undef HAVE_NEWLOCALE
931
932 /* Define to 1 if you have the `next_dev' function. */
933 #undef HAVE_NEXT_DEV
934
935 /* Define to 1 if you have the `nl_langinfo' function. */
936 #undef HAVE_NL_LANGINFO
937
938 /* Define to 1 if you have the `openat' function. */
939 #undef HAVE_OPENAT
940
941 /* Define to 1 if you have the <OS.h> header file. */
942 #undef HAVE_OS_H
943
944 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
945    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
946 #undef HAVE_PARTLY_WORKING_GETCWD
947
948 /* Define to 1 if you have the `pathconf' function. */
949 #undef HAVE_PATHCONF
950
951 /* Define to 1 if you have the `pipe' function. */
952 #undef HAVE_PIPE
953
954 /* Define to 1 if you have the <priv.h> header file. */
955 #undef HAVE_PRIV_H
956
957 /* Define to 1 if you have the `pthread_atfork' function. */
958 #undef HAVE_PTHREAD_ATFORK
959
960 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
961 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
962
963 /* Define if the POSIX multithreading library has read/write locks. */
964 #undef HAVE_PTHREAD_RWLOCK
965
966 /* Define to 1 if acosl is declared even after undefining macros. */
967 #undef HAVE_RAW_DECL_ACOSL
968
969 /* Define to 1 if alphasort is declared even after undefining macros. */
970 #undef HAVE_RAW_DECL_ALPHASORT
971
972 /* Define to 1 if asinl is declared even after undefining macros. */
973 #undef HAVE_RAW_DECL_ASINL
974
975 /* Define to 1 if atanl is declared even after undefining macros. */
976 #undef HAVE_RAW_DECL_ATANL
977
978 /* Define to 1 if atoll is declared even after undefining macros. */
979 #undef HAVE_RAW_DECL_ATOLL
980
981 /* Define to 1 if btowc is declared even after undefining macros. */
982 #undef HAVE_RAW_DECL_BTOWC
983
984 /* Define to 1 if canonicalize_file_name is declared even after undefining
985    macros. */
986 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
987
988 /* Define to 1 if ceilf is declared even after undefining macros. */
989 #undef HAVE_RAW_DECL_CEILF
990
991 /* Define to 1 if ceill is declared even after undefining macros. */
992 #undef HAVE_RAW_DECL_CEILL
993
994 /* Define to 1 if chown is declared even after undefining macros. */
995 #undef HAVE_RAW_DECL_CHOWN
996
997 /* Define to 1 if cosl is declared even after undefining macros. */
998 #undef HAVE_RAW_DECL_COSL
999
1000 /* Define to 1 if dirfd is declared even after undefining macros. */
1001 #undef HAVE_RAW_DECL_DIRFD
1002
1003 /* Define to 1 if dprintf is declared even after undefining macros. */
1004 #undef HAVE_RAW_DECL_DPRINTF
1005
1006 /* Define to 1 if dup2 is declared even after undefining macros. */
1007 #undef HAVE_RAW_DECL_DUP2
1008
1009 /* Define to 1 if dup3 is declared even after undefining macros. */
1010 #undef HAVE_RAW_DECL_DUP3
1011
1012 /* Define to 1 if duplocale is declared even after undefining macros. */
1013 #undef HAVE_RAW_DECL_DUPLOCALE
1014
1015 /* Define to 1 if endusershell is declared even after undefining macros. */
1016 #undef HAVE_RAW_DECL_ENDUSERSHELL
1017
1018 /* Define to 1 if environ is declared even after undefining macros. */
1019 #undef HAVE_RAW_DECL_ENVIRON
1020
1021 /* Define to 1 if euidaccess is declared even after undefining macros. */
1022 #undef HAVE_RAW_DECL_EUIDACCESS
1023
1024 /* Define to 1 if expl is declared even after undefining macros. */
1025 #undef HAVE_RAW_DECL_EXPL
1026
1027 /* Define to 1 if faccessat is declared even after undefining macros. */
1028 #undef HAVE_RAW_DECL_FACCESSAT
1029
1030 /* Define to 1 if fchdir is declared even after undefining macros. */
1031 #undef HAVE_RAW_DECL_FCHDIR
1032
1033 /* Define to 1 if fchmodat is declared even after undefining macros. */
1034 #undef HAVE_RAW_DECL_FCHMODAT
1035
1036 /* Define to 1 if fchownat is declared even after undefining macros. */
1037 #undef HAVE_RAW_DECL_FCHOWNAT
1038
1039 /* Define to 1 if fcntl is declared even after undefining macros. */
1040 #undef HAVE_RAW_DECL_FCNTL
1041
1042 /* Define to 1 if fdopendir is declared even after undefining macros. */
1043 #undef HAVE_RAW_DECL_FDOPENDIR
1044
1045 /* Define to 1 if floorf is declared even after undefining macros. */
1046 #undef HAVE_RAW_DECL_FLOORF
1047
1048 /* Define to 1 if floorl is declared even after undefining macros. */
1049 #undef HAVE_RAW_DECL_FLOORL
1050
1051 /* Define to 1 if fpurge is declared even after undefining macros. */
1052 #undef HAVE_RAW_DECL_FPURGE
1053
1054 /* Define to 1 if frexpl is declared even after undefining macros. */
1055 #undef HAVE_RAW_DECL_FREXPL
1056
1057 /* Define to 1 if fseeko is declared even after undefining macros. */
1058 #undef HAVE_RAW_DECL_FSEEKO
1059
1060 /* Define to 1 if fstatat is declared even after undefining macros. */
1061 #undef HAVE_RAW_DECL_FSTATAT
1062
1063 /* Define to 1 if fsync is declared even after undefining macros. */
1064 #undef HAVE_RAW_DECL_FSYNC
1065
1066 /* Define to 1 if ftello is declared even after undefining macros. */
1067 #undef HAVE_RAW_DECL_FTELLO
1068
1069 /* Define to 1 if ftruncate is declared even after undefining macros. */
1070 #undef HAVE_RAW_DECL_FTRUNCATE
1071
1072 /* Define to 1 if futimens is declared even after undefining macros. */
1073 #undef HAVE_RAW_DECL_FUTIMENS
1074
1075 /* Define to 1 if getcwd is declared even after undefining macros. */
1076 #undef HAVE_RAW_DECL_GETCWD
1077
1078 /* Define to 1 if getdelim is declared even after undefining macros. */
1079 #undef HAVE_RAW_DECL_GETDELIM
1080
1081 /* Define to 1 if getdomainname is declared even after undefining macros. */
1082 #undef HAVE_RAW_DECL_GETDOMAINNAME
1083
1084 /* Define to 1 if getdtablesize is declared even after undefining macros. */
1085 #undef HAVE_RAW_DECL_GETDTABLESIZE
1086
1087 /* Define to 1 if getgroups is declared even after undefining macros. */
1088 #undef HAVE_RAW_DECL_GETGROUPS
1089
1090 /* Define to 1 if gethostname is declared even after undefining macros. */
1091 #undef HAVE_RAW_DECL_GETHOSTNAME
1092
1093 /* Define to 1 if getline is declared even after undefining macros. */
1094 #undef HAVE_RAW_DECL_GETLINE
1095
1096 /* Define to 1 if getloadavg is declared even after undefining macros. */
1097 #undef HAVE_RAW_DECL_GETLOADAVG
1098
1099 /* Define to 1 if getlogin is declared even after undefining macros. */
1100 #undef HAVE_RAW_DECL_GETLOGIN
1101
1102 /* Define to 1 if getlogin_r is declared even after undefining macros. */
1103 #undef HAVE_RAW_DECL_GETLOGIN_R
1104
1105 /* Define to 1 if getpagesize is declared even after undefining macros. */
1106 #undef HAVE_RAW_DECL_GETPAGESIZE
1107
1108 /* Define to 1 if getsubopt is declared even after undefining macros. */
1109 #undef HAVE_RAW_DECL_GETSUBOPT
1110
1111 /* Define to 1 if gettimeofday is declared even after undefining macros. */
1112 #undef HAVE_RAW_DECL_GETTIMEOFDAY
1113
1114 /* Define to 1 if getusershell is declared even after undefining macros. */
1115 #undef HAVE_RAW_DECL_GETUSERSHELL
1116
1117 /* Define to 1 if grantpt is declared even after undefining macros. */
1118 #undef HAVE_RAW_DECL_GRANTPT
1119
1120 /* Define to 1 if imaxabs is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_IMAXABS
1122
1123 /* Define to 1 if imaxdiv is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_IMAXDIV
1125
1126 /* Define to 1 if initstat_r is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_INITSTAT_R
1128
1129 /* Define to 1 if isblank is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_ISBLANK
1131
1132 /* Define to 1 if iswctype is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_ISWCTYPE
1134
1135 /* Define to 1 if lchmod is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_LCHMOD
1137
1138 /* Define to 1 if lchown is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_LCHOWN
1140
1141 /* Define to 1 if ldexpl is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_LDEXPL
1143
1144 /* Define to 1 if link is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_LINK
1146
1147 /* Define to 1 if linkat is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_LINKAT
1149
1150 /* Define to 1 if logb is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_LOGB
1152
1153 /* Define to 1 if logl is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_LOGL
1155
1156 /* Define to 1 if lseek is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_LSEEK
1158
1159 /* Define to 1 if lstat is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_LSTAT
1161
1162 /* Define to 1 if mbrlen is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_MBRLEN
1164
1165 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_MBRTOWC
1167
1168 /* Define to 1 if mbsinit is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_MBSINIT
1170
1171 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_MBSNRTOWCS
1173
1174 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_MBSRTOWCS
1176
1177 /* Define to 1 if memmem is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_MEMMEM
1179
1180 /* Define to 1 if mempcpy is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_MEMPCPY
1182
1183 /* Define to 1 if memrchr is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_MEMRCHR
1185
1186 /* Define to 1 if mkdirat is declared even after undefining macros. */
1187 #undef HAVE_RAW_DECL_MKDIRAT
1188
1189 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1190 #undef HAVE_RAW_DECL_MKDTEMP
1191
1192 /* Define to 1 if mkfifo is declared even after undefining macros. */
1193 #undef HAVE_RAW_DECL_MKFIFO
1194
1195 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1196 #undef HAVE_RAW_DECL_MKFIFOAT
1197
1198 /* Define to 1 if mknod is declared even after undefining macros. */
1199 #undef HAVE_RAW_DECL_MKNOD
1200
1201 /* Define to 1 if mknodat is declared even after undefining macros. */
1202 #undef HAVE_RAW_DECL_MKNODAT
1203
1204 /* Define to 1 if mkostemp is declared even after undefining macros. */
1205 #undef HAVE_RAW_DECL_MKOSTEMP
1206
1207 /* Define to 1 if mkostemps is declared even after undefining macros. */
1208 #undef HAVE_RAW_DECL_MKOSTEMPS
1209
1210 /* Define to 1 if mkstemp is declared even after undefining macros. */
1211 #undef HAVE_RAW_DECL_MKSTEMP
1212
1213 /* Define to 1 if mkstemps is declared even after undefining macros. */
1214 #undef HAVE_RAW_DECL_MKSTEMPS
1215
1216 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1217 #undef HAVE_RAW_DECL_NL_LANGINFO
1218
1219 /* Define to 1 if openat is declared even after undefining macros. */
1220 #undef HAVE_RAW_DECL_OPENAT
1221
1222 /* Define to 1 if pipe is declared even after undefining macros. */
1223 #undef HAVE_RAW_DECL_PIPE
1224
1225 /* Define to 1 if pipe2 is declared even after undefining macros. */
1226 #undef HAVE_RAW_DECL_PIPE2
1227
1228 /* Define to 1 if popen is declared even after undefining macros. */
1229 #undef HAVE_RAW_DECL_POPEN
1230
1231 /* Define to 1 if pread is declared even after undefining macros. */
1232 #undef HAVE_RAW_DECL_PREAD
1233
1234 /* Define to 1 if ptsname is declared even after undefining macros. */
1235 #undef HAVE_RAW_DECL_PTSNAME
1236
1237 /* Define to 1 if pwrite is declared even after undefining macros. */
1238 #undef HAVE_RAW_DECL_PWRITE
1239
1240 /* Define to 1 if random_r is declared even after undefining macros. */
1241 #undef HAVE_RAW_DECL_RANDOM_R
1242
1243 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1244 #undef HAVE_RAW_DECL_RAWMEMCHR
1245
1246 /* Define to 1 if readlink is declared even after undefining macros. */
1247 #undef HAVE_RAW_DECL_READLINK
1248
1249 /* Define to 1 if readlinkat is declared even after undefining macros. */
1250 #undef HAVE_RAW_DECL_READLINKAT
1251
1252 /* Define to 1 if realpath is declared even after undefining macros. */
1253 #undef HAVE_RAW_DECL_REALPATH
1254
1255 /* Define to 1 if renameat is declared even after undefining macros. */
1256 #undef HAVE_RAW_DECL_RENAMEAT
1257
1258 /* Define to 1 if rmdir is declared even after undefining macros. */
1259 #undef HAVE_RAW_DECL_RMDIR
1260
1261 /* Define to 1 if round is declared even after undefining macros. */
1262 #undef HAVE_RAW_DECL_ROUND
1263
1264 /* Define to 1 if roundf is declared even after undefining macros. */
1265 #undef HAVE_RAW_DECL_ROUNDF
1266
1267 /* Define to 1 if roundl is declared even after undefining macros. */
1268 #undef HAVE_RAW_DECL_ROUNDL
1269
1270 /* Define to 1 if rpmatch is declared even after undefining macros. */
1271 #undef HAVE_RAW_DECL_RPMATCH
1272
1273 /* Define to 1 if scandir is declared even after undefining macros. */
1274 #undef HAVE_RAW_DECL_SCANDIR
1275
1276 /* Define to 1 if setenv is declared even after undefining macros. */
1277 #undef HAVE_RAW_DECL_SETENV
1278
1279 /* Define to 1 if setlocale is declared even after undefining macros. */
1280 #undef HAVE_RAW_DECL_SETLOCALE
1281
1282 /* Define to 1 if setstate_r is declared even after undefining macros. */
1283 #undef HAVE_RAW_DECL_SETSTATE_R
1284
1285 /* Define to 1 if setusershell is declared even after undefining macros. */
1286 #undef HAVE_RAW_DECL_SETUSERSHELL
1287
1288 /* Define to 1 if sinl is declared even after undefining macros. */
1289 #undef HAVE_RAW_DECL_SINL
1290
1291 /* Define to 1 if sleep is declared even after undefining macros. */
1292 #undef HAVE_RAW_DECL_SLEEP
1293
1294 /* Define to 1 if snprintf is declared even after undefining macros. */
1295 #undef HAVE_RAW_DECL_SNPRINTF
1296
1297 /* Define to 1 if sqrtl is declared even after undefining macros. */
1298 #undef HAVE_RAW_DECL_SQRTL
1299
1300 /* Define to 1 if srandom_r is declared even after undefining macros. */
1301 #undef HAVE_RAW_DECL_SRANDOM_R
1302
1303 /* Define to 1 if stat is declared even after undefining macros. */
1304 #undef HAVE_RAW_DECL_STAT
1305
1306 /* Define to 1 if stpcpy is declared even after undefining macros. */
1307 #undef HAVE_RAW_DECL_STPCPY
1308
1309 /* Define to 1 if stpncpy is declared even after undefining macros. */
1310 #undef HAVE_RAW_DECL_STPNCPY
1311
1312 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1313 #undef HAVE_RAW_DECL_STRCASECMP
1314
1315 /* Define to 1 if strcasestr is declared even after undefining macros. */
1316 #undef HAVE_RAW_DECL_STRCASESTR
1317
1318 /* Define to 1 if strchrnul is declared even after undefining macros. */
1319 #undef HAVE_RAW_DECL_STRCHRNUL
1320
1321 /* Define to 1 if strdup is declared even after undefining macros. */
1322 #undef HAVE_RAW_DECL_STRDUP
1323
1324 /* Define to 1 if strerror_r is declared even after undefining macros. */
1325 #undef HAVE_RAW_DECL_STRERROR_R
1326
1327 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1328 #undef HAVE_RAW_DECL_STRNCASECMP
1329
1330 /* Define to 1 if strncat is declared even after undefining macros. */
1331 #undef HAVE_RAW_DECL_STRNCAT
1332
1333 /* Define to 1 if strndup is declared even after undefining macros. */
1334 #undef HAVE_RAW_DECL_STRNDUP
1335
1336 /* Define to 1 if strnlen is declared even after undefining macros. */
1337 #undef HAVE_RAW_DECL_STRNLEN
1338
1339 /* Define to 1 if strpbrk is declared even after undefining macros. */
1340 #undef HAVE_RAW_DECL_STRPBRK
1341
1342 /* Define to 1 if strsep is declared even after undefining macros. */
1343 #undef HAVE_RAW_DECL_STRSEP
1344
1345 /* Define to 1 if strsignal is declared even after undefining macros. */
1346 #undef HAVE_RAW_DECL_STRSIGNAL
1347
1348 /* Define to 1 if strtod is declared even after undefining macros. */
1349 #undef HAVE_RAW_DECL_STRTOD
1350
1351 /* Define to 1 if strtoimax is declared even after undefining macros. */
1352 #undef HAVE_RAW_DECL_STRTOIMAX
1353
1354 /* Define to 1 if strtok_r is declared even after undefining macros. */
1355 #undef HAVE_RAW_DECL_STRTOK_R
1356
1357 /* Define to 1 if strtoll is declared even after undefining macros. */
1358 #undef HAVE_RAW_DECL_STRTOLL
1359
1360 /* Define to 1 if strtoull is declared even after undefining macros. */
1361 #undef HAVE_RAW_DECL_STRTOULL
1362
1363 /* Define to 1 if strtoumax is declared even after undefining macros. */
1364 #undef HAVE_RAW_DECL_STRTOUMAX
1365
1366 /* Define to 1 if strverscmp is declared even after undefining macros. */
1367 #undef HAVE_RAW_DECL_STRVERSCMP
1368
1369 /* Define to 1 if symlink is declared even after undefining macros. */
1370 #undef HAVE_RAW_DECL_SYMLINK
1371
1372 /* Define to 1 if symlinkat is declared even after undefining macros. */
1373 #undef HAVE_RAW_DECL_SYMLINKAT
1374
1375 /* Define to 1 if tanl is declared even after undefining macros. */
1376 #undef HAVE_RAW_DECL_TANL
1377
1378 /* Define to 1 if tmpfile is declared even after undefining macros. */
1379 #undef HAVE_RAW_DECL_TMPFILE
1380
1381 /* Define to 1 if towctrans is declared even after undefining macros. */
1382 #undef HAVE_RAW_DECL_TOWCTRANS
1383
1384 /* Define to 1 if trunc is declared even after undefining macros. */
1385 #undef HAVE_RAW_DECL_TRUNC
1386
1387 /* Define to 1 if truncf is declared even after undefining macros. */
1388 #undef HAVE_RAW_DECL_TRUNCF
1389
1390 /* Define to 1 if truncl is declared even after undefining macros. */
1391 #undef HAVE_RAW_DECL_TRUNCL
1392
1393 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1394 #undef HAVE_RAW_DECL_TTYNAME_R
1395
1396 /* Define to 1 if unlink is declared even after undefining macros. */
1397 #undef HAVE_RAW_DECL_UNLINK
1398
1399 /* Define to 1 if unlinkat is declared even after undefining macros. */
1400 #undef HAVE_RAW_DECL_UNLINKAT
1401
1402 /* Define to 1 if unlockpt is declared even after undefining macros. */
1403 #undef HAVE_RAW_DECL_UNLOCKPT
1404
1405 /* Define to 1 if unsetenv is declared even after undefining macros. */
1406 #undef HAVE_RAW_DECL_UNSETENV
1407
1408 /* Define to 1 if usleep is declared even after undefining macros. */
1409 #undef HAVE_RAW_DECL_USLEEP
1410
1411 /* Define to 1 if utimensat is declared even after undefining macros. */
1412 #undef HAVE_RAW_DECL_UTIMENSAT
1413
1414 /* Define to 1 if vdprintf is declared even after undefining macros. */
1415 #undef HAVE_RAW_DECL_VDPRINTF
1416
1417 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1418 #undef HAVE_RAW_DECL_VSNPRINTF
1419
1420 /* Define to 1 if waitpid is declared even after undefining macros. */
1421 #undef HAVE_RAW_DECL_WAITPID
1422
1423 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1424 #undef HAVE_RAW_DECL_WCPCPY
1425
1426 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1427 #undef HAVE_RAW_DECL_WCPNCPY
1428
1429 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1430 #undef HAVE_RAW_DECL_WCRTOMB
1431
1432 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1433 #undef HAVE_RAW_DECL_WCSCASECMP
1434
1435 /* Define to 1 if wcscat is declared even after undefining macros. */
1436 #undef HAVE_RAW_DECL_WCSCAT
1437
1438 /* Define to 1 if wcschr is declared even after undefining macros. */
1439 #undef HAVE_RAW_DECL_WCSCHR
1440
1441 /* Define to 1 if wcscmp is declared even after undefining macros. */
1442 #undef HAVE_RAW_DECL_WCSCMP
1443
1444 /* Define to 1 if wcscoll is declared even after undefining macros. */
1445 #undef HAVE_RAW_DECL_WCSCOLL
1446
1447 /* Define to 1 if wcscpy is declared even after undefining macros. */
1448 #undef HAVE_RAW_DECL_WCSCPY
1449
1450 /* Define to 1 if wcscspn is declared even after undefining macros. */
1451 #undef HAVE_RAW_DECL_WCSCSPN
1452
1453 /* Define to 1 if wcsdup is declared even after undefining macros. */
1454 #undef HAVE_RAW_DECL_WCSDUP
1455
1456 /* Define to 1 if wcslen is declared even after undefining macros. */
1457 #undef HAVE_RAW_DECL_WCSLEN
1458
1459 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1460 #undef HAVE_RAW_DECL_WCSNCASECMP
1461
1462 /* Define to 1 if wcsncat is declared even after undefining macros. */
1463 #undef HAVE_RAW_DECL_WCSNCAT
1464
1465 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1466 #undef HAVE_RAW_DECL_WCSNCMP
1467
1468 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1469 #undef HAVE_RAW_DECL_WCSNCPY
1470
1471 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1472 #undef HAVE_RAW_DECL_WCSNLEN
1473
1474 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1475 #undef HAVE_RAW_DECL_WCSNRTOMBS
1476
1477 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1478 #undef HAVE_RAW_DECL_WCSPBRK
1479
1480 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1481 #undef HAVE_RAW_DECL_WCSRCHR
1482
1483 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1484 #undef HAVE_RAW_DECL_WCSRTOMBS
1485
1486 /* Define to 1 if wcsspn is declared even after undefining macros. */
1487 #undef HAVE_RAW_DECL_WCSSPN
1488
1489 /* Define to 1 if wcsstr is declared even after undefining macros. */
1490 #undef HAVE_RAW_DECL_WCSSTR
1491
1492 /* Define to 1 if wcstok is declared even after undefining macros. */
1493 #undef HAVE_RAW_DECL_WCSTOK
1494
1495 /* Define to 1 if wcswidth is declared even after undefining macros. */
1496 #undef HAVE_RAW_DECL_WCSWIDTH
1497
1498 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1499 #undef HAVE_RAW_DECL_WCSXFRM
1500
1501 /* Define to 1 if wctob is declared even after undefining macros. */
1502 #undef HAVE_RAW_DECL_WCTOB
1503
1504 /* Define to 1 if wctrans is declared even after undefining macros. */
1505 #undef HAVE_RAW_DECL_WCTRANS
1506
1507 /* Define to 1 if wctype is declared even after undefining macros. */
1508 #undef HAVE_RAW_DECL_WCTYPE
1509
1510 /* Define to 1 if wcwidth is declared even after undefining macros. */
1511 #undef HAVE_RAW_DECL_WCWIDTH
1512
1513 /* Define to 1 if wmemchr is declared even after undefining macros. */
1514 #undef HAVE_RAW_DECL_WMEMCHR
1515
1516 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1517 #undef HAVE_RAW_DECL_WMEMCMP
1518
1519 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1520 #undef HAVE_RAW_DECL_WMEMCPY
1521
1522 /* Define to 1 if wmemmove is declared even after undefining macros. */
1523 #undef HAVE_RAW_DECL_WMEMMOVE
1524
1525 /* Define to 1 if wmemset is declared even after undefining macros. */
1526 #undef HAVE_RAW_DECL_WMEMSET
1527
1528 /* Define to 1 if _Exit is declared even after undefining macros. */
1529 #undef HAVE_RAW_DECL__EXIT
1530
1531 /* Define to 1 if you have the `readlink' function. */
1532 #undef HAVE_READLINK
1533
1534 /* Define to 1 if you have the `readlinkat' function. */
1535 #undef HAVE_READLINKAT
1536
1537 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1538    and to 0 otherwise. */
1539 #undef HAVE_REALLOC_GNU
1540
1541 /* Define if the 'realloc' function is POSIX compliant. */
1542 #undef HAVE_REALLOC_POSIX
1543
1544 /* Define to 1 if you have the `realpath' function. */
1545 #undef HAVE_REALPATH
1546
1547 /* Define to 1 if you have the `rpmatch' function. */
1548 #undef HAVE_RPMATCH
1549
1550 /* Define to 1 if you have the <search.h> header file. */
1551 #undef HAVE_SEARCH_H
1552
1553 /* Define to 1 if you have the <selinux/context.h> header file. */
1554 #undef HAVE_SELINUX_CONTEXT_H
1555
1556 /* Define to 1 if you have the <selinux/flask.h> header file. */
1557 #undef HAVE_SELINUX_FLASK_H
1558
1559 /* Define to 1 if you have the <selinux/selinux.h> header file. */
1560 #undef HAVE_SELINUX_SELINUX_H
1561
1562 /* Define to 1 if you have the `setenv' function. */
1563 #undef HAVE_SETENV
1564
1565 /* Define to 1 if you have the `setgroups' function. */
1566 #undef HAVE_SETGROUPS
1567
1568 /* Define to 1 if you have the `setlocale' function. */
1569 #undef HAVE_SETLOCALE
1570
1571 /* Define to 1 if you have the `setmntent' function. */
1572 #undef HAVE_SETMNTENT
1573
1574 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1575 #undef HAVE_SIGNED_SIG_ATOMIC_T
1576
1577 /* Define to 1 if 'wchar_t' is a signed integer type. */
1578 #undef HAVE_SIGNED_WCHAR_T
1579
1580 /* Define to 1 if 'wint_t' is a signed integer type. */
1581 #undef HAVE_SIGNED_WINT_T
1582
1583 /* Define to 1 if you have the `sleep' function. */
1584 #undef HAVE_SLEEP
1585
1586 /* Define to 1 if you have the `snprintf' function. */
1587 #undef HAVE_SNPRINTF
1588
1589 /* Define if the return value of the snprintf function is the number of of
1590    bytes (excluding the terminating NUL) that would have been produced if the
1591    buffer had been large enough. */
1592 #undef HAVE_SNPRINTF_RETVAL_C99
1593
1594 /* Define to 1 if you have the `statvfs' function. */
1595 #undef HAVE_STATVFS
1596
1597 /* Define to 1 if you have the <stddef.h> header file. */
1598 #undef HAVE_STDDEF_H
1599
1600 /* Define to 1 if you have the <stdint.h> header file. */
1601 #undef HAVE_STDINT_H
1602
1603 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1604    uintmax_t. */
1605 #undef HAVE_STDINT_H_WITH_UINTMAX
1606
1607 /* Define to 1 if you have the <stdio_ext.h> header file. */
1608 #undef HAVE_STDIO_EXT_H
1609
1610 /* Define to 1 if you have the <stdlib.h> header file. */
1611 #undef HAVE_STDLIB_H
1612
1613 /* Define to 1 if you have the `stpcpy' function. */
1614 #undef HAVE_STPCPY
1615
1616 /* Define to 1 if you have the `strcasecmp' function. */
1617 #undef HAVE_STRCASECMP
1618
1619 /* Define to 1 if you have the `strcasestr' function. */
1620 #undef HAVE_STRCASESTR
1621
1622 /* Define to 1 if you have the `strdup' function. */
1623 #undef HAVE_STRDUP
1624
1625 /* Define to 1 if you have the `strerror' function. */
1626 #undef HAVE_STRERROR
1627
1628 /* Define to 1 if you have the `strerror_r' function. */
1629 #undef HAVE_STRERROR_R
1630
1631 /* Define to 1 if you have the `strftime' function. */
1632 #undef HAVE_STRFTIME
1633
1634 /* Define to 1 if you have the <strings.h> header file. */
1635 #undef HAVE_STRINGS_H
1636
1637 /* Define to 1 if you have the <string.h> header file. */
1638 #undef HAVE_STRING_H
1639
1640 /* Define to 1 if you have the `strncasecmp' function. */
1641 #undef HAVE_STRNCASECMP
1642
1643 /* Define to 1 if you have the `strndup' function. */
1644 #undef HAVE_STRNDUP
1645
1646 /* Define to 1 if you have the `strnlen' function. */
1647 #undef HAVE_STRNLEN
1648
1649 /* Define to 1 if you have the `strspn' function. */
1650 #undef HAVE_STRSPN
1651
1652 /* Define to 1 if you have the `strstr' function. */
1653 #undef HAVE_STRSTR
1654
1655 /* Define to 1 if you have the `strtoimax' function. */
1656 #undef HAVE_STRTOIMAX
1657
1658 /* Define to 1 if you have the `strtol' function. */
1659 #undef HAVE_STRTOL
1660
1661 /* Define to 1 if you have the `strtoll' function. */
1662 #undef HAVE_STRTOLL
1663
1664 /* Define to 1 if you have the `strtoul' function. */
1665 #undef HAVE_STRTOUL
1666
1667 /* Define to 1 if you have the `strtoull' function. */
1668 #undef HAVE_STRTOULL
1669
1670 /* Define to 1 if you have the `strtoumax' function. */
1671 #undef HAVE_STRTOUMAX
1672
1673 /* Define if there is a member named d_type in the struct describing directory
1674    headers. */
1675 #undef HAVE_STRUCT_DIRENT_D_TYPE
1676
1677 /* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
1678 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
1679
1680 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
1681 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
1682
1683 /* Define to 1 if `f_type' is a member of `struct statfs'. */
1684 #undef HAVE_STRUCT_STATFS_F_TYPE
1685
1686 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1687 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1688
1689 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1690 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1691
1692 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1693 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1694
1695 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1696 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1697
1698 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1699 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1700
1701 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1702 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1703
1704 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1705 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1706
1707 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
1708 #undef HAVE_STRUCT_STAT_ST_BLOCKS
1709
1710 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
1711 #undef HAVE_STRUCT_STAT_ST_RDEV
1712
1713 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1714 #undef HAVE_STRUCT_TM_TM_ZONE
1715
1716 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1717    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1718 #undef HAVE_ST_BLOCKS
1719
1720 /* Define if struct stat has an st_dm_mode member. */
1721 #undef HAVE_ST_DM_MODE
1722
1723 /* Define to 1 if you have the `symlink' function. */
1724 #undef HAVE_SYMLINK
1725
1726 /* Define to 1 if you have the `symlinkat' function. */
1727 #undef HAVE_SYMLINKAT
1728
1729 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1730 #undef HAVE_SYS_BITYPES_H
1731
1732 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1733    */
1734 #undef HAVE_SYS_DIR_H
1735
1736 /* Define to 1 if you have the <sys/fs_types.h> header file. */
1737 #undef HAVE_SYS_FS_TYPES_H
1738
1739 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1740 #undef HAVE_SYS_INTTYPES_H
1741
1742 /* Define to 1 if you have the <sys/mkdev.h> header file. */
1743 #undef HAVE_SYS_MKDEV_H
1744
1745 /* Define to 1 if you have the <sys/mman.h> header file. */
1746 #undef HAVE_SYS_MMAN_H
1747
1748 /* Define to 1 if you have the <sys/mntent.h> header file. */
1749 #undef HAVE_SYS_MNTENT_H
1750
1751 /* Define to 1 if you have the <sys/mntio.h> header file. */
1752 #undef HAVE_SYS_MNTIO_H
1753
1754 /* Define to 1 if you have the <sys/mnttab.h> header file. */
1755 #undef HAVE_SYS_MNTTAB_H
1756
1757 /* Define to 1 if you have the <sys/mount.h> header file. */
1758 #undef HAVE_SYS_MOUNT_H
1759
1760 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1761    */
1762 #undef HAVE_SYS_NDIR_H
1763
1764 /* Define to 1 if you have the <sys/param.h> header file. */
1765 #undef HAVE_SYS_PARAM_H
1766
1767 /* Define to 1 if you have the <sys/resource.h> header file. */
1768 #undef HAVE_SYS_RESOURCE_H
1769
1770 /* Define to 1 if you have the <sys/socket.h> header file. */
1771 #undef HAVE_SYS_SOCKET_H
1772
1773 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1774 #undef HAVE_SYS_STATVFS_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/timeb.h> header file. */
1780 #undef HAVE_SYS_TIMEB_H
1781
1782 /* Define to 1 if you have the <sys/time.h> header file. */
1783 #undef HAVE_SYS_TIME_H
1784
1785 /* Define to 1 if you have the <sys/types.h> header file. */
1786 #undef HAVE_SYS_TYPES_H
1787
1788 /* Define to 1 if you have the <sys/ucred.h> header file. */
1789 #undef HAVE_SYS_UCRED_H
1790
1791 /* Define to 1 if you have the <sys/utsname.h> header file. */
1792 #undef HAVE_SYS_UTSNAME_H
1793
1794 /* Define to 1 if you have the <sys/vfs.h> header file. */
1795 #undef HAVE_SYS_VFS_H
1796
1797 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1798 #undef HAVE_SYS_WAIT_H
1799
1800 /* Define if struct tm has the tm_gmtoff member. */
1801 #undef HAVE_TM_GMTOFF
1802
1803 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1804    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1805 #undef HAVE_TM_ZONE
1806
1807 /* Define to 1 if you have the `tsearch' function. */
1808 #undef HAVE_TSEARCH
1809
1810 /* Define to 1 if you don't have `tm_zone' but do have the external array
1811    `tzname'. */
1812 #undef HAVE_TZNAME
1813
1814 /* Define to 1 if you have the `tzset' function. */
1815 #undef HAVE_TZSET
1816
1817 /* Define to 1 if you have the <unistd.h> header file. */
1818 #undef HAVE_UNISTD_H
1819
1820 /* Define to 1 if you have the `unlinkat' function. */
1821 #undef HAVE_UNLINKAT
1822
1823 /* Define to 1 if you have the `unsetenv' function. */
1824 #undef HAVE_UNSETENV
1825
1826 /* Define to 1 if the system has the type `unsigned long long int'. */
1827 #undef HAVE_UNSIGNED_LONG_LONG_INT
1828
1829 /* Define to 1 if you have the `uselocale' function. */
1830 #undef HAVE_USELOCALE
1831
1832 /* Define to 1 if you have the `usleep' function. */
1833 #undef HAVE_USLEEP
1834
1835 /* Define to 1 if you have the `vasnprintf' function. */
1836 #undef HAVE_VASNPRINTF
1837
1838 /* Define to 1 if you have the `vprintf' function. */
1839 #undef HAVE_VPRINTF
1840
1841 /* Define to 1 if you have the `waitpid' function. */
1842 #undef HAVE_WAITPID
1843
1844 /* Define to 1 if you have the <wchar.h> header file. */
1845 #undef HAVE_WCHAR_H
1846
1847 /* Define if you have the 'wchar_t' type. */
1848 #undef HAVE_WCHAR_T
1849
1850 /* Define to 1 if you have the `wcrtomb' function. */
1851 #undef HAVE_WCRTOMB
1852
1853 /* Define to 1 if you have the `wcscoll' function. */
1854 #undef HAVE_WCSCOLL
1855
1856 /* Define to 1 if you have the `wcslen' function. */
1857 #undef HAVE_WCSLEN
1858
1859 /* Define to 1 if you have the `wcsnlen' function. */
1860 #undef HAVE_WCSNLEN
1861
1862 /* Define to 1 if you have the `wctob' function. */
1863 #undef HAVE_WCTOB
1864
1865 /* Define to 1 if you have the <wctype.h> header file. */
1866 #undef HAVE_WCTYPE_H
1867
1868 /* Define to 1 if you have the `wcwidth' function. */
1869 #undef HAVE_WCWIDTH
1870
1871 /* Define to 1 if you have the <winsock2.h> header file. */
1872 #undef HAVE_WINSOCK2_H
1873
1874 /* Define if you have the 'wint_t' type. */
1875 #undef HAVE_WINT_T
1876
1877 /* Define to 1 if you have the `wmemchr' function. */
1878 #undef HAVE_WMEMCHR
1879
1880 /* Define to 1 if you have the `wmemcpy' function. */
1881 #undef HAVE_WMEMCPY
1882
1883 /* Define to 1 if you have the `wmempcpy' function. */
1884 #undef HAVE_WMEMPCPY
1885
1886 /* Define to 1 if O_NOATIME works. */
1887 #undef HAVE_WORKING_O_NOATIME
1888
1889 /* Define to 1 if O_NOFOLLOW works. */
1890 #undef HAVE_WORKING_O_NOFOLLOW
1891
1892 /* Define to 1 if you have the <xlocale.h> header file. */
1893 #undef HAVE_XLOCALE_H
1894
1895 /* Define to 1 if the system has the type `_Bool'. */
1896 #undef HAVE__BOOL
1897
1898 /* Define to 1 if you have the `_ftime' function. */
1899 #undef HAVE__FTIME
1900
1901 /* Define to 1 if you have the `__fpending' function. */
1902 #undef HAVE___FPENDING
1903
1904 /* Define to 1 if you have the `__fpurge' function. */
1905 #undef HAVE___FPURGE
1906
1907 /* Define to 1 if you have the `__freading' function. */
1908 #undef HAVE___FREADING
1909
1910 /* Define if you want to use the leaf optimisation (this can still be turned
1911    off with -noleaf) */
1912 #undef LEAF_OPTIMISATION
1913
1914 /* Define to 1 if lseek does not detect pipes. */
1915 #undef LSEEK_PIPE_BROKEN
1916
1917 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1918    slash. */
1919 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1920
1921 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1922    */
1923 #undef MAJOR_IN_MKDEV
1924
1925 /* Define to 1 if `major', `minor', and `makedev' are declared in
1926    <sysmacros.h>. */
1927 #undef MAJOR_IN_SYSMACROS
1928
1929 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1930 #undef MALLOC_0_IS_NONNULL
1931
1932 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1933 #undef MAP_ANONYMOUS
1934
1935 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1936 #undef MBRTOWC_NULL_ARG1_BUG
1937
1938 /* Define if the mbrtowc function has the NULL string argument bug. */
1939 #undef MBRTOWC_NULL_ARG2_BUG
1940
1941 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1942 #undef MBRTOWC_NUL_RETVAL_BUG
1943
1944 /* Define if the mbrtowc function returns a wrong return value. */
1945 #undef MBRTOWC_RETVAL_BUG
1946
1947 /* Define if there is no specific function for reading the list of mounted
1948    file systems. fread will be used to read /etc/mnttab. (SVR2) */
1949 #undef MOUNTED_FREAD
1950
1951 /* Define if (like SVR2) there is no specific function for reading the list of
1952    mounted file systems, and your system has these header files: <sys/fstyp.h>
1953    and <sys/statfs.h>. (SVR3) */
1954 #undef MOUNTED_FREAD_FSTYP
1955
1956 /* Define if there are functions named next_dev and fs_stat_dev for reading
1957    the list of mounted file systems. (BeOS) */
1958 #undef MOUNTED_FS_STAT_DEV
1959
1960 /* Define if there is a function named getfsstat for reading the list of
1961    mounted file systems. (DEC Alpha running OSF/1) */
1962 #undef MOUNTED_GETFSSTAT
1963
1964 /* Define if there is a function named getmnt for reading the list of mounted
1965    file systems. (Ultrix) */
1966 #undef MOUNTED_GETMNT
1967
1968 /* Define if there is a function named getmntent for reading the list of
1969    mounted file systems, and that function takes a single argument. (4.3BSD,
1970    SunOS, HP-UX, Dynix, Irix) */
1971 #undef MOUNTED_GETMNTENT1
1972
1973 /* Define if there is a function named getmntent for reading the list of
1974    mounted file systems, and that function takes two arguments. (SVR4) */
1975 #undef MOUNTED_GETMNTENT2
1976
1977 /* Define if there is a function named getmntinfo for reading the list of
1978    mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
1979    Darwin) */
1980 #undef MOUNTED_GETMNTINFO
1981
1982 /* Define if there is a function named getmntinfo for reading the list of
1983    mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
1984    3.0) */
1985 #undef MOUNTED_GETMNTINFO2
1986
1987 /* Define if we are on interix, and ought to use statvfs plus some special
1988    knowledge on where mounted filesystems can be found. (Interix) */
1989 #undef MOUNTED_INTERIX_STATVFS
1990
1991 /* Define if there is a function named listmntent that can be used to list all
1992    mounted file systems. (UNICOS) */
1993 #undef MOUNTED_LISTMNTENT
1994
1995 /* Define if there is a function named mntctl that can be used to read the
1996    list of mounted file systems, and there is a system header file that
1997    declares `struct vmount.' (AIX) */
1998 #undef MOUNTED_VMOUNT
1999
2000 /* Define to 1 if assertions should be disabled. */
2001 #undef NDEBUG
2002
2003 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
2004 #undef NO_MINUS_C_MINUS_O
2005
2006 /* Define to 1 if open() fails to recognize a trailing slash. */
2007 #undef OPEN_TRAILING_SLASH_BUG
2008
2009 /* Name of package */
2010 #undef PACKAGE
2011
2012 /* Define to the address where bug reports for this package should be sent. */
2013 #undef PACKAGE_BUGREPORT
2014
2015 /* Define to the full name of this package. */
2016 #undef PACKAGE_NAME
2017
2018 /* String identifying the packager of this software */
2019 #undef PACKAGE_PACKAGER
2020
2021 /* Packager info for bug reports (URL/e-mail/...) */
2022 #undef PACKAGE_PACKAGER_BUG_REPORTS
2023
2024 /* Packager-specific version information */
2025 #undef PACKAGE_PACKAGER_VERSION
2026
2027 /* Define to the full name and version of this package. */
2028 #undef PACKAGE_STRING
2029
2030 /* Define to the one symbol short name of this package. */
2031 #undef PACKAGE_TARNAME
2032
2033 /* Define to the home page for this package. */
2034 #undef PACKAGE_URL
2035
2036 /* Define to the version of this package. */
2037 #undef PACKAGE_VERSION
2038
2039 /* the number of pending output bytes on stream `fp' */
2040 #undef PENDING_OUTPUT_N_BYTES
2041
2042 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2043 #undef PRI_MACROS_BROKEN
2044
2045 /* Define to the type that is the result of default argument promotions of
2046    type mode_t. */
2047 #undef PROMOTED_MODE_T
2048
2049 /* Define to 1 if the C compiler supports function prototypes. */
2050 #undef PROTOTYPES
2051
2052 /* Define if the pthread_in_use() detection is hard. */
2053 #undef PTHREAD_IN_USE_DETECTION_HARD
2054
2055 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2056    'ptrdiff_t'. */
2057 #undef PTRDIFF_T_SUFFIX
2058
2059 /* Define to 1 if readlink fails to recognize a trailing slash. */
2060 #undef READLINK_TRAILING_SLASH_BUG
2061
2062 /* Define to 1 if gnulib's fchdir() replacement is used. */
2063 #undef REPLACE_FCHDIR
2064
2065 /* Define to 1 if stat needs help when passed a directory name with a trailing
2066    slash */
2067 #undef REPLACE_FUNC_STAT_DIR
2068
2069 /* Define to 1 if stat needs help when passed a file name with a trailing
2070    slash */
2071 #undef REPLACE_FUNC_STAT_FILE
2072
2073 /* Define if nl_langinfo exists but is overridden by gnulib. */
2074 #undef REPLACE_NL_LANGINFO
2075
2076 /* Define to 1 if open() should work around the inability to open a directory.
2077    */
2078 #undef REPLACE_OPEN_DIRECTORY
2079
2080 /* Define this to 1 if strerror is broken. */
2081 #undef REPLACE_STRERROR
2082
2083 /* Define if vasnprintf exists but is overridden by gnulib. */
2084 #undef REPLACE_VASNPRINTF
2085
2086 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2087    'sig_atomic_t'. */
2088 #undef SIG_ATOMIC_T_SUFFIX
2089
2090 /* Define as the maximum value of type 'size_t', if the system doesn't define
2091    it. */
2092 #ifndef SIZE_MAX
2093 # undef SIZE_MAX
2094 #endif
2095
2096 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2097    'size_t'. */
2098 #undef SIZE_T_SUFFIX
2099
2100 /* If using the C implementation of alloca, define if you know the
2101    direction of stack growth for your system; otherwise it will be
2102    automatically deduced at runtime.
2103         STACK_DIRECTION > 0 => grows toward higher addresses
2104         STACK_DIRECTION < 0 => grows toward lower addresses
2105         STACK_DIRECTION = 0 => direction of growth unknown */
2106 #undef STACK_DIRECTION
2107
2108 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2109 #undef STAT_MACROS_BROKEN
2110
2111 /* Define to 1 if you have the ANSI C header files. */
2112 #undef STDC_HEADERS
2113
2114 /* Define to 1 if strerror_r returns char *. */
2115 #undef STRERROR_R_CHAR_P
2116
2117 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
2118 #undef TIME_T_FITS_IN_LONG_INT
2119
2120 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2121 #undef TM_IN_SYS_TIME
2122
2123 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2124    timespec. */
2125 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2126
2127 /* Define to 1 if unlink (dir) cannot possibly succeed. */
2128 #undef UNLINK_CANNOT_UNLINK_DIR
2129
2130 /* Define to 1 if unlink() on a parent directory may succeed */
2131 #undef UNLINK_PARENT_BUG
2132
2133 /* Define if the POSIX multithreading library can be used. */
2134 #undef USE_POSIX_THREADS
2135
2136 /* Define if references to the POSIX multithreading library should be made
2137    weak. */
2138 #undef USE_POSIX_THREADS_WEAK
2139
2140 /* Define if the GNU Pth multithreading library can be used. */
2141 #undef USE_PTH_THREADS
2142
2143 /* Define if references to the GNU Pth multithreading library should be made
2144    weak. */
2145 #undef USE_PTH_THREADS_WEAK
2146
2147 /* Define if the old Solaris multithreading library can be used. */
2148 #undef USE_SOLARIS_THREADS
2149
2150 /* Define if references to the old Solaris multithreading library should be
2151    made weak. */
2152 #undef USE_SOLARIS_THREADS_WEAK
2153
2154 /* Define if the Win32 multithreading API can be used. */
2155 #undef USE_WIN32_THREADS
2156
2157 /* Version number of package */
2158 #undef VERSION
2159
2160 /* Define to 1 if unsetenv returns void instead of int. */
2161 #undef VOID_UNSETENV
2162
2163 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2164    'wchar_t'. */
2165 #undef WCHAR_T_SUFFIX
2166
2167 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2168    'wint_t'. */
2169 #undef WINT_T_SUFFIX
2170
2171 /* Define if you want to use fts() to do the filesystem search. */
2172 #undef WITH_FTS
2173
2174 /* Number of bits in a file offset, on hosts where this is settable. */
2175 #undef _FILE_OFFSET_BITS
2176
2177 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2178 #undef _LARGEFILE_SOURCE
2179
2180 /* Define for large files, on AIX-style hosts. */
2181 #undef _LARGE_FILES
2182
2183 /* Define to 1 if on MINIX. */
2184 #undef _MINIX
2185
2186 /* Define to 2 if the system does not provide POSIX.1 features except with
2187    this defined. */
2188 #undef _POSIX_1_SOURCE
2189
2190 /* Define to 1 if you need to in order for `stat' and other things to work. */
2191 #undef _POSIX_SOURCE
2192
2193 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2194 #undef _REGEX_LARGE_OFFSETS
2195
2196 /* Define to 500 only on HP-UX. */
2197 #undef _XOPEN_SOURCE
2198
2199 /* Enable extensions on AIX 3, Interix.  */
2200 #ifndef _ALL_SOURCE
2201 # undef _ALL_SOURCE
2202 #endif
2203 /* Enable GNU extensions on systems that have them.  */
2204 #ifndef _GNU_SOURCE
2205 # undef _GNU_SOURCE
2206 #endif
2207 /* Enable threading extensions on Solaris.  */
2208 #ifndef _POSIX_PTHREAD_SEMANTICS
2209 # undef _POSIX_PTHREAD_SEMANTICS
2210 #endif
2211 /* Enable extensions on HP NonStop.  */
2212 #ifndef _TANDEM_SOURCE
2213 # undef _TANDEM_SOURCE
2214 #endif
2215 /* Enable general extensions on Solaris.  */
2216 #ifndef __EXTENSIONS__
2217 # undef __EXTENSIONS__
2218 #endif
2219
2220
2221 /* Define to rpl_ if the getopt replacement functions and variables should be
2222    used. */
2223 #undef __GETOPT_PREFIX
2224
2225 /* Define like PROTOTYPES; this can be used by system headers. */
2226 #undef __PROTOTYPES
2227
2228 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
2229    <inttypes.h> relies on them.  */
2230 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
2231 # define __STDC_LIMIT_MACROS 1
2232 #endif
2233
2234
2235 /* Define to `unsigned long' if <sys/types.h> does not define. */
2236 #undef dev_t
2237
2238 /* Always use our fgetfilecon wrapper. */
2239 #undef fgetfilecon
2240
2241 /* Define to a replacement function name for fnmatch(). */
2242 #undef fnmatch
2243
2244 /* Always use our getfilecon wrapper. */
2245 #undef getfilecon
2246
2247 /* Define to `int' if <sys/types.h> doesn't define. */
2248 #undef gid_t
2249
2250 /* A replacement for va_copy, if needed.  */
2251 #define gl_va_copy(a,b) ((a) = (b))
2252
2253 /* Define to rpl_gmtime if the replacement function should be used. */
2254 #undef gmtime
2255
2256 /* Define to `__inline__' or `__inline' if that's what the C compiler
2257    calls it, or to nothing if 'inline' is not supported under any name.  */
2258 #ifndef __cplusplus
2259 #undef inline
2260 #endif
2261
2262 /* Define to `unsigned long' if <sys/types.h> does not define. */
2263 #undef ino_t
2264
2265 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2266 #undef intmax_t
2267
2268 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2269    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2270    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2271    __APPLE__ && __MACH__ test for MacOS X.
2272    __APPLE_CC__ tests for the Apple compiler and its version.
2273    __STDC_VERSION__ tests for the C99 mode.  */
2274 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2275 # define __GNUC_STDC_INLINE__ 1
2276 #endif
2277
2278 /* Always use our lgetfilecon wrapper. */
2279 #undef lgetfilecon
2280
2281 /* Define to rpl_localtime if the replacement function should be used. */
2282 #undef localtime
2283
2284 /* Define to a type if <wchar.h> does not define. */
2285 #undef mbstate_t
2286
2287 /* Define to `int' if <sys/types.h> does not define. */
2288 #undef mode_t
2289
2290 /* Define to the name of the strftime replacement function. */
2291 #undef my_strftime
2292
2293 /* Define to the type of st_nlink in struct stat, or a supertype. */
2294 #undef nlink_t
2295
2296 /* Define to `long int' if <sys/types.h> does not define. */
2297 #undef off_t
2298
2299 /* Define to `int' if <sys/types.h> does not define. */
2300 #undef pid_t
2301
2302 /* Define as the type of the result of subtracting two pointers, if the system
2303    doesn't define it. */
2304 #undef ptrdiff_t
2305
2306 /* Define to rpl_re_comp if the replacement should be used. */
2307 #undef re_comp
2308
2309 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2310 #undef re_compile_fastmap
2311
2312 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2313 #undef re_compile_pattern
2314
2315 /* Define to rpl_re_exec if the replacement should be used. */
2316 #undef re_exec
2317
2318 /* Define to rpl_re_match if the replacement should be used. */
2319 #undef re_match
2320
2321 /* Define to rpl_re_match_2 if the replacement should be used. */
2322 #undef re_match_2
2323
2324 /* Define to rpl_re_search if the replacement should be used. */
2325 #undef re_search
2326
2327 /* Define to rpl_re_search_2 if the replacement should be used. */
2328 #undef re_search_2
2329
2330 /* Define to rpl_re_set_registers if the replacement should be used. */
2331 #undef re_set_registers
2332
2333 /* Define to rpl_re_set_syntax if the replacement should be used. */
2334 #undef re_set_syntax
2335
2336 /* Define to rpl_re_syntax_options if the replacement should be used. */
2337 #undef re_syntax_options
2338
2339 /* Define to rpl_regcomp if the replacement should be used. */
2340 #undef regcomp
2341
2342 /* Define to rpl_regerror if the replacement should be used. */
2343 #undef regerror
2344
2345 /* Define to rpl_regexec if the replacement should be used. */
2346 #undef regexec
2347
2348 /* Define to rpl_regfree if the replacement should be used. */
2349 #undef regfree
2350
2351 /* Define to the equivalent of the C99 'restrict' keyword, or to
2352    nothing if this is not supported.  Do not define if restrict is
2353    supported directly.  */
2354 #undef restrict
2355 /* Work around a bug in Sun C++: it does not support _Restrict or
2356    __restrict__, even though the corresponding Sun C compiler ends up with
2357    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2358    previous line.  Perhaps some future version of Sun C++ will work with
2359    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2360 #if defined __SUNPRO_CC && !defined __RESTRICT
2361 # define _Restrict
2362 # define __restrict__
2363 #endif
2364
2365 /* Define to `unsigned int' if <sys/types.h> does not define. */
2366 #undef size_t
2367
2368 /* Define to `int' if <sys/types.h> does not define. */
2369 #undef ssize_t
2370
2371 /* Define to `int' if <sys/types.h> doesn't define. */
2372 #undef uid_t
2373
2374 /* Define as a marker that can be attached to declarations that might not
2375     be used.  This helps to reduce warnings, such as from
2376     GCC -Wunused-parameter.  */
2377 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2378 # define _GL_UNUSED __attribute__ ((__unused__))
2379 #else
2380 # define _GL_UNUSED
2381 #endif
2382 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2383    is a misnomer outside of parameter lists.  */
2384 #define _UNUSED_PARAMETER_ _GL_UNUSED
2385
2386
2387 /* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
2388 #undef useconds_t
2389
2390 /* Define as a macro for copying va_list variables. */
2391 #undef va_copy