(ALLOCA_LIMIT): Remove macro, which collided
[coreutils.git] / config.hin
blob1a7d9e7415f606922a9041096192196e02b8248c
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 the default level of POSIX conformance. The value is of the form
27    YYYYMM, specifying the year and month the standard was adopted. If not
28    defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
29    Define to 199209 to default to POSIX 1003.2-1992, which makes standard
30    programs like `head', `tail', and `sort' accept obsolete options like `+10'
31    and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
32    these standard programs treat leading-`+' operands as file names and
33    require modern usages like `-n 10' instead of `-10'. Whether defined here
34    or not, the default can be overridden at run time via the _POSIX2_VERSION
35    environment variable. */
36 #undef DEFAULT_POSIX2_VERSION
38 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
39 #undef DGUX
41 /* the name of the file descriptor member of DIR */
42 #undef DIR_FD_MEMBER_NAME
44 #ifdef DIR_FD_MEMBER_NAME
45 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
46 #else
47 # define DIR_TO_FD(Dir_p) -1
48 #endif
50     
52 /* Define if there is a member named d_ino in the struct describing directory
53    headers. */
54 #undef D_INO_IN_DIRENT
56 /* Define to 1 if translation of program messages to the user's native
57    language is requested. */
58 #undef ENABLE_NLS
60 /* Define on systems for which file names may have a so-called `drive letter'
61    prefix, define this to compute the length of that prefix, including the
62    colon. */
63 #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
65 /* Define if the backslash character may also serve as a file name component
66    separator. */
67 #undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
69 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
70 # define FILESYSTEM_PREFIX_LEN(Filename) \
71   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
72 #else
73 # define FILESYSTEM_PREFIX_LEN(Filename) 0
74 #endif
76 /* Define to the type of elements in the array set by `getgroups'. Usually
77    this is either `int' or `gid_t'. */
78 #undef GETGROUPS_T
80 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
81    */
82 #undef GETLOADAVG_PRIVILEGED
84 /* Define if gettimeofday clobbers localtime's static buffer. */
85 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
87 /* The concatenation of the strings `GNU ', and PACKAGE. */
88 #undef GNU_PACKAGE
90 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
91 #undef GWINSZ_IN_SYS_IOCTL
93 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
94 #undef GWINSZ_IN_SYS_PTY
96 /* Define to 1 if you have the `acl' function. */
97 #undef HAVE_ACL
99 /* Define to 1 if you have the `alarm' function. */
100 #undef HAVE_ALARM
102 /* Define to 1 if you have `alloca', as a function or macro. */
103 #undef HAVE_ALLOCA
105 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
106    */
107 #undef HAVE_ALLOCA_H
109 /* Define to 1 if you have the <arpa/inet.h> header file. */
110 #undef HAVE_ARPA_INET_H
112 /* Define to 1 if you have the `atexit' function. */
113 #undef HAVE_ATEXIT
115 /* Define to 1 if you have the <bp-sym.h> header file. */
116 #undef HAVE_BP_SYM_H
118 /* Define to 1 if you have the `btowc' function. */
119 #undef HAVE_BTOWC
121 /* Define to 1 if your system has a working `chown' function. */
122 #undef HAVE_CHOWN
124 /* Define to 1 if you have the `chroot' function. */
125 #undef HAVE_CHROOT
127 /* Define to 1 if you have the `chsize' function. */
128 #undef HAVE_CHSIZE
130 /* Define to 1 if you have the `clock_gettime' function. */
131 #undef HAVE_CLOCK_GETTIME
133 /* Define to 1 if you have the `clock_settime' function. */
134 #undef HAVE_CLOCK_SETTIME
136 /* FIXME */
137 #undef HAVE_C_LINE
139 /* Define if the GNU dcgettext() function is already present or preinstalled.
140    */
141 #undef HAVE_DCGETTEXT
143 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
144    you don't. */
145 #undef HAVE_DECL_CLEARERR_UNLOCKED
147 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
148    */
149 #undef HAVE_DECL_DIRFD
151 /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
152    don't. */
153 #undef HAVE_DECL_EUIDACCESS
155 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
156    don't. */
157 #undef HAVE_DECL_FEOF_UNLOCKED
159 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
160    you don't. */
161 #undef HAVE_DECL_FERROR_UNLOCKED
163 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
164    you don't. */
165 #undef HAVE_DECL_FFLUSH_UNLOCKED
167 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
168    you don't. */
169 #undef HAVE_DECL_FGETS_UNLOCKED
171 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
172    you don't. */
173 #undef HAVE_DECL_FPUTC_UNLOCKED
175 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
176    you don't. */
177 #undef HAVE_DECL_FPUTS_UNLOCKED
179 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
180    you don't. */
181 #undef HAVE_DECL_FREAD_UNLOCKED
183 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
184    */
185 #undef HAVE_DECL_FREE
187 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
188    you don't. */
189 #undef HAVE_DECL_FWRITE_UNLOCKED
191 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
192    you don't. */
193 #undef HAVE_DECL_GETCHAR_UNLOCKED
195 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
196    */
197 #undef HAVE_DECL_GETCWD
199 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
200    don't. */
201 #undef HAVE_DECL_GETC_UNLOCKED
203 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
204    */
205 #undef HAVE_DECL_GETENV
207 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
208    don't. */
209 #undef HAVE_DECL_GETEUID
211 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
212    don't. */
213 #undef HAVE_DECL_GETGRGID
215 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
216    don't. */
217 #undef HAVE_DECL_GETLOGIN
219 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
220    don't. */
221 #undef HAVE_DECL_GETPWUID
223 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
224    */
225 #undef HAVE_DECL_GETUID
227 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
228    don't. */
229 #undef HAVE_DECL_GETUTENT
231 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
232    */
233 #undef HAVE_DECL_LSEEK
235 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
236    */
237 #undef HAVE_DECL_MALLOC
239 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
240    */
241 #undef HAVE_DECL_MEMCHR
243 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
244    don't. */
245 #undef HAVE_DECL_MEMRCHR
247 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
248    don't. */
249 #undef HAVE_DECL_NANOSLEEP
251 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
252    you don't. */
253 #undef HAVE_DECL_PUTCHAR_UNLOCKED
255 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
256    don't. */
257 #undef HAVE_DECL_PUTC_UNLOCKED
259 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
260    don't. */
261 #undef HAVE_DECL_REALLOC
263 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
264    */
265 #undef HAVE_DECL_STPCPY
267 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
268    don't. */
269 #undef HAVE_DECL_STRERROR_R
271 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
272    don't. */
273 #undef HAVE_DECL_STRNDUP
275 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
276    don't. */
277 #undef HAVE_DECL_STRNLEN
279 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
280    don't. */
281 #undef HAVE_DECL_STRSIGNAL
283 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
284    */
285 #undef HAVE_DECL_STRSTR
287 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
288    don't. */
289 #undef HAVE_DECL_STRTOIMAX
291 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
292    don't. */
293 #undef HAVE_DECL_STRTOLL
295 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
296    don't. */
297 #undef HAVE_DECL_STRTOUL
299 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
300    don't. */
301 #undef HAVE_DECL_STRTOULL
303 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
304    don't. */
305 #undef HAVE_DECL_STRTOUMAX
307 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
308    don't. */
309 #undef HAVE_DECL_SYS_SIGLIST
311 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
312    don't. */
313 #undef HAVE_DECL_TTYNAME
315 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
316    */
317 #undef HAVE_DECL_WCWIDTH
319 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
320    don't. */
321 #undef HAVE_DECL__SYS_SIGLIST
323 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
324    don't. */
325 #undef HAVE_DECL___FPENDING
327 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
328    don't. */
329 #undef HAVE_DECL___SYS_SIGLIST
331 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
332    */
333 #undef HAVE_DIRENT_H
335 /* Define to 1 if you have the `dirfd' function. */
336 #undef HAVE_DIRFD
338 /* Define to 1 if you have the `dup2' function. */
339 #undef HAVE_DUP2
341 /* Define to 1 if you have the <dustat.h> header file. */
342 #undef HAVE_DUSTAT_H
344 /* Define to 1 if you have the `endgrent' function. */
345 #undef HAVE_ENDGRENT
347 /* Define to 1 if you have the `endpwent' function. */
348 #undef HAVE_ENDPWENT
350 /* Define to 1 if you have the <errno.h> header file. */
351 #undef HAVE_ERRNO_H
353 /* Define to 1 if you have the `euidaccess' function. */
354 #undef HAVE_EUIDACCESS
356 /* Define to 1 if you have the `fchdir' function. */
357 #undef HAVE_FCHDIR
359 /* Define to 1 if you have the <fcntl.h> header file. */
360 #undef HAVE_FCNTL_H
362 /* Define to 1 if you have the `fdatasync' function. */
363 #undef HAVE_FDATASYNC
365 /* Define to 1 if you have the `fesetround' function. */
366 #undef HAVE_FESETROUND
368 /* Define to 1 if you have the <float.h> header file. */
369 #undef HAVE_FLOAT_H
371 /* Define to 1 if you have the `floor' function. */
372 #undef HAVE_FLOOR
374 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
375 #undef HAVE_FSEEKO
377 /* Define to 1 if you have the <fs_info.h> header file. */
378 #undef HAVE_FS_INFO_H
380 /* Define to 1 if you have the `fs_stat_dev' function. */
381 #undef HAVE_FS_STAT_DEV
383 /* Define to 1 if you have the `ftruncate' function. */
384 #undef HAVE_FTRUNCATE
386 /* Define if struct statfs has the f_fstypename member. */
387 #undef HAVE_F_FSTYPENAME_IN_STATFS
389 /* Define to 1 if you have the `getcwd' function. */
390 #undef HAVE_GETCWD
392 /* Define if getcwd (NULL, 0) allocates memory for result. */
393 #undef HAVE_GETCWD_NULL
395 /* Define to 1 if you have the `getdelim' function. */
396 #undef HAVE_GETDELIM
398 /* Define to 1 if your system has a working `getgroups' function. */
399 #undef HAVE_GETGROUPS
401 /* Define to 1 if you have the `gethostbyaddr' function. */
402 #undef HAVE_GETHOSTBYADDR
404 /* Define to 1 if you have the `gethostbyname' function. */
405 #undef HAVE_GETHOSTBYNAME
407 /* Define to 1 if you have the `gethostid' function. */
408 #undef HAVE_GETHOSTID
410 /* Define to 1 if you have the `gethostname' function. */
411 #undef HAVE_GETHOSTNAME
413 /* Define to 1 if you have the `gethrtime' function. */
414 #undef HAVE_GETHRTIME
416 /* Define to 1 if you have the `getloadavg' function. */
417 #undef HAVE_GETLOADAVG
419 /* Define to 1 if you have the `getmntent' function. */
420 #undef HAVE_GETMNTENT
422 /* Define to 1 if you have the `getmntinfo' function. */
423 #undef HAVE_GETMNTINFO
425 /* Define to 1 if you have the `getpagesize' function. */
426 #undef HAVE_GETPAGESIZE
428 /* Define to 1 if you have the `getpass' function. */
429 #undef HAVE_GETPASS
431 /* Define to 1 if you have the `getspnam' function. */
432 #undef HAVE_GETSPNAM
434 /* Define to 1 if you have the `getsysinfo' function. */
435 #undef HAVE_GETSYSINFO
437 /* Define if the GNU gettext() function is already present or preinstalled. */
438 #undef HAVE_GETTEXT
440 /* Define to 1 if you have the `gettimeofday' function. */
441 #undef HAVE_GETTIMEOFDAY
443 /* Define to 1 if you have the `getusershell' function. */
444 #undef HAVE_GETUSERSHELL
446 /* Define to 1 if you have the <grp.h> header file. */
447 #undef HAVE_GRP_H
449 /* Define to 1 if you have the `hasmntopt' function. */
450 #undef HAVE_HASMNTOPT
452 /* Define to 1 if you have the <hurd.h> header file. */
453 #undef HAVE_HURD_H
455 /* Define if you have the iconv() function. */
456 #undef HAVE_ICONV
458 /* Define to 1 if you have the `inet_ntoa' function. */
459 #undef HAVE_INET_NTOA
461 /* Define to 1 if you have the `initgroups' function. */
462 #undef HAVE_INITGROUPS
464 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
465 #undef HAVE_INTMAX_T
467 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
468 #undef HAVE_INTTYPES_H
470 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
471    declares uintmax_t. */
472 #undef HAVE_INTTYPES_H_WITH_UINTMAX
474 /* Define to 1 if you have the `isascii' function. */
475 #undef HAVE_ISASCII
477 /* Define to 1 if you have the `iswcntrl' function. */
478 #undef HAVE_ISWCNTRL
480 /* Define to 1 if you have the `iswprint' function. */
481 #undef HAVE_ISWPRINT
483 /* Define to 1 if you have the `iswspace' function. */
484 #undef HAVE_ISWSPACE
486 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
487 #undef HAVE_LANGINFO_CODESET
489 /* Define to 1 if you have the `lchown' function. */
490 #undef HAVE_LCHOWN
492 /* Define to 1 if you have the `dgc' library (-ldgc). */
493 #undef HAVE_LIBDGC
495 /* Define to 1 if you have the `kstat' library (-lkstat). */
496 #undef HAVE_LIBKSTAT
498 /* Define to 1 if you have the `ldgc' library (-lldgc). */
499 #undef HAVE_LIBLDGC
501 /* Define to 1 if you have the `os' library (-los). */
502 #undef HAVE_LIBOS
504 /* Define to 1 if you have the `ypsec' library (-lypsec). */
505 #undef HAVE_LIBYPSEC
507 /* Define to 1 if you have the <limits.h> header file. */
508 #undef HAVE_LIMITS_H
510 /* Define to 1 if you have the `listmntent' function. */
511 #undef HAVE_LISTMNTENT
513 /* Define to 1 if you have the `localeconv' function. */
514 #undef HAVE_LOCALECONV
516 /* Define to 1 if you have the <locale.h> header file. */
517 #undef HAVE_LOCALE_H
519 /* Define if you have the 'long double' type. */
520 #undef HAVE_LONG_DOUBLE
522 /* Define to 1 if you support file names longer than 14 characters. */
523 #undef HAVE_LONG_FILE_NAMES
525 /* Define if you have the 'long long' type. */
526 #undef HAVE_LONG_LONG
528 /* Define to 1 if `lstat' has the bug that it succeeds when given the
529    zero-length file name argument. */
530 #undef HAVE_LSTAT_EMPTY_STRING_BUG
532 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
533 #undef HAVE_MACHINE_HAL_SYSINFO_H
535 /* Define to 1 if you have the <mach/mach.h> header file. */
536 #undef HAVE_MACH_MACH_H
538 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
539    to 0 otherwise. */
540 #undef HAVE_MALLOC
542 /* Define to 1 if you have the `mblen' function. */
543 #undef HAVE_MBLEN
545 /* Define to 1 if you have the `mbrlen' function. */
546 #undef HAVE_MBRLEN
548 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
549 #undef HAVE_MBRTOWC
551 /* Define to 1 if you have the `mbsinit' function. */
552 #undef HAVE_MBSINIT
554 /* Define to 1 if you have the `mbsrtowcs' function. */
555 #undef HAVE_MBSRTOWCS
557 /* Define to 1 if <wchar.h> declares mbstate_t. */
558 #undef HAVE_MBSTATE_T
560 /* Define to 1 if you have the `memchr' function. */
561 #undef HAVE_MEMCHR
563 /* Define to 1 if you have the `memcpy' function. */
564 #undef HAVE_MEMCPY
566 /* Define to 1 if you have the `memmove' function. */
567 #undef HAVE_MEMMOVE
569 /* Define to 1 if you have the <memory.h> header file. */
570 #undef HAVE_MEMORY_H
572 /* Define to 1 if you have the `mempcpy' function. */
573 #undef HAVE_MEMPCPY
575 /* Define to 1 if you have the `memrchr' function. */
576 #undef HAVE_MEMRCHR
578 /* Define to 1 if you have the `memset' function. */
579 #undef HAVE_MEMSET
581 /* Define to 1 if you have the `mkfifo' function. */
582 #undef HAVE_MKFIFO
584 /* Define to 1 if you have the `mkstemp' function. */
585 #undef HAVE_MKSTEMP
587 /* Define to 1 if you have the <mntent.h> header file. */
588 #undef HAVE_MNTENT_H
590 /* Define to 1 if you have the <mnttab.h> header file. */
591 #undef HAVE_MNTTAB_H
593 /* Define to 1 if you have the `modf' function. */
594 #undef HAVE_MODF
596 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
597 #undef HAVE_NDIR_H
599 /* Define to 1 if you have the <netdb.h> header file. */
600 #undef HAVE_NETDB_H
602 /* Define to 1 if you have the <netinet/in.h> header file. */
603 #undef HAVE_NETINET_IN_H
605 /* Define to 1 if you have the `next_dev' function. */
606 #undef HAVE_NEXT_DEV
608 /* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
609 #undef HAVE_NFS_NFS_CLNT_H
611 /* Define to 1 if you have the <nfs/vfs.h> header file. */
612 #undef HAVE_NFS_VFS_H
614 /* Define to 1 if you have the <nlist.h> header file. */
615 #undef HAVE_NLIST_H
617 /* Define to 1 if libc includes obstacks. */
618 #undef HAVE_OBSTACK
620 /* Define to 1 if you have the <OS.h> header file. */
621 #undef HAVE_OS_H
623 /* Define to 1 if you have the `pathconf' function. */
624 #undef HAVE_PATHCONF
626 /* Define to 1 if you have the <paths.h> header file. */
627 #undef HAVE_PATHS_H
629 /* Define if your system has the /proc/uptime special file. */
630 #undef HAVE_PROC_UPTIME
632 /* Define to 1 if you have the `pstat_getdynamic' function. */
633 #undef HAVE_PSTAT_GETDYNAMIC
635 /* Define to 1 if you have the `pstat_getstatic' function. */
636 #undef HAVE_PSTAT_GETSTATIC
638 /* Define to 1 if the system has the type `ptrdiff_t'. */
639 #undef HAVE_PTRDIFF_T
641 /* Define to 1 if you have the <pwd.h> header file. */
642 #undef HAVE_PWD_H
644 /* Define to 1 if you have the `raise' function. */
645 #undef HAVE_RAISE
647 /* Define to 1 if you have the `readlink' function. */
648 #undef HAVE_READLINK
650 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
651    and to 0 otherwise. */
652 #undef HAVE_REALLOC
654 /* Define to 1 if you have the `realpath' function. */
655 #undef HAVE_REALPATH
657 /* Define to 1 if you have the `resolvepath' function. */
658 #undef HAVE_RESOLVEPATH
660 /* Define to 1 if you have the `rint' function. */
661 #undef HAVE_RINT
663 /* Define to 1 if you have the `rmdir' function. */
664 #undef HAVE_RMDIR
666 /* Define to 1 if you have the `rpmatch' function. */
667 #undef HAVE_RPMATCH
669 /* Define to 1 if you have run the test for working tzset. */
670 #undef HAVE_RUN_TZSET_TEST
672 /* Define to 1 if you have the `sethostname' function. */
673 #undef HAVE_SETHOSTNAME
675 /* Define to 1 if you have the `setlocale' function. */
676 #undef HAVE_SETLOCALE
678 /* Define to 1 if you have the `setregid' function. */
679 #undef HAVE_SETREGID
681 /* Define to 1 if you have the `setreuid' function. */
682 #undef HAVE_SETREUID
684 /* Define to 1 if you have the <shadow.h> header file. */
685 #undef HAVE_SHADOW_H
687 /* Define to 1 if you have the `sig2str' function. */
688 #undef HAVE_SIG2STR
690 /* Define to 1 if you have the `snprintf' function. */
691 #undef HAVE_SNPRINTF
693 /* Define to 1 if you have the `sqrt' function. */
694 #undef HAVE_SQRT
696 /* Define to 1 if you have the `statvfs' function. */
697 #undef HAVE_STATVFS
699 /* Define to 1 if `stat' has the bug that it succeeds when given the
700    zero-length file name argument. */
701 #undef HAVE_STAT_EMPTY_STRING_BUG
703 /* Define to 1 if stdbool.h conforms to C99. */
704 #undef HAVE_STDBOOL_H
706 /* Define to 1 if you have the <stddef.h> header file. */
707 #undef HAVE_STDDEF_H
709 /* Define to 1 if you have the <stdint.h> header file. */
710 #undef HAVE_STDINT_H
712 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
713    uintmax_t. */
714 #undef HAVE_STDINT_H_WITH_UINTMAX
716 /* Define to 1 if you have the <stdio_ext.h> header file. */
717 #undef HAVE_STDIO_EXT_H
719 /* Define to 1 if you have the <stdlib.h> header file. */
720 #undef HAVE_STDLIB_H
722 /* Define to 1 if you have the `stpcpy' function. */
723 #undef HAVE_STPCPY
725 /* Define to 1 if you have the `strcasecmp' function. */
726 #undef HAVE_STRCASECMP
728 /* Define to 1 if you have the `strchr' function. */
729 #undef HAVE_STRCHR
731 /* Define to 1 if you have the `strcoll' function and it is properly defined.
732    */
733 #undef HAVE_STRCOLL
735 /* Define to 1 if you have the `strcspn' function. */
736 #undef HAVE_STRCSPN
738 /* Define to 1 if you have the `strdup' function. */
739 #undef HAVE_STRDUP
741 /* Define to 1 if you have the `strerror' function. */
742 #undef HAVE_STRERROR
744 /* Define to 1 if you have the `strerror_r' function. */
745 #undef HAVE_STRERROR_R
747 /* Define to 1 if you have the `strftime' function. */
748 #undef HAVE_STRFTIME
750 /* Define to 1 if you have the <strings.h> header file. */
751 #undef HAVE_STRINGS_H
753 /* Define to 1 if you have the <string.h> header file. */
754 #undef HAVE_STRING_H
756 /* Define to 1 if you have the `strncasecmp' function. */
757 #undef HAVE_STRNCASECMP
759 /* Define to 1 if you have the `strndup' function. */
760 #undef HAVE_STRNDUP
762 /* Define to 1 if you have the `strpbrk' function. */
763 #undef HAVE_STRPBRK
765 /* Define to 1 if you have the `strrchr' function. */
766 #undef HAVE_STRRCHR
768 /* Define to 1 if you have the `strstr' function. */
769 #undef HAVE_STRSTR
771 /* Define to 1 if you have the `strtoimax' function. */
772 #undef HAVE_STRTOIMAX
774 /* Define to 1 if you have the `strtol' function. */
775 #undef HAVE_STRTOL
777 /* Define to 1 if you have the `strtoll' function. */
778 #undef HAVE_STRTOLL
780 /* Define to 1 if you have the `strtoul' function. */
781 #undef HAVE_STRTOUL
783 /* Define to 1 if you have the `strtoull' function. */
784 #undef HAVE_STRTOULL
786 /* Define to 1 if you have the `strtoumax' function. */
787 #undef HAVE_STRTOUMAX
789 /* Define if there is a member named d_type in the struct describing directory
790    headers. */
791 #undef HAVE_STRUCT_DIRENT_D_TYPE
793 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
794 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
796 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
797 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
799 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
800 #undef HAVE_STRUCT_SPWD_SP_PWDP
802 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
803 #undef HAVE_STRUCT_STATFS_F_BASETYPE
805 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
806 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
808 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
809 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
811 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
812 #undef HAVE_STRUCT_STATFS_F_NAMELEN
814 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
815 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
817 /* Define to 1 if `f_type' is member of `struct statfs'. */
818 #undef HAVE_STRUCT_STATFS_F_TYPE
820 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
821 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
823 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
824 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
826 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
827 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
829 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
830 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
832 /* Define to 1 if `f_type' is member of `struct statvfs'. */
833 #undef HAVE_STRUCT_STATVFS_F_TYPE
835 /* Define to 1 if `st_author' is member of `struct stat'. */
836 #undef HAVE_STRUCT_STAT_ST_AUTHOR
838 /* Define to 1 if `st_blksize' is member of `struct stat'. */
839 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
841 /* Define to 1 if `st_blocks' is member of `struct stat'. */
842 #undef HAVE_STRUCT_STAT_ST_BLOCKS
844 /* Define if struct timespec is declared in <time.h>. */
845 #undef HAVE_STRUCT_TIMESPEC
847 /* Define to 1 if `tm_zone' is member of `struct tm'. */
848 #undef HAVE_STRUCT_TM_TM_ZONE
850 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
851    have utime.h but don't declare the struct anywhere. */
852 #undef HAVE_STRUCT_UTIMBUF
854 /* Define to 1 if `ut_exit' is member of `struct utmpx'. */
855 #undef HAVE_STRUCT_UTMPX_UT_EXIT
857 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
858 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
860 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
861 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
863 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
864 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
866 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
867 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
869 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
870 #undef HAVE_STRUCT_UTMPX_UT_ID
872 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
873 #undef HAVE_STRUCT_UTMPX_UT_NAME
875 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
876 #undef HAVE_STRUCT_UTMPX_UT_PID
878 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
879 #undef HAVE_STRUCT_UTMPX_UT_TYPE
881 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
882 #undef HAVE_STRUCT_UTMPX_UT_USER
884 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
885 #undef HAVE_STRUCT_UTMP_UT_EXIT
887 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
888 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
890 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
891 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
893 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
894 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
896 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
897 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
899 /* Define to 1 if `ut_id' is member of `struct utmp'. */
900 #undef HAVE_STRUCT_UTMP_UT_ID
902 /* Define to 1 if `ut_name' is member of `struct utmp'. */
903 #undef HAVE_STRUCT_UTMP_UT_NAME
905 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
906 #undef HAVE_STRUCT_UTMP_UT_PID
908 /* Define to 1 if `ut_type' is member of `struct utmp'. */
909 #undef HAVE_STRUCT_UTMP_UT_TYPE
911 /* Define to 1 if `ut_user' is member of `struct utmp'. */
912 #undef HAVE_STRUCT_UTMP_UT_USER
914 /* Define to 1 if you have the `strverscmp' function. */
915 #undef HAVE_STRVERSCMP
917 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
918    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
919 #undef HAVE_ST_BLOCKS
921 /* Define if struct stat has an st_dm_mode member. */
922 #undef HAVE_ST_DM_MODE
924 /* Define to 1 if you have the `sysctl' function. */
925 #undef HAVE_SYSCTL
927 /* Define to 1 if you have the `sysinfo' function. */
928 #undef HAVE_SYSINFO
930 /* FIXME */
931 #undef HAVE_SYSLOG
933 /* Define to 1 if you have the <syslog.h> header file. */
934 #undef HAVE_SYSLOG_H
936 /* Define to 1 if you have the `sysmp' function. */
937 #undef HAVE_SYSMP
939 /* Define to 1 if you have the <sys/acl.h> header file. */
940 #undef HAVE_SYS_ACL_H
942 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
943    */
944 #undef HAVE_SYS_DIR_H
946 /* Define to 1 if you have the <sys/filsys.h> header file. */
947 #undef HAVE_SYS_FILSYS_H
949 /* Define to 1 if you have the <sys/fstyp.h> header file. */
950 #undef HAVE_SYS_FSTYP_H
952 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
953 #undef HAVE_SYS_FS_S5PARAM_H
955 /* Define to 1 if you have the <sys/fs_types.h> header file. */
956 #undef HAVE_SYS_FS_TYPES_H
958 /* Define to 1 if you have the <sys/ioctl.h> header file. */
959 #undef HAVE_SYS_IOCTL_H
961 /* Define to 1 if you have the <sys/mntent.h> header file. */
962 #undef HAVE_SYS_MNTENT_H
964 /* Define to 1 if you have the <sys/mount.h> header file. */
965 #undef HAVE_SYS_MOUNT_H
967 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
968    */
969 #undef HAVE_SYS_NDIR_H
971 /* Define to 1 if you have the <sys/param.h> header file. */
972 #undef HAVE_SYS_PARAM_H
974 /* Define to 1 if you have the <sys/pstat.h> header file. */
975 #undef HAVE_SYS_PSTAT_H
977 /* Define to 1 if you have the <sys/resource.h> header file. */
978 #undef HAVE_SYS_RESOURCE_H
980 /* Define to 1 if you have the <sys/socket.h> header file. */
981 #undef HAVE_SYS_SOCKET_H
983 /* Define to 1 if you have the <sys/statfs.h> header file. */
984 #undef HAVE_SYS_STATFS_H
986 /* Define to 1 if you have the <sys/statvfs.h> header file. */
987 #undef HAVE_SYS_STATVFS_H
989 /* Define to 1 if you have the <sys/stat.h> header file. */
990 #undef HAVE_SYS_STAT_H
992 /* Define to 1 if you have the <sys/sysctl.h> header file. */
993 #undef HAVE_SYS_SYSCTL_H
995 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
996 #undef HAVE_SYS_SYSINFO_H
998 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
999 #undef HAVE_SYS_SYSMACROS_H
1001 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1002 #undef HAVE_SYS_SYSMP_H
1004 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1005 #undef HAVE_SYS_SYSTEMCFG_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/table.h> header file. */
1011 #undef HAVE_SYS_TABLE_H
1013 /* Define to 1 if you have the <sys/timeb.h> header file. */
1014 #undef HAVE_SYS_TIMEB_H
1016 /* Define to 1 if you have the <sys/time.h> header file. */
1017 #undef HAVE_SYS_TIME_H
1019 /* Define to 1 if you have the <sys/types.h> header file. */
1020 #undef HAVE_SYS_TYPES_H
1022 /* Define to 1 if you have the <sys/ucred.h> header file. */
1023 #undef HAVE_SYS_UCRED_H
1025 /* Define to 1 if you have the <sys/vfs.h> header file. */
1026 #undef HAVE_SYS_VFS_H
1028 /* Define to 1 if you have the <sys/wait.h> header file. */
1029 #undef HAVE_SYS_WAIT_H
1031 /* Define to 1 if you have the `table' function. */
1032 #undef HAVE_TABLE
1034 /* Define to 1 if you have the <termios.h> header file. */
1035 #undef HAVE_TERMIOS_H
1037 /* Define if struct tm has the tm_gmtoff member. */
1038 #undef HAVE_TM_GMTOFF
1040 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1041    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1042 #undef HAVE_TM_ZONE
1044 /* Define to 1 if you don't have `tm_zone' but do have the external array
1045    `tzname'. */
1046 #undef HAVE_TZNAME
1048 /* Define to 1 if you have the `tzset' function. */
1049 #undef HAVE_TZSET
1051 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
1052 #undef HAVE_UINTMAX_T
1054 /* Define to 1 if you have the `uname' function. */
1055 #undef HAVE_UNAME
1057 /* Define to 1 if you have the <unistd.h> header file. */
1058 #undef HAVE_UNISTD_H
1060 /* Define if you have the 'unsigned long long' type. */
1061 #undef HAVE_UNSIGNED_LONG_LONG
1063 /* Define if utimes accepts a null argument */
1064 #undef HAVE_UTIMES_NULL
1066 /* Define to 1 if you have the <utime.h> header file. */
1067 #undef HAVE_UTIME_H
1069 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1070 #undef HAVE_UTIME_NULL
1072 /* Define to 1 if you have the `utmpname' function. */
1073 #undef HAVE_UTMPNAME
1075 /* Define to 1 if you have the `utmpxname' function. */
1076 #undef HAVE_UTMPXNAME
1078 /* FIXME */
1079 #undef HAVE_UTMPX_H
1081 /* Define to 1 if you have the <utmp.h> header file. */
1082 #undef HAVE_UTMP_H
1084 /* FIXME */
1085 #undef HAVE_UT_HOST
1087 /* Define to 1 if you have the <values.h> header file. */
1088 #undef HAVE_VALUES_H
1090 /* Define to 1 if you have the `vasnprintf' function. */
1091 #undef HAVE_VASNPRINTF
1093 /* Define to 1 if you have the `vasprintf' function. */
1094 #undef HAVE_VASPRINTF
1096 /* Define to 1 if you have the <wchar.h> header file. */
1097 #undef HAVE_WCHAR_H
1099 /* Define if you have the 'wchar_t' type. */
1100 #undef HAVE_WCHAR_T
1102 /* Define to 1 if you have the `wcrtomb' function. */
1103 #undef HAVE_WCRTOMB
1105 /* Define to 1 if you have the `wcslen' function. */
1106 #undef HAVE_WCSLEN
1108 /* Define to 1 if you have the <wctype.h> header file. */
1109 #undef HAVE_WCTYPE_H
1111 /* Define to 1 if you have the `wcwidth' function. */
1112 #undef HAVE_WCWIDTH
1114 /* Define if you have the 'wint_t' type. */
1115 #undef HAVE_WINT_T
1117 /* Define to 1 if you have the `wmempcpy' function. */
1118 #undef HAVE_WMEMPCPY
1120 /* Define if readdir is found to work properly in some unusual cases. */
1121 #undef HAVE_WORKING_READDIR
1123 /* Define if utimes works properly. */
1124 #undef HAVE_WORKING_UTIMES
1126 /* Define to 1 if the system has the type `_Bool'. */
1127 #undef HAVE__BOOL
1129 /* Define to 1 if you have the external variable, _system_configuration with a
1130    member named physmem. */
1131 #undef HAVE__SYSTEM_CONFIGURATION
1133 /* Define to 1 if you have the `__fpending' function. */
1134 #undef HAVE___FPENDING
1136 /* Define to 1 if you have the `__secure_getenv' function. */
1137 #undef HAVE___SECURE_GETENV
1139 /* The host operating system. */
1140 #undef HOST_OPERATING_SYSTEM
1142 /* Define as const if the declaration of iconv() needs const. */
1143 #undef ICONV_CONST
1145 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1146 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1147 #else
1148 # define ISSLASH(C) ((C) == '/')
1149 #endif
1151 /* Define if `link(2)' dereferences symbolic links. */
1152 #undef LINK_FOLLOWS_SYMLINKS
1154 /* FIXME */
1155 #undef LOCALTIME_CACHE
1157 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1158    slash. */
1159 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1161 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1162    */
1163 #undef MAJOR_IN_MKDEV
1165 /* Define to 1 if `major', `minor', and `makedev' are declared in
1166    <sysmacros.h>. */
1167 #undef MAJOR_IN_SYSMACROS
1169 /* Define if there is no specific function for reading the list of mounted
1170    filesystems. fread will be used to read /etc/mnttab. (SVR2) */
1171 #undef MOUNTED_FREAD
1173 /* Define if (like SVR2) there is no specific function for reading the list of
1174    mounted filesystems, and your system has these header files: <sys/fstyp.h>
1175    and <sys/statfs.h>. (SVR3) */
1176 #undef MOUNTED_FREAD_FSTYP
1178 /* Define if there are functions named next_dev and fs_stat_dev for reading
1179    the list of mounted filesystems. (BeOS) */
1180 #undef MOUNTED_FS_STAT_DEV
1182 /* Define if there is a function named getfsstat for reading the list of
1183    mounted filesystems. (DEC Alpha running OSF/1) */
1184 #undef MOUNTED_GETFSSTAT
1186 /* Define if there is a function named getmnt for reading the list of mounted
1187    filesystems. (Ultrix) */
1188 #undef MOUNTED_GETMNT
1190 /* Define if there is a function named getmntent for reading the list of
1191    mounted filesystems, and that function takes a single argument. (4.3BSD,
1192    SunOS, HP-UX, Dynix, Irix) */
1193 #undef MOUNTED_GETMNTENT1
1195 /* Define if there is a function named getmntent for reading the list of
1196    mounted filesystems, and that function takes two arguments. (SVR4) */
1197 #undef MOUNTED_GETMNTENT2
1199 /* Define if there is a function named getmntinfo for reading the list of
1200    mounted filesystems. (4.4BSD, Darwin) */
1201 #undef MOUNTED_GETMNTINFO
1203 /* Define if there is a function named listmntent that can be used to list all
1204    mounted filesystems. (UNICOS) */
1205 #undef MOUNTED_LISTMNTENT
1207 /* Define if there is a function named mntctl that can be used to read the
1208    list of mounted filesystems, and there is a system header file that
1209    declares `struct vmount.' (AIX) */
1210 #undef MOUNTED_VMOUNT
1212 /* Define to 1 if assertions should be disabled. */
1213 #undef NDEBUG
1215 /* FIXME */
1216 #undef NICE_PRIORITY
1218 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1219    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1220 #undef NLIST_NAME_UNION
1222 /* Name of package */
1223 #undef PACKAGE
1225 /* Define to the address where bug reports for this package should be sent. */
1226 #undef PACKAGE_BUGREPORT
1228 /* Define to the full name of this package. */
1229 #undef PACKAGE_NAME
1231 /* Define to the full name and version of this package. */
1232 #undef PACKAGE_STRING
1234 /* Define to the one symbol short name of this package. */
1235 #undef PACKAGE_TARNAME
1237 /* Define to the version of this package. */
1238 #undef PACKAGE_VERSION
1240 /* the number of pending output bytes on stream `fp' */
1241 #undef PENDING_OUTPUT_N_BYTES
1243 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1244 #undef PRI_MACROS_BROKEN
1246 /* Define to 1 if the C compiler supports function prototypes. */
1247 #undef PROTOTYPES
1249 /* Define if rename does not work for source paths with a trailing slash, like
1250    the one from SunOS 4.1.1_U1. */
1251 #undef RENAME_TRAILING_SLASH_BUG
1253 /* Define as the return type of signal handlers (`int' or `void'). */
1254 #undef RETSIGTYPE
1256 /* the value to which errno is set when rmdir fails on a nonempty directory */
1257 #undef RMDIR_ERRNO_NOT_EMPTY
1259 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1260    second argument and the buffer pointer as the third, as on System V before
1261    release 3. */
1262 #undef SETVBUF_REVERSED
1264 /* If using the C implementation of alloca, define if you know the
1265    direction of stack growth for your system; otherwise it will be
1266    automatically deduced at run-time.
1267         STACK_DIRECTION > 0 => grows toward higher addresses
1268         STACK_DIRECTION < 0 => grows toward lower addresses
1269         STACK_DIRECTION = 0 => direction of growth unknown */
1270 #undef STACK_DIRECTION
1272 /* Define if the block counts reported by statfs may be truncated to 2GB and
1273    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1274    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1275    affected.) */
1276 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1278 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1279 #undef STAT_MACROS_BROKEN
1281 /* Define if there is no specific function for reading filesystems usage
1282    information and you have the <sys/filsys.h> header file. (SVR2) */
1283 #undef STAT_READ_FILSYS
1285 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1286    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1287 #undef STAT_STATFS2_BSIZE
1289 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1290    (4.4BSD, NetBSD) */
1291 #undef STAT_STATFS2_FSIZE
1293 /* Define if statfs takes 2 args and the second argument has type struct
1294    fs_data. (Ultrix) */
1295 #undef STAT_STATFS2_FS_DATA
1297 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1298 #undef STAT_STATFS3_OSF1
1300 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1301 #undef STAT_STATFS4
1303 /* Define if there is a function named statvfs. (SVR4) */
1304 #undef STAT_STATVFS
1306 /* Define to 1 if you have the ANSI C header files. */
1307 #undef STDC_HEADERS
1309 /* Define to 1 if strerror_r returns char *. */
1310 #undef STRERROR_R_CHAR_P
1312 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1313    */
1314 #undef ST_MTIM_NSEC
1316 /* Define to 1 on System V Release 4. */
1317 #undef SVR4
1319 /* FIXME */
1320 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1322 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1323 #undef TIME_WITH_SYS_TIME
1325 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1326 #undef TM_IN_SYS_TIME
1328 /* Define if tzset clobbers localtime's static buffer. */
1329 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
1331 /* Define to 1 for Encore UMAX. */
1332 #undef UMAX
1334 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1335    <sys/cpustats.h>. */
1336 #undef UMAX4_3
1338 /* Version number of package */
1339 #undef VERSION
1341 /* Define if sys/ptem.h is required for struct winsize. */
1342 #undef WINSIZE_IN_PTEM
1344 /* Define to 1 if your processor stores words with the most significant byte
1345    first (like Motorola and SPARC, unlike Intel and VAX). */
1346 #undef WORDS_BIGENDIAN
1348 /* Define to 1 if on AIX 3.
1349    System headers sometimes define this.
1350    We just want to avoid a redefinition error message.  */
1351 #ifndef _ALL_SOURCE
1352 # undef _ALL_SOURCE
1353 #endif
1355 /* Number of bits in a file offset, on hosts where this is settable. */
1356 #undef _FILE_OFFSET_BITS
1358 /* Enable GNU extensions on systems that have them.  */
1359 #ifndef _GNU_SOURCE
1360 # undef _GNU_SOURCE
1361 #endif
1363 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1364 #undef _LARGEFILE_SOURCE
1366 /* Define for large files, on AIX-style hosts. */
1367 #undef _LARGE_FILES
1369 /* Define to 1 if on MINIX. */
1370 #undef _MINIX
1372 /* Define to 2 if the system does not provide POSIX.1 features except with
1373    this defined. */
1374 #undef _POSIX_1_SOURCE
1376 /* Define to 1 if you need to in order for `stat' and other things to work. */
1377 #undef _POSIX_SOURCE
1379 /* Enable extensions on Solaris.  */
1380 #ifndef __EXTENSIONS__
1381 # undef __EXTENSIONS__
1382 #endif
1384 /* Define like PROTOTYPES; this can be used by system headers. */
1385 #undef __PROTOTYPES
1387 /* Define to rpl_chown if the replacement function should be used. */
1388 #undef chown
1390 /* Define to empty if `const' does not conform to ANSI C. */
1391 #undef const
1393 /* Define to a replacement function name for fnmatch(). */
1394 #undef fnmatch
1396 /* Define to rpl_free if the replacement function should be used. */
1397 #undef free
1399 /* Define to rpl_getcwd if the wrapper function should be used. */
1400 #undef getcwd
1402 /* Define as rpl_getgroups if getgroups doesn't work right. */
1403 #undef getgroups
1405 /* Define to a replacement function name for getline(). */
1406 #undef getline
1408 /* Define to rpl_gettimeofday if the replacement function should be used. */
1409 #undef gettimeofday
1411 /* Define to `int' if <sys/types.h> doesn't define. */
1412 #undef gid_t
1414 /* Define to rpl_gmtime if the replacement function should be used. */
1415 #undef gmtime
1417 /* Define to `__inline__' or `__inline' if that's what the C compiler
1418    calls it, or to nothing if 'inline' is not supported under any name.  */
1419 #ifndef __cplusplus
1420 #undef inline
1421 #endif
1423 /* Define to `unsigned long int' if <sys/types.h> does not define. */
1424 #undef ino_t
1426 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1427 #undef intmax_t
1429 /* Define to rpl_localtime if the replacement function should be used. */
1430 #undef localtime
1432 /* Define to `unsigned int' if <sys/types.h> does not define. */
1433 #undef major_t
1435 /* Define to rpl_malloc if the replacement function should be used. */
1436 #undef malloc
1438 /* Define to a type if <wchar.h> does not define. */
1439 #undef mbstate_t
1441 /* Define to rpl_memcmp if the replacement function should be used. */
1442 #undef memcmp
1444 /* Define to `unsigned int' if <sys/types.h> does not define. */
1445 #undef minor_t
1447 /* Define to rpl_mkdir if the replacement function should be used. */
1448 #undef mkdir
1450 /* Define to rpl_mkstemp if the replacement function should be used. */
1451 #undef mkstemp
1453 /* Define to rpl_mktime if the replacement function should be used. */
1454 #undef mktime
1456 /* Define to `int' if <sys/types.h> does not define. */
1457 #undef mode_t
1459 /* Define to the name of the strftime replacement function. */
1460 #undef my_strftime
1462 /* Define to rpl_nanosleep if the replacement function should be used. */
1463 #undef nanosleep
1465 /* Define to `long' if <sys/types.h> does not define. */
1466 #undef off_t
1468 /* Define to `int' if <sys/types.h> does not define. */
1469 #undef pid_t
1471 /* Define to rpl_putenv if the replacement function should be used. */
1472 #undef putenv
1474 /* Define to rpl_realloc if the replacement function should be used. */
1475 #undef realloc
1477 /* Define to rpl_rename if the replacement function should be used. */
1478 #undef rename
1480 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1481    supported. Do not define if restrict is supported directly. */
1482 #undef restrict
1484 /* Define to empty if the C compiler doesn't support this keyword. */
1485 #undef signed
1487 /* Define to `unsigned' if <sys/types.h> does not define. */
1488 #undef size_t
1490 /* Define as a signed type of the same size as size_t. */
1491 #undef ssize_t
1493 /* Define to rpl_strnlen if the replacement function should be used. */
1494 #undef strnlen
1496 /* Define to rpl_strtod if the replacement function should be used. */
1497 #undef strtod
1499 /* Define to rpl_tzset if the wrapper function should be used. */
1500 #undef tzset
1502 /* Define to `int' if <sys/types.h> doesn't define. */
1503 #undef uid_t
1505 /* Define to unsigned long or unsigned long long if <stdint.h> and
1506    <inttypes.h> don't define. */
1507 #undef uintmax_t
1509 /* Define to `size_t' if <sys/types.h> does not define. */
1510 #undef uintptr_t
1512 /* Define to rpl_utime if the replacement function should be used. */
1513 #undef utime
1515 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1516    code using `volatile' can become incorrect without. Disable with care. */
1517 #undef volatile