(__restrict): Define to `restrict' or to nothing.
[coreutils.git] / config.hin
blob25c383526c2b33d098b0432a0c94c5bbb6f9b51d
1 /* config.hin.  Generated from configure.ac by autoheader.  */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define to the function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
12 /* Define to 1 if the `closedir' function returns void instead of `int'. */
13 #undef CLOSEDIR_VOID
15 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16    systems. This function is required for `alloca.c' support on those systems.
17    */
18 #undef CRAY_STACKSEG_END
20 /* Define to 1 if using `alloca.c'. */
21 #undef C_ALLOCA
23 /* Define to 1 if using `getloadavg.c'. */
24 #undef C_GETLOADAVG
26 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
27 #undef DGUX
29 /* the name of the file descriptor member of DIR */
30 #undef DIR_FD_MEMBER_NAME
32 #ifdef DIR_FD_MEMBER_NAME
33 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
34 #else
35 # define DIR_TO_FD(Dir_p) -1
36 #endif
38     
40 /* Define if there is a member named d_ino in the struct describing directory
41    headers. */
42 #undef D_INO_IN_DIRENT
44 /* Define to 1 if translation of program messages to the user's native
45    language is requested. */
46 #undef ENABLE_NLS
48 /* Define on systems for which file names may have a so-called `drive letter'
49    prefix, define this to compute the length of that prefix, including the
50    colon. */
51 #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
53 /* Define if the backslash character may also serve as a file name component
54    separator. */
55 #undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
57 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
58 # define FILESYSTEM_PREFIX_LEN(Filename) \
59   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
60 #else
61 # define FILESYSTEM_PREFIX_LEN(Filename) 0
62 #endif
64 /* Define to the type of elements in the array set by `getgroups'. Usually
65    this is either `int' or `gid_t'. */
66 #undef GETGROUPS_T
68 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
69    */
70 #undef GETLOADAVG_PRIVILEGED
72 /* Define if gettimeofday clobbers localtime's static buffer. */
73 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
75 /* The concatenation of the strings `GNU ', and PACKAGE. */
76 #undef GNU_PACKAGE
78 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
79 #undef GWINSZ_IN_SYS_IOCTL
81 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
82 #undef GWINSZ_IN_SYS_PTY
84 /* Define to 1 if you have the `acl' function. */
85 #undef HAVE_ACL
87 /* Define to 1 if you have the `alarm' function. */
88 #undef HAVE_ALARM
90 /* Define to 1 if you have `alloca', as a function or macro. */
91 #undef HAVE_ALLOCA
93 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
94    */
95 #undef HAVE_ALLOCA_H
97 /* Define to 1 if you have the <arpa/inet.h> header file. */
98 #undef HAVE_ARPA_INET_H
100 /* Define to 1 if you have the `atexit' function. */
101 #undef HAVE_ATEXIT
103 /* Define to 1 if you have the `bcopy' function. */
104 #undef HAVE_BCOPY
106 /* Define to 1 if you have the <bp-sym.h> header file. */
107 #undef HAVE_BP_SYM_H
109 /* Define to 1 if you have the `btowc' function. */
110 #undef HAVE_BTOWC
112 /* Define to 1 if you have the `chroot' function. */
113 #undef HAVE_CHROOT
115 /* Define to 1 if you have the `chsize' function. */
116 #undef HAVE_CHSIZE
118 /* Define to 1 if you have the `clock_gettime' function. */
119 #undef HAVE_CLOCK_GETTIME
121 /* Define to 1 if you have the `clock_settime' function. */
122 #undef HAVE_CLOCK_SETTIME
124 /* Define if backslash-a works in C strings. */
125 #undef HAVE_C_BACKSLASH_A
127 /* FIXME */
128 #undef HAVE_C_LINE
130 /* Define if the GNU dcgettext() function is already present or preinstalled.
131    */
132 #undef HAVE_DCGETTEXT
134 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
135    you don't. */
136 #undef HAVE_DECL_CLEARERR_UNLOCKED
138 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
139    */
140 #undef HAVE_DECL_DIRFD
142 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
143    don't. */
144 #undef HAVE_DECL_FEOF_UNLOCKED
146 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
147    you don't. */
148 #undef HAVE_DECL_FERROR_UNLOCKED
150 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
151    you don't. */
152 #undef HAVE_DECL_FFLUSH_UNLOCKED
154 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
155    you don't. */
156 #undef HAVE_DECL_FGETS_UNLOCKED
158 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
159    you don't. */
160 #undef HAVE_DECL_FPUTC_UNLOCKED
162 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
163    you don't. */
164 #undef HAVE_DECL_FPUTS_UNLOCKED
166 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
167    you don't. */
168 #undef HAVE_DECL_FREAD_UNLOCKED
170 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
171    */
172 #undef HAVE_DECL_FREE
174 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
175    you don't. */
176 #undef HAVE_DECL_FWRITE_UNLOCKED
178 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
179    you don't. */
180 #undef HAVE_DECL_GETCHAR_UNLOCKED
182 /* Define to 1 if you have the declaration of `getcontext', and to 0 if you
183    don't. */
184 #undef HAVE_DECL_GETCONTEXT
186 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
187    don't. */
188 #undef HAVE_DECL_GETC_UNLOCKED
190 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
191    */
192 #undef HAVE_DECL_GETENV
194 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
195    don't. */
196 #undef HAVE_DECL_GETEUID
198 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
199    don't. */
200 #undef HAVE_DECL_GETGRGID
202 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
203    don't. */
204 #undef HAVE_DECL_GETLOGIN
206 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
207    don't. */
208 #undef HAVE_DECL_GETPWUID
210 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
211    */
212 #undef HAVE_DECL_GETUID
214 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
215    don't. */
216 #undef HAVE_DECL_GETUTENT
218 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
219    */
220 #undef HAVE_DECL_LSEEK
222 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
223    */
224 #undef HAVE_DECL_MALLOC
226 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
227    */
228 #undef HAVE_DECL_MEMCHR
230 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
231    don't. */
232 #undef HAVE_DECL_MEMRCHR
234 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
235    don't. */
236 #undef HAVE_DECL_NANOSLEEP
238 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
239    you don't. */
240 #undef HAVE_DECL_PUTCHAR_UNLOCKED
242 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
243    don't. */
244 #undef HAVE_DECL_PUTC_UNLOCKED
246 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
247    don't. */
248 #undef HAVE_DECL_REALLOC
250 /* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
251    don't. */
252 #undef HAVE_DECL_SIGALTSTACK
254 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
255    */
256 #undef HAVE_DECL_STPCPY
258 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
259    don't. */
260 #undef HAVE_DECL_STRERROR
262 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
263    don't. */
264 #undef HAVE_DECL_STRERROR_R
266 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
267    don't. */
268 #undef HAVE_DECL_STRNDUP
270 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
271    don't. */
272 #undef HAVE_DECL_STRNLEN
274 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
275    don't. */
276 #undef HAVE_DECL_STRSIGNAL
278 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
279    */
280 #undef HAVE_DECL_STRSTR
282 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
283    don't. */
284 #undef HAVE_DECL_STRTOIMAX
286 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
287    */
288 #undef HAVE_DECL_STRTOL
290 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
291    don't. */
292 #undef HAVE_DECL_STRTOLL
294 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
295    don't. */
296 #undef HAVE_DECL_STRTOUL
298 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
299    don't. */
300 #undef HAVE_DECL_STRTOULL
302 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
303    don't. */
304 #undef HAVE_DECL_STRTOUMAX
306 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
307    don't. */
308 #undef HAVE_DECL_SYS_SIGLIST
310 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
311    don't. */
312 #undef HAVE_DECL_TTYNAME
314 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
315    */
316 #undef HAVE_DECL_WCWIDTH
318 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
319    don't. */
320 #undef HAVE_DECL__SYS_SIGLIST
322 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
323    don't. */
324 #undef HAVE_DECL___FPENDING
326 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
327    */
328 #undef HAVE_DIRENT_H
330 /* Define to 1 if you have the `dirfd' function. */
331 #undef HAVE_DIRFD
333 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
334 #undef HAVE_DOPRNT
336 /* Define to 1 if you have the `dup2' function. */
337 #undef HAVE_DUP2
339 /* Define to 1 if you have the `endgrent' function. */
340 #undef HAVE_ENDGRENT
342 /* Define to 1 if you have the `endpwent' function. */
343 #undef HAVE_ENDPWENT
345 /* Define to 1 if you have the <errno.h> header file. */
346 #undef HAVE_ERRNO_H
348 /* Define to 1 if you have the `euidaccess' function. */
349 #undef HAVE_EUIDACCESS
351 /* Define to 1 if you have the `fchdir' function. */
352 #undef HAVE_FCHDIR
354 /* Define to 1 if you have the <fcntl.h> header file. */
355 #undef HAVE_FCNTL_H
357 /* Define to 1 if you have the `fdatasync' function. */
358 #undef HAVE_FDATASYNC
360 /* Define to 1 if you have the `fesetround' function. */
361 #undef HAVE_FESETROUND
363 /* Define to 1 if you have the <float.h> header file. */
364 #undef HAVE_FLOAT_H
366 /* Define to 1 if you have the `floor' function. */
367 #undef HAVE_FLOOR
369 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
370 #undef HAVE_FSEEKO
372 /* Define to 1 if you have the <fs_info.h> header file. */
373 #undef HAVE_FS_INFO_H
375 /* Define to 1 if you have the `fs_stat_dev' function. */
376 #undef HAVE_FS_STAT_DEV
378 /* Define to 1 if you have the `ftime' function. */
379 #undef HAVE_FTIME
381 /* Define to 1 if you have the `ftruncate' function. */
382 #undef HAVE_FTRUNCATE
384 /* Define if struct statfs has the f_fstypename member. */
385 #undef HAVE_F_FSTYPENAME_IN_STATFS
387 /* Define to 1 if you have the `getcontext' function. */
388 #undef HAVE_GETCONTEXT
390 /* Define to 1 if you have the `getcwd' function. */
391 #undef HAVE_GETCWD
393 /* Define if getcwd (NULL, 0) allocates memory for result. */
394 #undef HAVE_GETCWD_NULL
396 /* Define to 1 if you have the `getdelim' function. */
397 #undef HAVE_GETDELIM
399 /* Define to 1 if your system has a working `getgroups' function. */
400 #undef HAVE_GETGROUPS
402 /* Define to 1 if you have the `gethostbyaddr' function. */
403 #undef HAVE_GETHOSTBYADDR
405 /* Define to 1 if you have the `gethostbyname' function. */
406 #undef HAVE_GETHOSTBYNAME
408 /* Define to 1 if you have the `gethostid' function. */
409 #undef HAVE_GETHOSTID
411 /* Define to 1 if you have the `gethostname' function. */
412 #undef HAVE_GETHOSTNAME
414 /* Define to 1 if you have the `gethrtime' function. */
415 #undef HAVE_GETHRTIME
417 /* Define to 1 if you have the `getloadavg' function. */
418 #undef HAVE_GETLOADAVG
420 /* Define to 1 if you have the `getmntent' function. */
421 #undef HAVE_GETMNTENT
423 /* Define to 1 if you have the `getmntinfo' function. */
424 #undef HAVE_GETMNTINFO
426 /* Define to 1 if you have the `getpagesize' function. */
427 #undef HAVE_GETPAGESIZE
429 /* Define to 1 if you have the `getpass' function. */
430 #undef HAVE_GETPASS
432 /* Define to 1 if you have the `getspnam' function. */
433 #undef HAVE_GETSPNAM
435 /* Define if the GNU gettext() function is already present or preinstalled. */
436 #undef HAVE_GETTEXT
438 /* Define to 1 if you have the `gettimeofday' function. */
439 #undef HAVE_GETTIMEOFDAY
441 /* Define to 1 if you have the `getusershell' function. */
442 #undef HAVE_GETUSERSHELL
444 /* Define to 1 if you have the <grp.h> header file. */
445 #undef HAVE_GRP_H
447 /* Define to 1 if you have the `hasmntopt' function. */
448 #undef HAVE_HASMNTOPT
450 /* Define to 1 if you have the <hurd.h> header file. */
451 #undef HAVE_HURD_H
453 /* Define if you have the iconv() function. */
454 #undef HAVE_ICONV
456 /* Define to 1 if you have the `inet_ntoa' function. */
457 #undef HAVE_INET_NTOA
459 /* Define to 1 if you have the `initgroups' function. */
460 #undef HAVE_INITGROUPS
462 /* Define to 1 if you have the <inttypes.h> header file. */
463 #undef HAVE_INTTYPES_H
465 /* Define to 1 if you have the `isascii' function. */
466 #undef HAVE_ISASCII
468 /* Define to 1 if you have the `iswcntrl' function. */
469 #undef HAVE_ISWCNTRL
471 /* Define to 1 if you have the `iswprint' function. */
472 #undef HAVE_ISWPRINT
474 /* Define to 1 if you have the `iswspace' function. */
475 #undef HAVE_ISWSPACE
477 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
478 #undef HAVE_LANGINFO_CODESET
480 /* Define to 1 if you have the `lchown' function. */
481 #undef HAVE_LCHOWN
483 /* Define to 1 if you have the `dgc' library (-ldgc). */
484 #undef HAVE_LIBDGC
486 /* Define to 1 if you have the <libintl.h> header file. */
487 #undef HAVE_LIBINTL_H
489 /* Define to 1 if you have the `kstat' library (-lkstat). */
490 #undef HAVE_LIBKSTAT
492 /* Define to 1 if you have the `ldgc' library (-lldgc). */
493 #undef HAVE_LIBLDGC
495 /* Define to 1 if you have the `os' library (-los). */
496 #undef HAVE_LIBOS
498 /* Define to 1 if you have the `ypsec' library (-lypsec). */
499 #undef HAVE_LIBYPSEC
501 /* Define to 1 if you have the <limits.h> header file. */
502 #undef HAVE_LIMITS_H
504 /* Define to 1 if you have the `listmntent' function. */
505 #undef HAVE_LISTMNTENT
507 /* Define to 1 if you have the `localeconv' function. */
508 #undef HAVE_LOCALECONV
510 /* Define to 1 if you have the <locale.h> header file. */
511 #undef HAVE_LOCALE_H
513 /* Define to 1 if you have the `localtime_r' function. */
514 #undef HAVE_LOCALTIME_R
516 /* Define to 1 if long double works and has more range or precision than
517    double. */
518 #undef HAVE_LONG_DOUBLE
520 /* Define to 1 if you support file names longer than 14 characters. */
521 #undef HAVE_LONG_FILE_NAMES
523 /* Define if you have the long long type. */
524 #undef HAVE_LONG_LONG
526 /* Define if lstat has the bug that it succeeds when given the zero-length
527    file name argument. The lstat from SunOS4.1.4 and the Hurd as of
528    1998-11-01) do this. */
529 #undef HAVE_LSTAT_EMPTY_STRING_BUG
531 /* Define to 1 if you have the <mach/mach.h> header file. */
532 #undef HAVE_MACH_MACH_H
534 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
535    to 0 otherwise. */
536 #undef HAVE_MALLOC
538 /* Define to 1 if you have the `mblen' function. */
539 #undef HAVE_MBLEN
541 /* Define to 1 if you have the `mbrlen' function. */
542 #undef HAVE_MBRLEN
544 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
545 #undef HAVE_MBRTOWC
547 /* Define to 1 if you have the `mbsinit' function. */
548 #undef HAVE_MBSINIT
550 /* Define to 1 if you have the `mbsrtowcs' function. */
551 #undef HAVE_MBSRTOWCS
553 /* Define to 1 if <wchar.h> declares mbstate_t. */
554 #undef HAVE_MBSTATE_T
556 /* Define to 1 if you have the `memchr' function. */
557 #undef HAVE_MEMCHR
559 /* Define to 1 if you have the `memcmp' function. */
560 #undef HAVE_MEMCMP
562 /* Define to 1 if you have the `memcpy' function. */
563 #undef HAVE_MEMCPY
565 /* Define to 1 if you have the `memmove' function. */
566 #undef HAVE_MEMMOVE
568 /* Define to 1 if you have the <memory.h> header file. */
569 #undef HAVE_MEMORY_H
571 /* Define to 1 if you have the `mempcpy' function. */
572 #undef HAVE_MEMPCPY
574 /* Define to 1 if you have the `memrchr' function. */
575 #undef HAVE_MEMRCHR
577 /* Define to 1 if you have the `memset' function. */
578 #undef HAVE_MEMSET
580 /* Define to 1 if you have the `mkfifo' function. */
581 #undef HAVE_MKFIFO
583 /* Define to 1 if you have the `mkstemp' function. */
584 #undef HAVE_MKSTEMP
586 /* Define to 1 if you have the <mntent.h> header file. */
587 #undef HAVE_MNTENT_H
589 /* Define to 1 if you have the <mnttab.h> header file. */
590 #undef HAVE_MNTTAB_H
592 /* Define to 1 if you have the `modf' function. */
593 #undef HAVE_MODF
595 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
596 #undef HAVE_NDIR_H
598 /* Define to 1 if you have the <netdb.h> header file. */
599 #undef HAVE_NETDB_H
601 /* Define to 1 if you have the <netinet/in.h> header file. */
602 #undef HAVE_NETINET_IN_H
604 /* Define to 1 if you have the `next_dev' function. */
605 #undef HAVE_NEXT_DEV
607 /* Define to 1 if you have the <nlist.h> header file. */
608 #undef HAVE_NLIST_H
610 /* Define to 1 if libc includes obstacks. */
611 #undef HAVE_OBSTACK
613 /* Define to 1 if you have the <OS.h> header file. */
614 #undef HAVE_OS_H
616 /* Define to 1 if you have the `pathconf' function. */
617 #undef HAVE_PATHCONF
619 /* Define to 1 if you have the <paths.h> header file. */
620 #undef HAVE_PATHS_H
622 /* Define if your system has the /proc/uptime special file. */
623 #undef HAVE_PROC_UPTIME
625 /* Define to 1 if you have the `pstat_getdynamic' function. */
626 #undef HAVE_PSTAT_GETDYNAMIC
628 /* Define to 1 if you have the `pstat_getstatic' function. */
629 #undef HAVE_PSTAT_GETSTATIC
631 /* Define to 1 if you have the <pwd.h> header file. */
632 #undef HAVE_PWD_H
634 /* Define to 1 if you have the `raise' function. */
635 #undef HAVE_RAISE
637 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
638    and to 0 otherwise. */
639 #undef HAVE_REALLOC
641 /* Define to 1 if you have the `realpath' function. */
642 #undef HAVE_REALPATH
644 /* Define to 1 if you have the `resolvepath' function. */
645 #undef HAVE_RESOLVEPATH
647 /* Define to 1 if you have the `rint' function. */
648 #undef HAVE_RINT
650 /* Define to 1 if you have the `rmdir' function. */
651 #undef HAVE_RMDIR
653 /* Define to 1 if you have the `rpmatch' function. */
654 #undef HAVE_RPMATCH
656 /* Define to 1 if you have the `sethostname' function. */
657 #undef HAVE_SETHOSTNAME
659 /* Define to 1 if you have the `setlocale' function. */
660 #undef HAVE_SETLOCALE
662 /* Define to 1 if you have the <shadow.h> header file. */
663 #undef HAVE_SHADOW_H
665 /* Define to 1 if you have the `sig2str' function. */
666 #undef HAVE_SIG2STR
668 /* Define to 1 if you have the `sigaltstack' function. */
669 #undef HAVE_SIGALTSTACK
671 /* Define to 1 if you have the `sqrt' function. */
672 #undef HAVE_SQRT
674 /* Define to 1 if the system has the type `stack_t'. */
675 #undef HAVE_STACK_T
677 /* Define to 1 if you have the `statvfs' function. */
678 #undef HAVE_STATVFS
680 /* Define if stat has the bug that it succeeds when given the zero-length file
681    name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
682    this. */
683 #undef HAVE_STAT_EMPTY_STRING_BUG
685 /* Define to 1 if stdbool.h conforms to C99. */
686 #undef HAVE_STDBOOL_H
688 /* Define to 1 if you have the <stddef.h> header file. */
689 #undef HAVE_STDDEF_H
691 /* Define to 1 if you have the <stdint.h> header file. */
692 #undef HAVE_STDINT_H
694 /* Define to 1 if you have the <stdio_ext.h> header file. */
695 #undef HAVE_STDIO_EXT_H
697 /* Define to 1 if you have the <stdlib.h> header file. */
698 #undef HAVE_STDLIB_H
700 /* Define to 1 if you have the `stpcpy' function. */
701 #undef HAVE_STPCPY
703 /* Define to 1 if you have the `strcasecmp' function. */
704 #undef HAVE_STRCASECMP
706 /* Define to 1 if you have the `strchr' function. */
707 #undef HAVE_STRCHR
709 /* Define to 1 if you have the `strcspn' function. */
710 #undef HAVE_STRCSPN
712 /* Define to 1 if you have the `strdup' function. */
713 #undef HAVE_STRDUP
715 /* Define to 1 if you have the `strerror' function. */
716 #undef HAVE_STRERROR
718 /* Define to 1 if you have the `strerror_r' function. */
719 #undef HAVE_STRERROR_R
721 /* Define to 1 if you have the `strftime' function. */
722 #undef HAVE_STRFTIME
724 /* Define to 1 if you have the <strings.h> header file. */
725 #undef HAVE_STRINGS_H
727 /* Define to 1 if you have the <string.h> header file. */
728 #undef HAVE_STRING_H
730 /* Define to 1 if you have the `strncasecmp' function. */
731 #undef HAVE_STRNCASECMP
733 /* Define to 1 if you have the `strndup' function. */
734 #undef HAVE_STRNDUP
736 /* Define to 1 if you have the `strpbrk' function. */
737 #undef HAVE_STRPBRK
739 /* Define to 1 if you have the `strrchr' function. */
740 #undef HAVE_STRRCHR
742 /* Define to 1 if you have the `strstr' function. */
743 #undef HAVE_STRSTR
745 /* Define to 1 if you have the `strtoimax' function. */
746 #undef HAVE_STRTOIMAX
748 /* Define to 1 if you have the `strtol' function. */
749 #undef HAVE_STRTOL
751 /* Define to 1 if you have the `strtoll' function. */
752 #undef HAVE_STRTOLL
754 /* Define to 1 if you have the `strtoul' function. */
755 #undef HAVE_STRTOUL
757 /* Define to 1 if you have the `strtoull' function. */
758 #undef HAVE_STRTOULL
760 /* Define to 1 if you have the `strtoumax' function. */
761 #undef HAVE_STRTOUMAX
763 /* Define if there is a member named d_type in the struct describing directory
764    headers. */
765 #undef HAVE_STRUCT_DIRENT_D_TYPE
767 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
768 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
770 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
771 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
773 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
774 #undef HAVE_STRUCT_SPWD_SP_PWDP
776 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
777 #undef HAVE_STRUCT_STATFS_F_BASETYPE
779 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
780 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
782 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
783 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
785 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
786 #undef HAVE_STRUCT_STATFS_F_NAMELEN
788 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
789 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
791 /* Define to 1 if `f_type' is member of `struct statfs'. */
792 #undef HAVE_STRUCT_STATFS_F_TYPE
794 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
795 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
797 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
798 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
800 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
801 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
803 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
804 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
806 /* Define to 1 if `f_type' is member of `struct statvfs'. */
807 #undef HAVE_STRUCT_STATVFS_F_TYPE
809 /* Define to 1 if `st_author' is member of `struct stat'. */
810 #undef HAVE_STRUCT_STAT_ST_AUTHOR
812 /* Define to 1 if `st_blksize' is member of `struct stat'. */
813 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
815 /* Define to 1 if `st_blocks' is member of `struct stat'. */
816 #undef HAVE_STRUCT_STAT_ST_BLOCKS
818 /* Define if struct timespec is declared in <time.h>. */
819 #undef HAVE_STRUCT_TIMESPEC
821 /* Define to 1 if `tm_zone' is member of `struct tm'. */
822 #undef HAVE_STRUCT_TM_TM_ZONE
824 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
825    have utime.h but don't declare the struct anywhere. */
826 #undef HAVE_STRUCT_UTIMBUF
828 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
829 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
831 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
832 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
834 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
835 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
837 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
838 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
840 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
841 #undef HAVE_STRUCT_UTMPX_UT_ID
843 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
844 #undef HAVE_STRUCT_UTMPX_UT_NAME
846 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
847 #undef HAVE_STRUCT_UTMPX_UT_PID
849 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
850 #undef HAVE_STRUCT_UTMPX_UT_TYPE
852 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
853 #undef HAVE_STRUCT_UTMPX_UT_USER
855 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
856 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
858 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
859 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
861 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
862 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
864 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
865 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
867 /* Define to 1 if `ut_id' is member of `struct utmp'. */
868 #undef HAVE_STRUCT_UTMP_UT_ID
870 /* Define to 1 if `ut_name' is member of `struct utmp'. */
871 #undef HAVE_STRUCT_UTMP_UT_NAME
873 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
874 #undef HAVE_STRUCT_UTMP_UT_PID
876 /* Define to 1 if `ut_type' is member of `struct utmp'. */
877 #undef HAVE_STRUCT_UTMP_UT_TYPE
879 /* Define to 1 if `ut_user' is member of `struct utmp'. */
880 #undef HAVE_STRUCT_UTMP_UT_USER
882 /* Define to 1 if you have the `strverscmp' function. */
883 #undef HAVE_STRVERSCMP
885 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
886    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
887 #undef HAVE_ST_BLOCKS
889 /* Define if struct stat has an st_dm_mode member. */
890 #undef HAVE_ST_DM_MODE
892 /* Define to 1 if you have the `sysctl' function. */
893 #undef HAVE_SYSCTL
895 /* Define to 1 if you have the `sysinfo' function. */
896 #undef HAVE_SYSINFO
898 /* FIXME */
899 #undef HAVE_SYSLOG
901 /* Define to 1 if you have the <syslog.h> header file. */
902 #undef HAVE_SYSLOG_H
904 /* Define to 1 if you have the <sys/acl.h> header file. */
905 #undef HAVE_SYS_ACL_H
907 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
908    */
909 #undef HAVE_SYS_DIR_H
911 /* Define to 1 if you have the <sys/filsys.h> header file. */
912 #undef HAVE_SYS_FILSYS_H
914 /* Define to 1 if you have the <sys/fstyp.h> header file. */
915 #undef HAVE_SYS_FSTYP_H
917 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
918 #undef HAVE_SYS_FS_S5PARAM_H
920 /* Define to 1 if you have the <sys/fs_types.h> header file. */
921 #undef HAVE_SYS_FS_TYPES_H
923 /* Define to 1 if you have the <sys/ioctl.h> header file. */
924 #undef HAVE_SYS_IOCTL_H
926 /* Define to 1 if you have the <sys/mntent.h> header file. */
927 #undef HAVE_SYS_MNTENT_H
929 /* Define to 1 if you have the <sys/mount.h> header file. */
930 #undef HAVE_SYS_MOUNT_H
932 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
933    */
934 #undef HAVE_SYS_NDIR_H
936 /* Define to 1 if you have the <sys/param.h> header file. */
937 #undef HAVE_SYS_PARAM_H
939 /* Define to 1 if you have the <sys/pstat.h> header file. */
940 #undef HAVE_SYS_PSTAT_H
942 /* Define to 1 if you have the <sys/resource.h> header file. */
943 #undef HAVE_SYS_RESOURCE_H
945 /* Define to 1 if you have the <sys/socket.h> header file. */
946 #undef HAVE_SYS_SOCKET_H
948 /* Define to 1 if you have the <sys/statfs.h> header file. */
949 #undef HAVE_SYS_STATFS_H
951 /* Define to 1 if you have the <sys/statvfs.h> header file. */
952 #undef HAVE_SYS_STATVFS_H
954 /* Define to 1 if you have the <sys/stat.h> header file. */
955 #undef HAVE_SYS_STAT_H
957 /* Define to 1 if you have the <sys/sysctl.h> header file. */
958 #undef HAVE_SYS_SYSCTL_H
960 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
961 #undef HAVE_SYS_SYSMACROS_H
963 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
964 #undef HAVE_SYS_SYSTEMINFO_H
966 /* Define to 1 if you have the <sys/timeb.h> header file. */
967 #undef HAVE_SYS_TIMEB_H
969 /* Define to 1 if you have the <sys/time.h> header file. */
970 #undef HAVE_SYS_TIME_H
972 /* Define to 1 if you have the <sys/types.h> header file. */
973 #undef HAVE_SYS_TYPES_H
975 /* Define to 1 if you have the <sys/ucred.h> header file. */
976 #undef HAVE_SYS_UCRED_H
978 /* Define to 1 if you have the <sys/vfs.h> header file. */
979 #undef HAVE_SYS_VFS_H
981 /* Define to 1 if you have the <sys/wait.h> header file. */
982 #undef HAVE_SYS_WAIT_H
984 /* Define to 1 if you have the <termios.h> header file. */
985 #undef HAVE_TERMIOS_H
987 /* Define if struct tm has the tm_gmtoff member. */
988 #undef HAVE_TM_GMTOFF
990 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
991    `HAVE_STRUCT_TM_TM_ZONE' instead. */
992 #undef HAVE_TM_ZONE
994 /* Define to 1 if you don't have `tm_zone' but do have the external array
995    `tzname'. */
996 #undef HAVE_TZNAME
998 /* Define to 1 if you have the `tzset' function. */
999 #undef HAVE_TZSET
1001 /* Define to 1 if you have the <ucontext.h> header file. */
1002 #undef HAVE_UCONTEXT_H
1004 /* Define to 1 if you have the `uname' function. */
1005 #undef HAVE_UNAME
1007 /* Define to 1 if you have the <unistd.h> header file. */
1008 #undef HAVE_UNISTD_H
1010 /* Define if you have the unsigned long long type. */
1011 #undef HAVE_UNSIGNED_LONG_LONG
1013 /* Define to 1 if you have the `utime' function. */
1014 #undef HAVE_UTIME
1016 /* Define if utimes accepts a null argument */
1017 #undef HAVE_UTIMES_NULL
1019 /* Define to 1 if you have the <utime.h> header file. */
1020 #undef HAVE_UTIME_H
1022 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1023 #undef HAVE_UTIME_NULL
1025 /* Define to 1 if you have the `utmpname' function. */
1026 #undef HAVE_UTMPNAME
1028 /* Define to 1 if you have the `utmpxname' function. */
1029 #undef HAVE_UTMPXNAME
1031 /* FIXME */
1032 #undef HAVE_UTMPX_H
1034 /* Define to 1 if you have the <utmp.h> header file. */
1035 #undef HAVE_UTMP_H
1037 /* FIXME */
1038 #undef HAVE_UT_HOST
1040 /* Define to 1 if you have the <values.h> header file. */
1041 #undef HAVE_VALUES_H
1043 /* Define to 1 if you have the `vprintf' function. */
1044 #undef HAVE_VPRINTF
1046 /* Define to 1 if you have the <wchar.h> header file. */
1047 #undef HAVE_WCHAR_H
1049 /* Define to 1 if you have the `wcrtomb' function. */
1050 #undef HAVE_WCRTOMB
1052 /* Define to 1 if you have the <wctype.h> header file. */
1053 #undef HAVE_WCTYPE_H
1055 /* Define to 1 if you have the `wcwidth' function. */
1056 #undef HAVE_WCWIDTH
1058 /* Define to 1 if you have the `wmempcpy' function. */
1059 #undef HAVE_WMEMPCPY
1061 /* Define to 1 if extending the stack slightly past the limit causes a
1062    SIGSEGV, and an alternate stack can be established with sigaltstack, and
1063    the signal handler is passed a context that specifies the run time stack.
1064    This behavior is defined by POSIX 1003.1-2001 with the X/Open System
1065    Interface (XSI) option and is a standardized way to implement a SEGV-based
1066    stack overflow detection heuristic. */
1067 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
1069 /* Define to 1 if you have the `__fpending' function. */
1070 #undef HAVE___FPENDING
1072 /* Define to 1 if you have the `__secure_getenv' function. */
1073 #undef HAVE___SECURE_GETENV
1075 /* The host operating system. */
1076 #undef HOST_OPERATING_SYSTEM
1078 /* Define as const if the declaration of iconv() needs const. */
1079 #undef ICONV_CONST
1081 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1082 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1083 #else
1084 # define ISSLASH(C) ((C) == '/')
1085 #endif
1087 /* Define if `link(2)' dereferences symbolic links. */
1088 #undef LINK_FOLLOWS_SYMLINKS
1090 /* FIXME */
1091 #undef LOCALTIME_CACHE
1093 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1094    slash. */
1095 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1097 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1098    */
1099 #undef MAJOR_IN_MKDEV
1101 /* Define to 1 if `major', `minor', and `makedev' are declared in
1102    <sysmacros.h>. */
1103 #undef MAJOR_IN_SYSMACROS
1105 /* Define if there is no specific function for reading the list of mounted
1106    filesystems. fread will be used to read /etc/mnttab. (SVR2) */
1107 #undef MOUNTED_FREAD
1109 /* Define if (like SVR2) there is no specific function for reading the list of
1110    mounted filesystems, and your system has these header files: <sys/fstyp.h>
1111    and <sys/statfs.h>. (SVR3) */
1112 #undef MOUNTED_FREAD_FSTYP
1114 /* Define if there are functions named next_dev and fs_stat_dev for reading
1115    the list of mounted filesystems. (BeOS) */
1116 #undef MOUNTED_FS_STAT_DEV
1118 /* Define if there is a function named getfsstat for reading the list of
1119    mounted filesystems. (DEC Alpha running OSF/1) */
1120 #undef MOUNTED_GETFSSTAT
1122 /* Define if there is a function named getmnt for reading the list of mounted
1123    filesystems. (Ultrix) */
1124 #undef MOUNTED_GETMNT
1126 /* Define if there is a function named getmntent for reading the list of
1127    mounted filesystems, and that function takes a single argument. (4.3BSD,
1128    SunOS, HP-UX, Dynix, Irix) */
1129 #undef MOUNTED_GETMNTENT1
1131 /* Define if there is a function named getmntent for reading the list of
1132    mounted filesystems, and that function takes two arguments. (SVR4) */
1133 #undef MOUNTED_GETMNTENT2
1135 /* Define if there is a function named getmntinfo for reading the list of
1136    mounted filesystems. (4.4BSD, Darwin) */
1137 #undef MOUNTED_GETMNTINFO
1139 /* Define if there is a function named listmntent that can be used to list all
1140    mounted filesystems. (UNICOS) */
1141 #undef MOUNTED_LISTMNTENT
1143 /* Define if there is a function named mntctl that can be used to read the
1144    list of mounted filesystems, and there is a system header file that
1145    declares `struct vmount.' (AIX) */
1146 #undef MOUNTED_VMOUNT
1148 /* Define to 1 if assertions should be disabled. */
1149 #undef NDEBUG
1151 /* FIXME */
1152 #undef NICE_PRIORITY
1154 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1155    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1156 #undef NLIST_NAME_UNION
1158 /* Name of package */
1159 #undef PACKAGE
1161 /* Define to the address where bug reports for this package should be sent. */
1162 #undef PACKAGE_BUGREPORT
1164 /* Define to the full name of this package. */
1165 #undef PACKAGE_NAME
1167 /* Define to the full name and version of this package. */
1168 #undef PACKAGE_STRING
1170 /* Define to the one symbol short name of this package. */
1171 #undef PACKAGE_TARNAME
1173 /* Define to the version of this package. */
1174 #undef PACKAGE_VERSION
1176 /* the number of pending output bytes on stream `fp' */
1177 #undef PENDING_OUTPUT_N_BYTES
1179 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1180 #undef PRI_MACROS_BROKEN
1182 /* Define to 1 if the C compiler supports function prototypes. */
1183 #undef PROTOTYPES
1185 /* Define if rename does not work for source paths with a trailing slash, like
1186    the one from SunOS 4.1.1_U1. */
1187 #undef RENAME_TRAILING_SLASH_BUG
1189 /* Define as the return type of signal handlers (`int' or `void'). */
1190 #undef RETSIGTYPE
1192 /* the value to which errno is set when rmdir fails on a nonempty directory */
1193 #undef RMDIR_ERRNO_NOT_EMPTY
1195 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1196    second argument and the buffer pointer as the third, as on System V before
1197    release 3. */
1198 #undef SETVBUF_REVERSED
1200 /* If using the C implementation of alloca, define if you know the
1201    direction of stack growth for your system; otherwise it will be
1202    automatically deduced at run-time.
1203         STACK_DIRECTION > 0 => grows toward higher addresses
1204         STACK_DIRECTION < 0 => grows toward lower addresses
1205         STACK_DIRECTION = 0 => direction of growth unknown */
1206 #undef STACK_DIRECTION
1208 /* Define if the block counts reported by statfs may be truncated to 2GB and
1209    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1210    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1211    affected.) */
1212 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1214 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1215 #undef STAT_MACROS_BROKEN
1217 /* Define if there is no specific function for reading filesystems usage
1218    information and you have the <sys/filsys.h> header file. (SVR2) */
1219 #undef STAT_READ_FILSYS
1221 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1222    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1223 #undef STAT_STATFS2_BSIZE
1225 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1226    (4.4BSD, NetBSD) */
1227 #undef STAT_STATFS2_FSIZE
1229 /* Define if statfs takes 2 args and the second argument has type struct
1230    fs_data. (Ultrix) */
1231 #undef STAT_STATFS2_FS_DATA
1233 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1234 #undef STAT_STATFS3_OSF1
1236 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1237 #undef STAT_STATFS4
1239 /* Define if there is a function named statvfs. (SVR4) */
1240 #undef STAT_STATVFS
1242 /* Define to 1 if you have the ANSI C header files. */
1243 #undef STDC_HEADERS
1245 /* Define to 1 if strerror_r returns char *. */
1246 #undef STRERROR_R_CHAR_P
1248 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1249    */
1250 #undef ST_MTIM_NSEC
1252 /* Define to 1 on System V Release 4. */
1253 #undef SVR4
1255 /* FIXME */
1256 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1258 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1259 #undef TIME_WITH_SYS_TIME
1261 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1262 #undef TM_IN_SYS_TIME
1264 /* Define to 1 for Encore UMAX. */
1265 #undef UMAX
1267 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1268    <sys/cpustats.h>. */
1269 #undef UMAX4_3
1271 /* the maximum number of simultaneously open files per process */
1272 #undef UTILS_OPEN_MAX
1274 /* Version number of package */
1275 #undef VERSION
1277 /* Define if sys/ptem.h is required for struct winsize. */
1278 #undef WINSIZE_IN_PTEM
1280 /* Define to 1 if your processor stores words with the most significant byte
1281    first (like Motorola and SPARC, unlike Intel and VAX). */
1282 #undef WORDS_BIGENDIAN
1284 /* Define to 1 if on AIX 3.
1285    System headers sometimes define this.
1286    We just want to avoid a redefinition error message.  */
1287 #ifndef _ALL_SOURCE
1288 # undef _ALL_SOURCE
1289 #endif
1291 /* Number of bits in a file offset, on hosts where this is settable. */
1292 #undef _FILE_OFFSET_BITS
1294 /* Enable GNU extensions on systems that have them.  */
1295 #ifndef _GNU_SOURCE
1296 # undef _GNU_SOURCE
1297 #endif
1299 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1300 #undef _LARGEFILE_SOURCE
1302 /* Define for large files, on AIX-style hosts. */
1303 #undef _LARGE_FILES
1305 /* Define to 1 if on MINIX. */
1306 #undef _MINIX
1308 /* Define to 2 if the system does not provide POSIX.1 features except with
1309    this defined. */
1310 #undef _POSIX_1_SOURCE
1312 /* Define to 1 if you need to in order for `stat' and other things to work. */
1313 #undef _POSIX_SOURCE
1315 /* Define like PROTOTYPES; this can be used by system headers. */
1316 #undef __PROTOTYPES
1318 /* Define to rpl_chown if the replacement function should be used. */
1319 #undef chown
1321 /* Define to empty if `const' does not conform to ANSI C. */
1322 #undef const
1324 /* Define to rpl_fnmatch if the replacement function should be used. */
1325 #undef fnmatch
1327 /* Define as rpl_getgroups if getgroups doesn't work right. */
1328 #undef getgroups
1330 /* Define to rpl_gettimeofday if the replacement function should be used. */
1331 #undef gettimeofday
1333 /* Define to `int' if <sys/types.h> doesn't define. */
1334 #undef gid_t
1336 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
1337    if it is not supported. */
1338 #undef inline
1340 /* Define to `unsigned long' if <sys/types.h> does not define. */
1341 #undef ino_t
1343 /* Define to widest signed type if <inttypes.h> doesn't define. */
1344 #undef intmax_t
1346 /* Define to rpl_localtime if the replacement function should be used. */
1347 #undef localtime
1349 /* Define to `unsigned int' if <sys/types.h> does not define. */
1350 #undef major_t
1352 /* Define to rpl_malloc if the replacement function should be used. */
1353 #undef malloc
1355 /* Define to a type if <wchar.h> does not define. */
1356 #undef mbstate_t
1358 /* Define to rpl_memcmp if the replacement function should be used. */
1359 #undef memcmp
1361 /* Define to `unsigned int' if <sys/types.h> does not define. */
1362 #undef minor_t
1364 /* Define to rpl_mkdir if the replacement function should be used. */
1365 #undef mkdir
1367 /* Define to rpl_mkstemp if the replacement function should be used. */
1368 #undef mkstemp
1370 /* Define to rpl_mktime if the replacement function should be used. */
1371 #undef mktime
1373 /* Define to `int' if <sys/types.h> does not define. */
1374 #undef mode_t
1376 /* Define to the name of the strftime replacement function. */
1377 #undef my_strftime
1379 /* Define to rpl_nanosleep if the replacement function should be used. */
1380 #undef nanosleep
1382 /* Define to `long' if <sys/types.h> does not define. */
1383 #undef off_t
1385 /* Define to `int' if <sys/types.h> does not define. */
1386 #undef pid_t
1388 /* Define to rpl_putenv if the replacement function should be used. */
1389 #undef putenv
1391 /* Define to rpl_realloc if the replacement function should be used. */
1392 #undef realloc
1394 /* Define to `unsigned' if <sys/types.h> does not define. */
1395 #undef size_t
1397 /* Define to `int' if <sys/types.h> does not define. */
1398 #undef ssize_t
1400 /* Define to `int' if <sys/types.h> doesn't define. */
1401 #undef uid_t
1403 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
1404 #undef uintmax_t
1406 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1407    code using `volatile' can become incorrect without. Disable with care. */
1408 #undef volatile