*** empty log message ***
[coreutils.git] / config.hin
blob7b83c670adf9ee34bbc14f68572c3a2542dc4f7a
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 if the `getloadavg' function needs to be run setuid or setgid. */
69 #undef GETLOADAVG_PRIVILEGED
71 /* Define if gettimeofday clobbers localtime's static buffer. */
72 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
74 /* The concatenation of the strings `GNU ', and PACKAGE. */
75 #undef GNU_PACKAGE
77 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
78 #undef GWINSZ_IN_SYS_IOCTL
80 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
81 #undef GWINSZ_IN_SYS_PTY
83 /* Define to 1 if you have the `acl' function. */
84 #undef HAVE_ACL
86 /* Define to 1 if you have the `alarm' function. */
87 #undef HAVE_ALARM
89 /* Define to 1 if you have `alloca', as a function or macro. */
90 #undef HAVE_ALLOCA
92 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
93    */
94 #undef HAVE_ALLOCA_H
96 /* Define to 1 if you have the <arpa/inet.h> header file. */
97 #undef HAVE_ARPA_INET_H
99 /* Define to 1 if you have the `atexit' function. */
100 #undef HAVE_ATEXIT
102 /* Define to 1 if you have the `bcopy' function. */
103 #undef HAVE_BCOPY
105 /* Define to 1 if you have the <bp-sym.h> header file. */
106 #undef HAVE_BP_SYM_H
108 /* Define to 1 if you have the `btowc' function. */
109 #undef HAVE_BTOWC
111 /* Define to 1 if you have the `bzero' function. */
112 #undef HAVE_BZERO
114 /* Define to 1 if you have the `canonicalize_file_name' function. */
115 #undef HAVE_CANONICALIZE_FILE_NAME
117 /* Define to 1 if you have the `chroot' function. */
118 #undef HAVE_CHROOT
120 /* Define to 1 if you have the `chsize' function. */
121 #undef HAVE_CHSIZE
123 /* Define to 1 if you have the `clearerr_unlocked' function. */
124 #undef HAVE_CLEARERR_UNLOCKED
126 /* Define to 1 if you have the `clock_gettime' function. */
127 #undef HAVE_CLOCK_GETTIME
129 /* Define to 1 if you have the `clock_settime' function. */
130 #undef HAVE_CLOCK_SETTIME
132 /* Define if backslash-a works in C strings. */
133 #undef HAVE_C_BACKSLASH_A
135 /* FIXME */
136 #undef HAVE_C_LINE
138 /* Define if the GNU dcgettext() function is already present or preinstalled.
139    */
140 #undef HAVE_DCGETTEXT
142 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
143    you don't. */
144 #undef HAVE_DECL_CLEARERR_UNLOCKED
146 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
147    */
148 #undef HAVE_DECL_DIRFD
150 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
151    don't. */
152 #undef HAVE_DECL_FEOF_UNLOCKED
154 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
155    you don't. */
156 #undef HAVE_DECL_FERROR_UNLOCKED
158 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
159    you don't. */
160 #undef HAVE_DECL_FFLUSH_UNLOCKED
162 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
163    you don't. */
164 #undef HAVE_DECL_FGETS_UNLOCKED
166 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
167    you don't. */
168 #undef HAVE_DECL_FPUTC_UNLOCKED
170 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
171    you don't. */
172 #undef HAVE_DECL_FPUTS_UNLOCKED
174 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
175    you don't. */
176 #undef HAVE_DECL_FREAD_UNLOCKED
178 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
179    */
180 #undef HAVE_DECL_FREE
182 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
183    you don't. */
184 #undef HAVE_DECL_FWRITE_UNLOCKED
186 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
187    you don't. */
188 #undef HAVE_DECL_GETCHAR_UNLOCKED
190 /* Define to 1 if you have the declaration of `getcontext', and to 0 if you
191    don't. */
192 #undef HAVE_DECL_GETCONTEXT
194 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
195    don't. */
196 #undef HAVE_DECL_GETC_UNLOCKED
198 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
199    */
200 #undef HAVE_DECL_GETENV
202 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
203    don't. */
204 #undef HAVE_DECL_GETEUID
206 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
207    don't. */
208 #undef HAVE_DECL_GETGRGID
210 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
211    don't. */
212 #undef HAVE_DECL_GETLOGIN
214 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
215    don't. */
216 #undef HAVE_DECL_GETPWUID
218 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
219    */
220 #undef HAVE_DECL_GETUID
222 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
223    don't. */
224 #undef HAVE_DECL_GETUTENT
226 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
227    */
228 #undef HAVE_DECL_LSEEK
230 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
231    */
232 #undef HAVE_DECL_MALLOC
234 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
235    */
236 #undef HAVE_DECL_MEMCHR
238 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
239    don't. */
240 #undef HAVE_DECL_MEMRCHR
242 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
243    don't. */
244 #undef HAVE_DECL_NANOSLEEP
246 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
247    you don't. */
248 #undef HAVE_DECL_PUTCHAR_UNLOCKED
250 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
251    don't. */
252 #undef HAVE_DECL_PUTC_UNLOCKED
254 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
255    don't. */
256 #undef HAVE_DECL_REALLOC
258 /* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
259    don't. */
260 #undef HAVE_DECL_SIGALTSTACK
262 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
263    */
264 #undef HAVE_DECL_STPCPY
266 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
267    don't. */
268 #undef HAVE_DECL_STRERROR
270 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
271    don't. */
272 #undef HAVE_DECL_STRERROR_R
274 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
275    don't. */
276 #undef HAVE_DECL_STRNDUP
278 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
279    don't. */
280 #undef HAVE_DECL_STRNLEN
282 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
283    don't. */
284 #undef HAVE_DECL_STRSIGNAL
286 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
287    */
288 #undef HAVE_DECL_STRSTR
290 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
291    don't. */
292 #undef HAVE_DECL_STRTOIMAX
294 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
295    */
296 #undef HAVE_DECL_STRTOL
298 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
299    don't. */
300 #undef HAVE_DECL_STRTOLL
302 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
303    don't. */
304 #undef HAVE_DECL_STRTOUL
306 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
307    don't. */
308 #undef HAVE_DECL_STRTOULL
310 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
311    don't. */
312 #undef HAVE_DECL_STRTOUMAX
314 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
315    don't. */
316 #undef HAVE_DECL_SYS_SIGLIST
318 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
319    don't. */
320 #undef HAVE_DECL_TTYNAME
322 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
323    */
324 #undef HAVE_DECL_WCWIDTH
326 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
327    don't. */
328 #undef HAVE_DECL__SYS_SIGLIST
330 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
331    don't. */
332 #undef HAVE_DECL___FPENDING
334 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
335    */
336 #undef HAVE_DIRENT_H
338 /* Define to 1 if you have the `dirfd' function. */
339 #undef HAVE_DIRFD
341 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
342 #undef HAVE_DOPRNT
344 /* Define to 1 if you have the `dup2' function. */
345 #undef HAVE_DUP2
347 /* Define to 1 if you have the `endgrent' function. */
348 #undef HAVE_ENDGRENT
350 /* Define to 1 if you have the `endpwent' function. */
351 #undef HAVE_ENDPWENT
353 /* Define to 1 if you have the <errno.h> header file. */
354 #undef HAVE_ERRNO_H
356 /* Define to 1 if you have the `euidaccess' function. */
357 #undef HAVE_EUIDACCESS
359 /* Define to 1 if you have the `fchdir' function. */
360 #undef HAVE_FCHDIR
362 /* Define to 1 if you have the <fcntl.h> header file. */
363 #undef HAVE_FCNTL_H
365 /* Define to 1 if you have the `fdatasync' function. */
366 #undef HAVE_FDATASYNC
368 /* Define to 1 if you have the <fenv.h> header file. */
369 #undef HAVE_FENV_H
371 /* Define to 1 if you have the `feof_unlocked' function. */
372 #undef HAVE_FEOF_UNLOCKED
374 /* Define to 1 if you have the `ferror_unlocked' function. */
375 #undef HAVE_FERROR_UNLOCKED
377 /* Define to 1 if you have the `fesetround' function. */
378 #undef HAVE_FESETROUND
380 /* Define to 1 if you have the `fflush_unlocked' function. */
381 #undef HAVE_FFLUSH_UNLOCKED
383 /* Define to 1 if you have the `fgets_unlocked' function. */
384 #undef HAVE_FGETS_UNLOCKED
386 /* Define to 1 if you have the <float.h> header file. */
387 #undef HAVE_FLOAT_H
389 /* Define to 1 if you have the `floor' function. */
390 #undef HAVE_FLOOR
392 /* Define to 1 if you have the `fputc_unlocked' function. */
393 #undef HAVE_FPUTC_UNLOCKED
395 /* Define to 1 if you have the `fputs_unlocked' function. */
396 #undef HAVE_FPUTS_UNLOCKED
398 /* Define to 1 if you have the `fread_unlocked' function. */
399 #undef HAVE_FREAD_UNLOCKED
401 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
402 #undef HAVE_FSEEKO
404 /* Define to 1 if you have the <fs_info.h> header file. */
405 #undef HAVE_FS_INFO_H
407 /* Define to 1 if you have the `fs_stat_dev' function. */
408 #undef HAVE_FS_STAT_DEV
410 /* Define to 1 if you have the `ftime' function. */
411 #undef HAVE_FTIME
413 /* Define to 1 if you have the `ftruncate' function. */
414 #undef HAVE_FTRUNCATE
416 /* Define to 1 if you have the `fwrite_unlocked' function. */
417 #undef HAVE_FWRITE_UNLOCKED
419 /* Define if struct statfs has the f_fstypename member. */
420 #undef HAVE_F_FSTYPENAME_IN_STATFS
422 /* Define to 1 if you have the `getchar_unlocked' function. */
423 #undef HAVE_GETCHAR_UNLOCKED
425 /* Define to 1 if you have the `getcontext' function. */
426 #undef HAVE_GETCONTEXT
428 /* Define to 1 if you have the `getcwd' function. */
429 #undef HAVE_GETCWD
431 /* Define if getcwd (NULL, 0) allocates memory for result. */
432 #undef HAVE_GETCWD_NULL
434 /* Define to 1 if you have the `getc_unlocked' function. */
435 #undef HAVE_GETC_UNLOCKED
437 /* Define to 1 if you have the `getdelim' function. */
438 #undef HAVE_GETDELIM
440 /* Define to 1 if you have the `getgroups' function. */
441 #undef HAVE_GETGROUPS
443 /* Define to 1 if you have the `gethostbyaddr' function. */
444 #undef HAVE_GETHOSTBYADDR
446 /* Define to 1 if you have the `gethostbyname' function. */
447 #undef HAVE_GETHOSTBYNAME
449 /* Define to 1 if you have the `gethostid' function. */
450 #undef HAVE_GETHOSTID
452 /* Define to 1 if you have the `gethostname' function. */
453 #undef HAVE_GETHOSTNAME
455 /* Define to 1 if you have the `gethrtime' function. */
456 #undef HAVE_GETHRTIME
458 /* Define to 1 if you have the `getloadavg' function. */
459 #undef HAVE_GETLOADAVG
461 /* Define to 1 if you have the `getmntent' function. */
462 #undef HAVE_GETMNTENT
464 /* Define to 1 if you have the `getmntinfo' function. */
465 #undef HAVE_GETMNTINFO
467 /* Define to 1 if you have the `getpagesize' function. */
468 #undef HAVE_GETPAGESIZE
470 /* Define to 1 if you have the `getpass' function. */
471 #undef HAVE_GETPASS
473 /* Define to 1 if you have the `getspnam' function. */
474 #undef HAVE_GETSPNAM
476 /* Define if the GNU gettext() function is already present or preinstalled. */
477 #undef HAVE_GETTEXT
479 /* Define to 1 if you have the `gettimeofday' function. */
480 #undef HAVE_GETTIMEOFDAY
482 /* Define to 1 if you have the `getusershell' function. */
483 #undef HAVE_GETUSERSHELL
485 /* Define to 1 if you have the <grp.h> header file. */
486 #undef HAVE_GRP_H
488 /* Define to 1 if you have the `hasmntopt' function. */
489 #undef HAVE_HASMNTOPT
491 /* Define to 1 if you have the <hurd.h> header file. */
492 #undef HAVE_HURD_H
494 /* Define if you have the iconv() function. */
495 #undef HAVE_ICONV
497 /* Define to 1 if you have the `inet_ntoa' function. */
498 #undef HAVE_INET_NTOA
500 /* Define to 1 if you have the `initgroups' function. */
501 #undef HAVE_INITGROUPS
503 /* Define to 1 if you have the <inttypes.h> header file. */
504 #undef HAVE_INTTYPES_H
506 /* Define to 1 if you have the `isascii' function. */
507 #undef HAVE_ISASCII
509 /* Define to 1 if you have the `iswcntrl' function. */
510 #undef HAVE_ISWCNTRL
512 /* Define to 1 if you have the `iswprint' function. */
513 #undef HAVE_ISWPRINT
515 /* Define to 1 if you have the `iswspace' function. */
516 #undef HAVE_ISWSPACE
518 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
519 #undef HAVE_LANGINFO_CODESET
521 /* Define to 1 if you have the `lchown' function. */
522 #undef HAVE_LCHOWN
524 /* Define to 1 if you have the `dgc' library (-ldgc). */
525 #undef HAVE_LIBDGC
527 /* Define to 1 if you have the <libintl.h> header file. */
528 #undef HAVE_LIBINTL_H
530 /* Define to 1 if you have the `kstat' library (-lkstat). */
531 #undef HAVE_LIBKSTAT
533 /* Define to 1 if you have the `ldgc' library (-lldgc). */
534 #undef HAVE_LIBLDGC
536 /* Define to 1 if you have the `os' library (-los). */
537 #undef HAVE_LIBOS
539 /* Define to 1 if you have the `ypsec' library (-lypsec). */
540 #undef HAVE_LIBYPSEC
542 /* Define to 1 if you have the <limits.h> header file. */
543 #undef HAVE_LIMITS_H
545 /* Define to 1 if you have the `listmntent' function. */
546 #undef HAVE_LISTMNTENT
548 /* Define to 1 if you have the `localeconv' function. */
549 #undef HAVE_LOCALECONV
551 /* Define to 1 if you have the <locale.h> header file. */
552 #undef HAVE_LOCALE_H
554 /* Define to 1 if you have the `localtime_r' function. */
555 #undef HAVE_LOCALTIME_R
557 /* Define to 1 if long double works and has more range or precision than
558    double. */
559 #undef HAVE_LONG_DOUBLE
561 /* Define to 1 if you support file names longer than 14 characters. */
562 #undef HAVE_LONG_FILE_NAMES
564 /* Define if you have the long long type. */
565 #undef HAVE_LONG_LONG
567 /* Define if lstat has the bug that it succeeds when given the zero-length
568    file name argument. The lstat from SunOS4.1.4 and the Hurd as of
569    1998-11-01) do this. */
570 #undef HAVE_LSTAT_EMPTY_STRING_BUG
572 /* Define to 1 if you have the <mach/mach.h> header file. */
573 #undef HAVE_MACH_MACH_H
575 /* Define to 1 if your system has a working `malloc' function, and to 0
576    otherwise. */
577 #undef HAVE_MALLOC
579 /* Define to 1 if you have the `mblen' function. */
580 #undef HAVE_MBLEN
582 /* Define to 1 if you have the `mbrlen' function. */
583 #undef HAVE_MBRLEN
585 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
586 #undef HAVE_MBRTOWC
588 /* Define to 1 if you have the `mbsinit' function. */
589 #undef HAVE_MBSINIT
591 /* Define to 1 if you have the `mbsrtowcs' function. */
592 #undef HAVE_MBSRTOWCS
594 /* Define to 1 if <wchar.h> declares mbstate_t. */
595 #undef HAVE_MBSTATE_T
597 /* Define to 1 if you have the `memchr' function. */
598 #undef HAVE_MEMCHR
600 /* Define to 1 if you have the `memcmp' function. */
601 #undef HAVE_MEMCMP
603 /* Define to 1 if you have the `memcpy' function. */
604 #undef HAVE_MEMCPY
606 /* Define to 1 if you have the `memmove' function. */
607 #undef HAVE_MEMMOVE
609 /* Define to 1 if you have the <memory.h> header file. */
610 #undef HAVE_MEMORY_H
612 /* Define to 1 if you have the `mempcpy' function. */
613 #undef HAVE_MEMPCPY
615 /* Define to 1 if you have the `memrchr' function. */
616 #undef HAVE_MEMRCHR
618 /* Define to 1 if you have the `memset' function. */
619 #undef HAVE_MEMSET
621 /* Define to 1 if you have the `mkfifo' function. */
622 #undef HAVE_MKFIFO
624 /* Define to 1 if you have the `mkstemp' function. */
625 #undef HAVE_MKSTEMP
627 /* Define to 1 if you have the <mntent.h> header file. */
628 #undef HAVE_MNTENT_H
630 /* Define to 1 if you have the <mnttab.h> header file. */
631 #undef HAVE_MNTTAB_H
633 /* Define to 1 if you have the `modf' function. */
634 #undef HAVE_MODF
636 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
637 #undef HAVE_NDIR_H
639 /* Define to 1 if you have the <netdb.h> header file. */
640 #undef HAVE_NETDB_H
642 /* Define to 1 if you have the <netinet/in.h> header file. */
643 #undef HAVE_NETINET_IN_H
645 /* Define to 1 if you have the `next_dev' function. */
646 #undef HAVE_NEXT_DEV
648 /* Define to 1 if you have the <nlist.h> header file. */
649 #undef HAVE_NLIST_H
651 /* Define to 1 if libc includes obstacks. */
652 #undef HAVE_OBSTACK
654 /* Define to 1 if you have the <OS.h> header file. */
655 #undef HAVE_OS_H
657 /* Define to 1 if you have the `pathconf' function. */
658 #undef HAVE_PATHCONF
660 /* Define to 1 if you have the <paths.h> header file. */
661 #undef HAVE_PATHS_H
663 /* Define if your system has the /proc/uptime special file. */
664 #undef HAVE_PROC_UPTIME
666 /* Define to 1 if you have the `pstat_getdynamic' function. */
667 #undef HAVE_PSTAT_GETDYNAMIC
669 /* Define to 1 if you have the `pstat_getstatic' function. */
670 #undef HAVE_PSTAT_GETSTATIC
672 /* Define to 1 if you have the `putchar_unlocked' function. */
673 #undef HAVE_PUTCHAR_UNLOCKED
675 /* Define to 1 if you have the `putc_unlocked' function. */
676 #undef HAVE_PUTC_UNLOCKED
678 /* Define to 1 if you have the <pwd.h> header file. */
679 #undef HAVE_PWD_H
681 /* Define to 1 if your system has a working `realloc' function, and to 0
682    otherwise. */
683 #undef HAVE_REALLOC
685 /* Define to 1 if you have the `realpath' function. */
686 #undef HAVE_REALPATH
688 /* Define to 1 if you have the `resolvepath' function. */
689 #undef HAVE_RESOLVEPATH
691 /* Define to 1 if you have the `rint' function. */
692 #undef HAVE_RINT
694 /* Define to 1 if you have the `rmdir' function. */
695 #undef HAVE_RMDIR
697 /* Define to 1 if you have the `rpmatch' function. */
698 #undef HAVE_RPMATCH
700 /* Define to 1 if you have the `sethostname' function. */
701 #undef HAVE_SETHOSTNAME
703 /* Define to 1 if you have the `setlocale' function. */
704 #undef HAVE_SETLOCALE
706 /* Define to 1 if you have the <shadow.h> header file. */
707 #undef HAVE_SHADOW_H
709 /* Define to 1 if you have the `sig2str' function. */
710 #undef HAVE_SIG2STR
712 /* Define to 1 if you have the `sigaltstack' function. */
713 #undef HAVE_SIGALTSTACK
715 /* Define to 1 if you have the `sqrt' function. */
716 #undef HAVE_SQRT
718 /* Define to 1 if the system has the type `stack_t'. */
719 #undef HAVE_STACK_T
721 /* Define to 1 if you have the `statvfs' function. */
722 #undef HAVE_STATVFS
724 /* Define if stat has the bug that it succeeds when given the zero-length file
725    name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
726    this. */
727 #undef HAVE_STAT_EMPTY_STRING_BUG
729 /* Define to 1 if stdbool.h conforms to C99. */
730 #undef HAVE_STDBOOL_H
732 /* Define to 1 if you have the <stddef.h> header file. */
733 #undef HAVE_STDDEF_H
735 /* Define to 1 if you have the <stdint.h> header file. */
736 #undef HAVE_STDINT_H
738 /* Define to 1 if you have the <stdio_ext.h> header file. */
739 #undef HAVE_STDIO_EXT_H
741 /* Define to 1 if you have the <stdlib.h> header file. */
742 #undef HAVE_STDLIB_H
744 /* Define to 1 if you have the `stpcpy' function. */
745 #undef HAVE_STPCPY
747 /* Define to 1 if you have the `strcasecmp' function. */
748 #undef HAVE_STRCASECMP
750 /* Define to 1 if you have the `strchr' function. */
751 #undef HAVE_STRCHR
753 /* Define to 1 if you have the `strcspn' function. */
754 #undef HAVE_STRCSPN
756 /* Define to 1 if you have the `strdup' function. */
757 #undef HAVE_STRDUP
759 /* Define to 1 if you have the `strerror' function. */
760 #undef HAVE_STRERROR
762 /* Define to 1 if you have the `strerror_r' function. */
763 #undef HAVE_STRERROR_R
765 /* Define to 1 if you have the `strftime' function. */
766 #undef HAVE_STRFTIME
768 /* Define to 1 if you have the <strings.h> header file. */
769 #undef HAVE_STRINGS_H
771 /* Define to 1 if you have the <string.h> header file. */
772 #undef HAVE_STRING_H
774 /* Define to 1 if you have the `strncasecmp' function. */
775 #undef HAVE_STRNCASECMP
777 /* Define to 1 if you have the `strndup' function. */
778 #undef HAVE_STRNDUP
780 /* Define to 1 if you have the `strpbrk' function. */
781 #undef HAVE_STRPBRK
783 /* Define to 1 if you have the `strrchr' function. */
784 #undef HAVE_STRRCHR
786 /* Define to 1 if you have the `strstr' function. */
787 #undef HAVE_STRSTR
789 /* Define to 1 if you have the `strtoimax' function. */
790 #undef HAVE_STRTOIMAX
792 /* Define to 1 if you have the `strtol' function. */
793 #undef HAVE_STRTOL
795 /* Define to 1 if you have the `strtoll' function. */
796 #undef HAVE_STRTOLL
798 /* Define to 1 if you have the `strtoul' function. */
799 #undef HAVE_STRTOUL
801 /* Define to 1 if you have the `strtoull' function. */
802 #undef HAVE_STRTOULL
804 /* Define to 1 if you have the `strtoumax' function. */
805 #undef HAVE_STRTOUMAX
807 /* Define if there is a member named d_type in the struct describing directory
808    headers. */
809 #undef HAVE_STRUCT_DIRENT_D_TYPE
811 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
812 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
814 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
815 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
817 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
818 #undef HAVE_STRUCT_SPWD_SP_PWDP
820 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
821 #undef HAVE_STRUCT_STATFS_F_BASETYPE
823 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
824 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
826 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
827 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
829 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
830 #undef HAVE_STRUCT_STATFS_F_NAMELEN
832 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
833 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
835 /* Define to 1 if `f_type' is member of `struct statfs'. */
836 #undef HAVE_STRUCT_STATFS_F_TYPE
838 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
839 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
841 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
842 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
844 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
845 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
847 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
848 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
850 /* Define to 1 if `f_type' is member of `struct statvfs'. */
851 #undef HAVE_STRUCT_STATVFS_F_TYPE
853 /* Define to 1 if `st_author' is member of `struct stat'. */
854 #undef HAVE_STRUCT_STAT_ST_AUTHOR
856 /* Define to 1 if `st_blksize' is member of `struct stat'. */
857 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
859 /* Define to 1 if `st_blocks' is member of `struct stat'. */
860 #undef HAVE_STRUCT_STAT_ST_BLOCKS
862 /* Define if struct timespec is declared in <time.h>. */
863 #undef HAVE_STRUCT_TIMESPEC
865 /* Define to 1 if `tm_zone' is member of `struct tm'. */
866 #undef HAVE_STRUCT_TM_TM_ZONE
868 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
869    have utime.h but don't declare the struct anywhere. */
870 #undef HAVE_STRUCT_UTIMBUF
872 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
873 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
875 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
876 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
878 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
879 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
881 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
882 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
884 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
885 #undef HAVE_STRUCT_UTMPX_UT_ID
887 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
888 #undef HAVE_STRUCT_UTMPX_UT_NAME
890 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
891 #undef HAVE_STRUCT_UTMPX_UT_PID
893 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
894 #undef HAVE_STRUCT_UTMPX_UT_TYPE
896 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
897 #undef HAVE_STRUCT_UTMPX_UT_USER
899 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
900 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
902 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
903 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
905 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
906 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
908 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
909 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
911 /* Define to 1 if `ut_id' is member of `struct utmp'. */
912 #undef HAVE_STRUCT_UTMP_UT_ID
914 /* Define to 1 if `ut_name' is member of `struct utmp'. */
915 #undef HAVE_STRUCT_UTMP_UT_NAME
917 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
918 #undef HAVE_STRUCT_UTMP_UT_PID
920 /* Define to 1 if `ut_type' is member of `struct utmp'. */
921 #undef HAVE_STRUCT_UTMP_UT_TYPE
923 /* Define to 1 if `ut_user' is member of `struct utmp'. */
924 #undef HAVE_STRUCT_UTMP_UT_USER
926 /* Define to 1 if you have the `strverscmp' function. */
927 #undef HAVE_STRVERSCMP
929 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
930    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
931 #undef HAVE_ST_BLOCKS
933 /* Define if struct stat has an st_dm_mode member. */
934 #undef HAVE_ST_DM_MODE
936 /* Define to 1 if you have the `sysctl' function. */
937 #undef HAVE_SYSCTL
939 /* Define to 1 if you have the `sysinfo' function. */
940 #undef HAVE_SYSINFO
942 /* FIXME */
943 #undef HAVE_SYSLOG
945 /* Define to 1 if you have the <syslog.h> header file. */
946 #undef HAVE_SYSLOG_H
948 /* Define to 1 if you have the <sys/acl.h> header file. */
949 #undef HAVE_SYS_ACL_H
951 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
952    */
953 #undef HAVE_SYS_DIR_H
955 /* Define to 1 if you have the <sys/filsys.h> header file. */
956 #undef HAVE_SYS_FILSYS_H
958 /* Define to 1 if you have the <sys/fstyp.h> header file. */
959 #undef HAVE_SYS_FSTYP_H
961 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
962 #undef HAVE_SYS_FS_S5PARAM_H
964 /* Define to 1 if you have the <sys/fs_types.h> header file. */
965 #undef HAVE_SYS_FS_TYPES_H
967 /* Define to 1 if you have the <sys/ioctl.h> header file. */
968 #undef HAVE_SYS_IOCTL_H
970 /* Define to 1 if you have the <sys/mntent.h> header file. */
971 #undef HAVE_SYS_MNTENT_H
973 /* Define to 1 if you have the <sys/mount.h> header file. */
974 #undef HAVE_SYS_MOUNT_H
976 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
977    */
978 #undef HAVE_SYS_NDIR_H
980 /* Define to 1 if you have the <sys/param.h> header file. */
981 #undef HAVE_SYS_PARAM_H
983 /* Define to 1 if you have the <sys/pstat.h> header file. */
984 #undef HAVE_SYS_PSTAT_H
986 /* Define to 1 if you have the <sys/resource.h> header file. */
987 #undef HAVE_SYS_RESOURCE_H
989 /* Define to 1 if you have the <sys/socket.h> header file. */
990 #undef HAVE_SYS_SOCKET_H
992 /* Define to 1 if you have the <sys/statfs.h> header file. */
993 #undef HAVE_SYS_STATFS_H
995 /* Define to 1 if you have the <sys/statvfs.h> header file. */
996 #undef HAVE_SYS_STATVFS_H
998 /* Define to 1 if you have the <sys/stat.h> header file. */
999 #undef HAVE_SYS_STAT_H
1001 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1002 #undef HAVE_SYS_SYSCTL_H
1004 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1005 #undef HAVE_SYS_SYSMACROS_H
1007 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1008 #undef HAVE_SYS_SYSTEMINFO_H
1010 /* Define to 1 if you have the <sys/timeb.h> header file. */
1011 #undef HAVE_SYS_TIMEB_H
1013 /* Define to 1 if you have the <sys/time.h> header file. */
1014 #undef HAVE_SYS_TIME_H
1016 /* Define to 1 if you have the <sys/types.h> header file. */
1017 #undef HAVE_SYS_TYPES_H
1019 /* Define to 1 if you have the <sys/ucred.h> header file. */
1020 #undef HAVE_SYS_UCRED_H
1022 /* Define to 1 if you have the <sys/vfs.h> header file. */
1023 #undef HAVE_SYS_VFS_H
1025 /* Define to 1 if you have the <sys/wait.h> header file. */
1026 #undef HAVE_SYS_WAIT_H
1028 /* Define to 1 if you have the <termios.h> header file. */
1029 #undef HAVE_TERMIOS_H
1031 /* Define if struct tm has the tm_gmtoff member. */
1032 #undef HAVE_TM_GMTOFF
1034 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1035    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1036 #undef HAVE_TM_ZONE
1038 /* Define to 1 if you don't have `tm_zone' but do have the external array
1039    `tzname'. */
1040 #undef HAVE_TZNAME
1042 /* Define to 1 if you have the `tzset' function. */
1043 #undef HAVE_TZSET
1045 /* Define to 1 if you have the <ucontext.h> header file. */
1046 #undef HAVE_UCONTEXT_H
1048 /* Define to 1 if you have the `uname' function. */
1049 #undef HAVE_UNAME
1051 /* Define to 1 if you have the <unistd.h> header file. */
1052 #undef HAVE_UNISTD_H
1054 /* Define if you have the unsigned long long type. */
1055 #undef HAVE_UNSIGNED_LONG_LONG
1057 /* Define to 1 if you have the `utime' function. */
1058 #undef HAVE_UTIME
1060 /* Define if utimes accepts a null argument */
1061 #undef HAVE_UTIMES_NULL
1063 /* Define to 1 if you have the <utime.h> header file. */
1064 #undef HAVE_UTIME_H
1066 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1067 #undef HAVE_UTIME_NULL
1069 /* Define to 1 if you have the `utmpname' function. */
1070 #undef HAVE_UTMPNAME
1072 /* Define to 1 if you have the `utmpxname' function. */
1073 #undef HAVE_UTMPXNAME
1075 /* FIXME */
1076 #undef HAVE_UTMPX_H
1078 /* Define to 1 if you have the <utmp.h> header file. */
1079 #undef HAVE_UTMP_H
1081 /* FIXME */
1082 #undef HAVE_UT_HOST
1084 /* Define to 1 if you have the <values.h> header file. */
1085 #undef HAVE_VALUES_H
1087 /* Define to 1 if you have the `vprintf' function. */
1088 #undef HAVE_VPRINTF
1090 /* Define to 1 if you have the <wchar.h> header file. */
1091 #undef HAVE_WCHAR_H
1093 /* Define to 1 if you have the `wcrtomb' function. */
1094 #undef HAVE_WCRTOMB
1096 /* Define to 1 if you have the <wctype.h> header file. */
1097 #undef HAVE_WCTYPE_H
1099 /* Define to 1 if you have the `wcwidth' function. */
1100 #undef HAVE_WCWIDTH
1102 /* Define to 1 if you have the `wmempcpy' function. */
1103 #undef HAVE_WMEMPCPY
1105 /* Define to 1 if extending the stack slightly past the limit causes a
1106    SIGSEGV, and an alternate stack can be established with sigaltstack, and
1107    the signal handler is passed a context that specifies the run time stack.
1108    This behavior is defined by POSIX 1003.1-2001 with the X/Open System
1109    Interface (XSI) option and is a standardized way to implement a SEGV-based
1110    stack overflow detection heuristic. */
1111 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
1113 /* Define to 1 if you have the `__fpending' function. */
1114 #undef HAVE___FPENDING
1116 /* Define to 1 if you have the `__secure_getenv' function. */
1117 #undef HAVE___SECURE_GETENV
1119 /* The host operating system. */
1120 #undef HOST_OPERATING_SYSTEM
1122 /* Define as const if the declaration of iconv() needs const. */
1123 #undef ICONV_CONST
1125 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1126 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1127 #else
1128 # define ISSLASH(C) ((C) == '/')
1129 #endif
1131 /* Define if `link(2)' dereferences symbolic links. */
1132 #undef LINK_FOLLOWS_SYMLINKS
1134 /* FIXME */
1135 #undef LOCALTIME_CACHE
1137 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1138    slash. */
1139 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1141 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1142    */
1143 #undef MAJOR_IN_MKDEV
1145 /* Define to 1 if `major', `minor', and `makedev' are declared in
1146    <sysmacros.h>. */
1147 #undef MAJOR_IN_SYSMACROS
1149 /* Define if there is no specific function for reading the list of mounted
1150    filesystems. fread will be used to read /etc/mnttab. (SVR2) */
1151 #undef MOUNTED_FREAD
1153 /* Define if (like SVR2) there is no specific function for reading the list of
1154    mounted filesystems, and your system has these header files: <sys/fstyp.h>
1155    and <sys/statfs.h>. (SVR3) */
1156 #undef MOUNTED_FREAD_FSTYP
1158 /* Define if there are functions named next_dev and fs_stat_dev for reading
1159    the list of mounted filesystems. (BeOS) */
1160 #undef MOUNTED_FS_STAT_DEV
1162 /* Define if there is a function named getfsstat for reading the list of
1163    mounted filesystems. (DEC Alpha running OSF/1) */
1164 #undef MOUNTED_GETFSSTAT
1166 /* Define if there is a function named getmnt for reading the list of mounted
1167    filesystems. (Ultrix) */
1168 #undef MOUNTED_GETMNT
1170 /* Define if there is a function named getmntent for reading the list of
1171    mounted filesystems, and that function takes a single argument. (4.3BSD,
1172    SunOS, HP-UX, Dynix, Irix) */
1173 #undef MOUNTED_GETMNTENT1
1175 /* Define if there is a function named getmntent for reading the list of
1176    mounted filesystems, and that function takes two arguments. (SVR4) */
1177 #undef MOUNTED_GETMNTENT2
1179 /* Define if there is a function named getmntinfo for reading the list of
1180    mounted filesystems. (4.4BSD, Darwin) */
1181 #undef MOUNTED_GETMNTINFO
1183 /* Define if there is a function named listmntent that can be used to list all
1184    mounted filesystems. (UNICOS) */
1185 #undef MOUNTED_LISTMNTENT
1187 /* Define if there is a function named mntctl that can be used to read the
1188    list of mounted filesystems, and there is a system header file that
1189    declares `struct vmount.' (AIX) */
1190 #undef MOUNTED_VMOUNT
1192 /* Define to 1 if assertions should be disabled. */
1193 #undef NDEBUG
1195 /* FIXME */
1196 #undef NICE_PRIORITY
1198 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1199    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1200 #undef NLIST_NAME_UNION
1202 /* Name of package */
1203 #undef PACKAGE
1205 /* Define to the address where bug reports for this package should be sent. */
1206 #undef PACKAGE_BUGREPORT
1208 /* Define to the full name of this package. */
1209 #undef PACKAGE_NAME
1211 /* Define to the full name and version of this package. */
1212 #undef PACKAGE_STRING
1214 /* Define to the one symbol short name of this package. */
1215 #undef PACKAGE_TARNAME
1217 /* Define to the version of this package. */
1218 #undef PACKAGE_VERSION
1220 /* the number of pending output bytes on stream `fp' */
1221 #undef PENDING_OUTPUT_N_BYTES
1223 /* Define to 1 if the C compiler supports function prototypes. */
1224 #undef PROTOTYPES
1226 /* Define if rename does not work for source paths with a trailing slash, like
1227    the one from SunOS 4.1.1_U1. */
1228 #undef RENAME_TRAILING_SLASH_BUG
1230 /* Define as the return type of signal handlers (`int' or `void'). */
1231 #undef RETSIGTYPE
1233 /* the value to which errno is set when rmdir fails on a nonempty directory */
1234 #undef RMDIR_ERRNO_NOT_EMPTY
1236 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1237    second argument and the buffer pointer as the third, as on System V before
1238    release 3. */
1239 #undef SETVBUF_REVERSED
1241 /* If using the C implementation of alloca, define if you know the
1242    direction of stack growth for your system; otherwise it will be
1243    automatically deduced at run-time.
1244         STACK_DIRECTION > 0 => grows toward higher addresses
1245         STACK_DIRECTION < 0 => grows toward lower addresses
1246         STACK_DIRECTION = 0 => direction of growth unknown */
1247 #undef STACK_DIRECTION
1249 /* Define if the block counts reported by statfs may be truncated to 2GB and
1250    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1251    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1252    affected.) */
1253 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1255 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1256 #undef STAT_MACROS_BROKEN
1258 /* Define if there is no specific function for reading filesystems usage
1259    information and you have the <sys/filsys.h> header file. (SVR2) */
1260 #undef STAT_READ_FILSYS
1262 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1263    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1264 #undef STAT_STATFS2_BSIZE
1266 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1267    (4.4BSD, NetBSD) */
1268 #undef STAT_STATFS2_FSIZE
1270 /* Define if statfs takes 2 args and the second argument has type struct
1271    fs_data. (Ultrix) */
1272 #undef STAT_STATFS2_FS_DATA
1274 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1275 #undef STAT_STATFS3_OSF1
1277 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1278 #undef STAT_STATFS4
1280 /* Define if there is a function named statvfs. (SVR4) */
1281 #undef STAT_STATVFS
1283 /* Define to 1 if you have the ANSI C header files. */
1284 #undef STDC_HEADERS
1286 /* Define to 1 if strerror_r returns char *. */
1287 #undef STRERROR_R_CHAR_P
1289 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1290    */
1291 #undef ST_MTIM_NSEC
1293 /* Define to 1 on System V Release 4. */
1294 #undef SVR4
1296 /* FIXME */
1297 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1299 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1300 #undef TIME_WITH_SYS_TIME
1302 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1303 #undef TM_IN_SYS_TIME
1305 /* Define to 1 for Encore UMAX. */
1306 #undef UMAX
1308 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1309    <sys/cpustats.h>. */
1310 #undef UMAX4_3
1312 /* Version number of package */
1313 #undef VERSION
1315 /* Define if sys/ptem.h is required for struct winsize. */
1316 #undef WINSIZE_IN_PTEM
1318 /* Define to 1 if your processor stores words with the most significant byte
1319    first (like Motorola and SPARC, unlike Intel and VAX). */
1320 #undef WORDS_BIGENDIAN
1322 /* Define to 1 if on AIX 3.
1323    System headers sometimes define this.
1324    We just want to avoid a redefinition error message.  */
1325 #ifndef _ALL_SOURCE
1326 # undef _ALL_SOURCE
1327 #endif
1329 /* Number of bits in a file offset, on hosts where this is settable. */
1330 #undef _FILE_OFFSET_BITS
1332 /* Enable GNU extensions on systems that have them.  */
1333 #ifndef _GNU_SOURCE
1334 # undef _GNU_SOURCE
1335 #endif
1337 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1338 #undef _LARGEFILE_SOURCE
1340 /* Define for large files, on AIX-style hosts. */
1341 #undef _LARGE_FILES
1343 /* Define to 1 if on MINIX. */
1344 #undef _MINIX
1346 /* Define to 2 if the system does not provide POSIX.1 features except with
1347    this defined. */
1348 #undef _POSIX_1_SOURCE
1350 /* Define to 1 if you need to in order for `stat' and other things to work. */
1351 #undef _POSIX_SOURCE
1353 /* Define like PROTOTYPES; this can be used by system headers. */
1354 #undef __PROTOTYPES
1356 /* Define to rpl_chown if the replacement function should be used. */
1357 #undef chown
1359 /* Define to empty if `const' does not conform to ANSI C. */
1360 #undef const
1362 /* Define to rpl_fnmatch if the replacement function should be used. */
1363 #undef fnmatch
1365 /* Define as rpl_getgroups if getgroups doesn't work right. */
1366 #undef getgroups
1368 /* Define to rpl_gettimeofday if the replacement function should be used. */
1369 #undef gettimeofday
1371 /* Define to `int' if <sys/types.h> doesn't define. */
1372 #undef gid_t
1374 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
1375    if it is not supported. */
1376 #undef inline
1378 /* Define to `unsigned long' if <sys/types.h> does not define. */
1379 #undef ino_t
1381 /* Define to widest signed type if <inttypes.h> doesn't define. */
1382 #undef intmax_t
1384 /* Define to rpl_localtime if the replacement function should be used. */
1385 #undef localtime
1387 /* Define to `unsigned int' if <sys/types.h> does not define. */
1388 #undef major_t
1390 /* Define to rpl_malloc if the replacement function should be used. */
1391 #undef malloc
1393 /* Define to a type if <wchar.h> does not define. */
1394 #undef mbstate_t
1396 /* Define to rpl_memcmp if the replacement function should be used. */
1397 #undef memcmp
1399 /* Define to `unsigned int' if <sys/types.h> does not define. */
1400 #undef minor_t
1402 /* Define to rpl_mkdir if the replacement function should be used. */
1403 #undef mkdir
1405 /* Define to rpl_mkstemp if the replacement function should be used. */
1406 #undef mkstemp
1408 /* Define to rpl_mktime if the replacement function should be used. */
1409 #undef mktime
1411 /* Define to `int' if <sys/types.h> does not define. */
1412 #undef mode_t
1414 /* Define to the name of the strftime replacement function. */
1415 #undef my_strftime
1417 /* Define to rpl_nanosleep if the replacement function should be used. */
1418 #undef nanosleep
1420 /* Define to `long' if <sys/types.h> does not define. */
1421 #undef off_t
1423 /* Define to `int' if <sys/types.h> does not define. */
1424 #undef pid_t
1426 /* Define to rpl_putenv if the replacement function should be used. */
1427 #undef putenv
1429 /* Define to rpl_realloc if the replacement function should be used. */
1430 #undef realloc
1432 /* Define to `unsigned' if <sys/types.h> does not define. */
1433 #undef size_t
1435 /* Define to `int' if <sys/types.h> does not define. */
1436 #undef ssize_t
1438 /* Define to `int' if <sys/types.h> doesn't define. */
1439 #undef uid_t
1441 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
1442 #undef uintmax_t
1444 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1445    code using `volatile' can become incorrect without. Disable with care. */
1446 #undef volatile