Regenerate.
[platform/upstream/coreutils.git] / config.hin
1 /* config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define if you have the Andrew File System. */
4 #undef AFS
5
6 /* Define to the function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
8
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
11
12 /* Define if chown is not POSIX compliant regarding IDs of -1. */
13 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
14
15 /* Define if chown modifies symlinks. */
16 #undef CHOWN_MODIFIES_SYMLINK
17
18 /* Define to 1 if the `closedir' function returns void instead of `int'. */
19 #undef CLOSEDIR_VOID
20
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22    systems. This function is required for `alloca.c' support on those systems.
23    */
24 #undef CRAY_STACKSEG_END
25
26 /* Define to 1 if using `alloca.c'. */
27 #undef C_ALLOCA
28
29 /* Define to 1 if using `getloadavg.c'. */
30 #undef C_GETLOADAVG
31
32 /* Define the default level of POSIX conformance. The value is of the form
33    YYYYMM, specifying the year and month the standard was adopted. If not
34    defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
35    Define to 199209 to default to POSIX 1003.2-1992, which makes standard
36    programs like `head', `tail', and `sort' accept obsolete options like `+10'
37    and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
38    these standard programs treat leading-`+' operands as file names and
39    require modern usages like `-n 10' instead of `-10'. Whether defined here
40    or not, the default can be overridden at run time via the _POSIX2_VERSION
41    environment variable. */
42 #undef DEFAULT_POSIX2_VERSION
43
44 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
45 #undef DGUX
46
47 /* the name of the file descriptor member of DIR */
48 #undef DIR_FD_MEMBER_NAME
49
50 #ifdef DIR_FD_MEMBER_NAME
51 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
52 #else
53 # define DIR_TO_FD(Dir_p) -1
54 #endif
55
56
57 /* Define if there is a member named d_ino in the struct describing directory
58    headers. */
59 #undef D_INO_IN_DIRENT
60
61 /* Define to 1 if translation of program messages to the user's native
62    language is requested. */
63 #undef ENABLE_NLS
64
65 /* Define as good substitute value for EOVERFLOW. */
66 #undef EOVERFLOW
67
68 /* Define on systems for which file names may have a so-called `drive letter'
69    prefix, define this to compute the length of that prefix, including the
70    colon. */
71 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
72
73 /* Define if the backslash character may also serve as a file name component
74    separator. */
75 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
76
77 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
78 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
79   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
80 #else
81 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
82 #endif
83
84 /* Define to the type of elements in the array set by `getgroups'. Usually
85    this is either `int' or `gid_t'. */
86 #undef GETGROUPS_T
87
88 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
89    */
90 #undef GETLOADAVG_PRIVILEGED
91
92 /* Define if gettimeofday clobbers localtime's static buffer. */
93 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
94
95 /* The concatenation of the strings `GNU ', and PACKAGE. */
96 #undef GNU_PACKAGE
97
98 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
99 #undef GWINSZ_IN_SYS_IOCTL
100
101 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
102 #undef GWINSZ_IN_SYS_PTY
103
104 /* Define to 1 if you have the `acl' function. */
105 #undef HAVE_ACL
106
107 /* Define to 1 if you have the `alarm' function. */
108 #undef HAVE_ALARM
109
110 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
111    may be supplied by this distribution. */
112 #undef HAVE_ALLOCA
113
114 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
115    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
116 #undef HAVE_ALLOCA_H
117
118 /* Define to 1 if you have the <arpa/inet.h> header file. */
119 #undef HAVE_ARPA_INET_H
120
121 /* Define to 1 if you have the `atexit' function. */
122 #undef HAVE_ATEXIT
123
124 /* Define to 1 if you have the <bp-sym.h> header file. */
125 #undef HAVE_BP_SYM_H
126
127 /* Define to 1 if you have the `btowc' function. */
128 #undef HAVE_BTOWC
129
130 /* Define to 1 if your system has a GNU libc compatible `calloc' function, and
131    to 0 otherwise. */
132 #undef HAVE_CALLOC
133
134 /* Define to 1 if you have the `canonicalize_file_name' function. */
135 #undef HAVE_CANONICALIZE_FILE_NAME
136
137 /* Define to 1 if your system has a working `chown' function. */
138 #undef HAVE_CHOWN
139
140 /* Define to 1 if you have the `chroot' function. */
141 #undef HAVE_CHROOT
142
143 /* Define to 1 if you have the `chsize' function. */
144 #undef HAVE_CHSIZE
145
146 /* Define to 1 if you have the `clock_gettime' function. */
147 #undef HAVE_CLOCK_GETTIME
148
149 /* Define to 1 if you have the `clock_settime' function. */
150 #undef HAVE_CLOCK_SETTIME
151
152 /* FIXME */
153 #undef HAVE_C_LINE
154
155 /* Define if the GNU dcgettext() function is already present or preinstalled.
156    */
157 #undef HAVE_DCGETTEXT
158
159 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
160    you don't. */
161 #undef HAVE_DECL_CLEARERR_UNLOCKED
162
163 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
164    */
165 #undef HAVE_DECL_DIRFD
166
167 /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
168    don't. */
169 #undef HAVE_DECL_EUIDACCESS
170
171 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
172    don't. */
173 #undef HAVE_DECL_FEOF_UNLOCKED
174
175 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
176    you don't. */
177 #undef HAVE_DECL_FERROR_UNLOCKED
178
179 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
180    you don't. */
181 #undef HAVE_DECL_FFLUSH_UNLOCKED
182
183 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
184    you don't. */
185 #undef HAVE_DECL_FGETS_UNLOCKED
186
187 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
188    don't. */
189 #undef HAVE_DECL_FLOCKFILE
190
191 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
192    you don't. */
193 #undef HAVE_DECL_FPUTC_UNLOCKED
194
195 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
196    you don't. */
197 #undef HAVE_DECL_FPUTS_UNLOCKED
198
199 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
200    you don't. */
201 #undef HAVE_DECL_FREAD_UNLOCKED
202
203 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
204    */
205 #undef HAVE_DECL_FREE
206
207 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
208    don't. */
209 #undef HAVE_DECL_FUNLOCKFILE
210
211 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
212    you don't. */
213 #undef HAVE_DECL_FWRITE_UNLOCKED
214
215 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
216    you don't. */
217 #undef HAVE_DECL_GETCHAR_UNLOCKED
218
219 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
220    */
221 #undef HAVE_DECL_GETCWD
222
223 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
224    don't. */
225 #undef HAVE_DECL_GETC_UNLOCKED
226
227 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
228    */
229 #undef HAVE_DECL_GETENV
230
231 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
232    don't. */
233 #undef HAVE_DECL_GETEUID
234
235 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
236    don't. */
237 #undef HAVE_DECL_GETGRGID
238
239 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
240    don't. */
241 #undef HAVE_DECL_GETLOGIN
242
243 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
244    don't. */
245 #undef HAVE_DECL_GETPASS
246
247 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
248    don't. */
249 #undef HAVE_DECL_GETPWUID
250
251 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
252    */
253 #undef HAVE_DECL_GETUID
254
255 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
256    don't. */
257 #undef HAVE_DECL_GETUTENT
258
259 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
260    */
261 #undef HAVE_DECL_LSEEK
262
263 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
264    */
265 #undef HAVE_DECL_MALLOC
266
267 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
268    otherwise. */
269 #undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
270
271 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
272    */
273 #undef HAVE_DECL_MEMCHR
274
275 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
276    don't. */
277 #undef HAVE_DECL_MEMRCHR
278
279 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
280    don't. */
281 #undef HAVE_DECL_NANOSLEEP
282
283 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
284    you don't. */
285 #undef HAVE_DECL_PUTCHAR_UNLOCKED
286
287 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
288    don't. */
289 #undef HAVE_DECL_PUTC_UNLOCKED
290
291 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
292    don't. */
293 #undef HAVE_DECL_REALLOC
294
295 /* Define to 1 if you have the declaration of `setregid', and to 0 if you
296    don't. */
297 #undef HAVE_DECL_SETREGID
298
299 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
300    */
301 #undef HAVE_DECL_STPCPY
302
303 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
304    */
305 #undef HAVE_DECL_STRDUP
306
307 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
308    don't. */
309 #undef HAVE_DECL_STRERROR_R
310
311 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
312    don't. */
313 #undef HAVE_DECL_STRNDUP
314
315 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
316    don't. */
317 #undef HAVE_DECL_STRNLEN
318
319 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
320    don't. */
321 #undef HAVE_DECL_STRSIGNAL
322
323 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
324    */
325 #undef HAVE_DECL_STRSTR
326
327 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
328    don't. */
329 #undef HAVE_DECL_STRTOIMAX
330
331 /* Define to 1 if you have the declaration of `strtold', and to 0 if you
332    don't. */
333 #undef HAVE_DECL_STRTOLD
334
335 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
336    don't. */
337 #undef HAVE_DECL_STRTOLL
338
339 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
340    don't. */
341 #undef HAVE_DECL_STRTOUL
342
343 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
344    don't. */
345 #undef HAVE_DECL_STRTOULL
346
347 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
348    don't. */
349 #undef HAVE_DECL_STRTOUMAX
350
351 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
352    don't. */
353 #undef HAVE_DECL_SYS_SIGLIST
354
355 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
356    don't. */
357 #undef HAVE_DECL_TTYNAME
358
359 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
360    */
361 #undef HAVE_DECL_WCWIDTH
362
363 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
364    don't. */
365 #undef HAVE_DECL__SYS_SIGLIST
366
367 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
368    don't. */
369 #undef HAVE_DECL___FPENDING
370
371 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
372    don't. */
373 #undef HAVE_DECL___SYS_SIGLIST
374
375 /* Define to 1 if you have the `directio' function. */
376 #undef HAVE_DIRECTIO
377
378 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
379    */
380 #undef HAVE_DIRENT_H
381
382 /* Define to 1 if you have the `dirfd' function. */
383 #undef HAVE_DIRFD
384
385 /* Define to 1 if you have the `dup2' function. */
386 #undef HAVE_DUP2
387
388 /* Define to 1 if you have the <dustat.h> header file. */
389 #undef HAVE_DUSTAT_H
390
391 /* Define to 1 if you have the `eaccess' function. */
392 #undef HAVE_EACCESS
393
394 /* Define to 1 if you have the `endgrent' function. */
395 #undef HAVE_ENDGRENT
396
397 /* Define to 1 if you have the `endpwent' function. */
398 #undef HAVE_ENDPWENT
399
400 /* Define if you have the declaration of environ. */
401 #undef HAVE_ENVIRON_DECL
402
403 /* Define if you have the declaration of errno. */
404 #undef HAVE_ERRNO_DECL
405
406 /* Define to 1 if you have the <errno.h> header file. */
407 #undef HAVE_ERRNO_H
408
409 /* Define to 1 if you have the `euidaccess' function. */
410 #undef HAVE_EUIDACCESS
411
412 /* Define to 1 if you have the `fchdir' function. */
413 #undef HAVE_FCHDIR
414
415 /* Define to 1 if you have the <fcntl.h> header file. */
416 #undef HAVE_FCNTL_H
417
418 /* Define to 1 if you have the `fdatasync' function. */
419 #undef HAVE_FDATASYNC
420
421 /* Define to 1 if you have the `fesetround' function. */
422 #undef HAVE_FESETROUND
423
424 /* Define to 1 if you have the <float.h> header file. */
425 #undef HAVE_FLOAT_H
426
427 /* Define to 1 if you have the `floor' function. */
428 #undef HAVE_FLOOR
429
430 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
431 #undef HAVE_FSEEKO
432
433 /* Define to 1 if you have the <fs_info.h> header file. */
434 #undef HAVE_FS_INFO_H
435
436 /* Define to 1 if you have the `fs_stat_dev' function. */
437 #undef HAVE_FS_STAT_DEV
438
439 /* Define to 1 if you have the `ftruncate' function. */
440 #undef HAVE_FTRUNCATE
441
442 /* Define if struct statfs has the f_fstypename member. */
443 #undef HAVE_F_FSTYPENAME_IN_STATFS
444
445 /* Define to 1 if you have the `getaddrinfo' function. */
446 #undef HAVE_GETADDRINFO
447
448 /* Define to 1 if you have the `getcwd' function. */
449 #undef HAVE_GETCWD
450
451 /* Define if getcwd (NULL, 0) allocates memory for result. */
452 #undef HAVE_GETCWD_NULL
453
454 /* Define to 1 if you have the `getdelim' function. */
455 #undef HAVE_GETDELIM
456
457 /* Define to 1 if your system has a working `getgroups' function. */
458 #undef HAVE_GETGROUPS
459
460 /* Define to 1 if you have the `gethostbyaddr' function. */
461 #undef HAVE_GETHOSTBYADDR
462
463 /* Define to 1 if you have the `gethostbyname' function. */
464 #undef HAVE_GETHOSTBYNAME
465
466 /* Define to 1 if you have the `gethostid' function. */
467 #undef HAVE_GETHOSTID
468
469 /* Define to 1 if you have the `gethostname' function. */
470 #undef HAVE_GETHOSTNAME
471
472 /* Define to 1 if you have the `gethrtime' function. */
473 #undef HAVE_GETHRTIME
474
475 /* Define to 1 if you have the `getloadavg' function. */
476 #undef HAVE_GETLOADAVG
477
478 /* Define to 1 if you have the `getmntent' function. */
479 #undef HAVE_GETMNTENT
480
481 /* Define to 1 if you have the `getmntinfo' function. */
482 #undef HAVE_GETMNTINFO
483
484 /* Define to 1 if you have the <getopt.h> header file. */
485 #undef HAVE_GETOPT_H
486
487 /* Define to 1 if you have the `getopt_long_only' function. */
488 #undef HAVE_GETOPT_LONG_ONLY
489
490 /* Define to 1 if you have the `getpagesize' function. */
491 #undef HAVE_GETPAGESIZE
492
493 /* Define to 1 if you have the `getpass' function. */
494 #undef HAVE_GETPASS
495
496 /* Define to 1 if you have the `getspnam' function. */
497 #undef HAVE_GETSPNAM
498
499 /* Define to 1 if you have the `getsysinfo' function. */
500 #undef HAVE_GETSYSINFO
501
502 /* Define if the GNU gettext() function is already present or preinstalled. */
503 #undef HAVE_GETTEXT
504
505 /* Define to 1 if you have the `gettimeofday' function. */
506 #undef HAVE_GETTIMEOFDAY
507
508 /* Define to 1 if you have the `getusershell' function. */
509 #undef HAVE_GETUSERSHELL
510
511 /* Define to 1 if you have the <grp.h> header file. */
512 #undef HAVE_GRP_H
513
514 /* Define to 1 if you have the `hasmntopt' function. */
515 #undef HAVE_HASMNTOPT
516
517 /* Define to 1 if you have the <hurd.h> header file. */
518 #undef HAVE_HURD_H
519
520 /* Define if you have the iconv() function. */
521 #undef HAVE_ICONV
522
523 /* Define to 1 if you have the `inet_ntoa' function. */
524 #undef HAVE_INET_NTOA
525
526 /* Define to 1 if you have the `initgroups' function. */
527 #undef HAVE_INITGROUPS
528
529 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
530 #undef HAVE_INTMAX_T
531
532 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
533 #undef HAVE_INTTYPES_H
534
535 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
536    declares uintmax_t. */
537 #undef HAVE_INTTYPES_H_WITH_UINTMAX
538
539 /* Define to 1 if you have the `isascii' function. */
540 #undef HAVE_ISASCII
541
542 /* Define to 1 if you have the `iswcntrl' function. */
543 #undef HAVE_ISWCNTRL
544
545 /* Define to 1 if you have the `iswprint' function. */
546 #undef HAVE_ISWPRINT
547
548 /* Define to 1 if you have the `iswspace' function. */
549 #undef HAVE_ISWSPACE
550
551 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
552 #undef HAVE_LANGINFO_CODESET
553
554 /* Define to 1 if you have the `lchown' function. */
555 #undef HAVE_LCHOWN
556
557 /* Define to 1 if you have the `dgc' library (-ldgc). */
558 #undef HAVE_LIBDGC
559
560 /* Define to 1 if you have the <libgen.h> header file. */
561 #undef HAVE_LIBGEN_H
562
563 /* Define to 1 if you have the `kstat' library (-lkstat). */
564 #undef HAVE_LIBKSTAT
565
566 /* Define to 1 if you have the `ldgc' library (-lldgc). */
567 #undef HAVE_LIBLDGC
568
569 /* Define to 1 if you have the `os' library (-los). */
570 #undef HAVE_LIBOS
571
572 /* Define to 1 if you have the `ypsec' library (-lypsec). */
573 #undef HAVE_LIBYPSEC
574
575 /* Define to 1 if you have the <limits.h> header file. */
576 #undef HAVE_LIMITS_H
577
578 /* Define to 1 if you have the `listmntent' function. */
579 #undef HAVE_LISTMNTENT
580
581 /* Define to 1 if you have the `localeconv' function. */
582 #undef HAVE_LOCALECONV
583
584 /* Define to 1 if you have the <locale.h> header file. */
585 #undef HAVE_LOCALE_H
586
587 /* Define if you have the 'long double' type. */
588 #undef HAVE_LONG_DOUBLE
589
590 /* Define to 1 if you support file names longer than 14 characters. */
591 #undef HAVE_LONG_FILE_NAMES
592
593 /* Define if you have the 'long long' type. */
594 #undef HAVE_LONG_LONG
595
596 /* Define to 1 if `lstat' has the bug that it succeeds when given the
597    zero-length file name argument. */
598 #undef HAVE_LSTAT_EMPTY_STRING_BUG
599
600 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
601 #undef HAVE_MACHINE_HAL_SYSINFO_H
602
603 /* Define to 1 if you have the <mach/mach.h> header file. */
604 #undef HAVE_MACH_MACH_H
605
606 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
607    to 0 otherwise. */
608 #undef HAVE_MALLOC
609
610 /* Define to 1 if you have the `mblen' function. */
611 #undef HAVE_MBLEN
612
613 /* Define to 1 if you have the `mbrlen' function. */
614 #undef HAVE_MBRLEN
615
616 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
617 #undef HAVE_MBRTOWC
618
619 /* Define to 1 if you have the `mbsinit' function. */
620 #undef HAVE_MBSINIT
621
622 /* Define to 1 if you have the `mbsrtowcs' function. */
623 #undef HAVE_MBSRTOWCS
624
625 /* Define to 1 if <wchar.h> declares mbstate_t. */
626 #undef HAVE_MBSTATE_T
627
628 /* Define to 1 if you have the `memchr' function. */
629 #undef HAVE_MEMCHR
630
631 /* Define to 1 if you have the `memcpy' function. */
632 #undef HAVE_MEMCPY
633
634 /* Define to 1 if you have the `memmove' function. */
635 #undef HAVE_MEMMOVE
636
637 /* Define to 1 if you have the <memory.h> header file. */
638 #undef HAVE_MEMORY_H
639
640 /* Define to 1 if you have the `mempcpy' function. */
641 #undef HAVE_MEMPCPY
642
643 /* Define to 1 if you have the `memrchr' function. */
644 #undef HAVE_MEMRCHR
645
646 /* Define to 1 if you have the `memset' function. */
647 #undef HAVE_MEMSET
648
649 /* Define to 1 if you have the `mkfifo' function. */
650 #undef HAVE_MKFIFO
651
652 /* Define to 1 if you have the `mkstemp' function. */
653 #undef HAVE_MKSTEMP
654
655 /* Define to 1 if you have the <mntent.h> header file. */
656 #undef HAVE_MNTENT_H
657
658 /* Define to 1 if you have the <mnttab.h> header file. */
659 #undef HAVE_MNTTAB_H
660
661 /* Define to 1 if you have the `modf' function. */
662 #undef HAVE_MODF
663
664 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
665 #undef HAVE_NDIR_H
666
667 /* Define to 1 if you have the <netdb.h> header file. */
668 #undef HAVE_NETDB_H
669
670 /* Define to 1 if you have the <netinet/in.h> header file. */
671 #undef HAVE_NETINET_IN_H
672
673 /* Define to 1 if you have the `next_dev' function. */
674 #undef HAVE_NEXT_DEV
675
676 /* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
677 #undef HAVE_NFS_NFS_CLNT_H
678
679 /* Define to 1 if you have the <nfs/vfs.h> header file. */
680 #undef HAVE_NFS_VFS_H
681
682 /* Define to 1 if you have the <nlist.h> header file. */
683 #undef HAVE_NLIST_H
684
685 /* Define to 1 if libc includes obstacks. */
686 #undef HAVE_OBSTACK
687
688 /* Define to 1 if you have the <OS.h> header file. */
689 #undef HAVE_OS_H
690
691 /* Define to 1 if you have the `pathconf' function. */
692 #undef HAVE_PATHCONF
693
694 /* Define to 1 if you have the <paths.h> header file. */
695 #undef HAVE_PATHS_H
696
697 /* Define if your system has the /proc/uptime special file. */
698 #undef HAVE_PROC_UPTIME
699
700 /* Define to 1 if you have the `pstat_getdynamic' function. */
701 #undef HAVE_PSTAT_GETDYNAMIC
702
703 /* Define to 1 if you have the `pstat_getstatic' function. */
704 #undef HAVE_PSTAT_GETSTATIC
705
706 /* Define to 1 if the system has the type `ptrdiff_t'. */
707 #undef HAVE_PTRDIFF_T
708
709 /* Define to 1 if you have the <pwd.h> header file. */
710 #undef HAVE_PWD_H
711
712 /* Define to 1 if you have the `raise' function. */
713 #undef HAVE_RAISE
714
715 /* Define to 1 if you have the `readlink' function. */
716 #undef HAVE_READLINK
717
718 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
719    and to 0 otherwise. */
720 #undef HAVE_REALLOC
721
722 /* Define to 1 if you have the `realpath' function. */
723 #undef HAVE_REALPATH
724
725 /* Define to 1 if you have the `resolvepath' function. */
726 #undef HAVE_RESOLVEPATH
727
728 /* Define to 1 if you have the `rint' function. */
729 #undef HAVE_RINT
730
731 /* Define to 1 if you have the `rmdir' function. */
732 #undef HAVE_RMDIR
733
734 /* Define to 1 if you have the `rpmatch' function. */
735 #undef HAVE_RPMATCH
736
737 /* Define to 1 if you have run the test for working tzset. */
738 #undef HAVE_RUN_TZSET_TEST
739
740 /* Define to 1 if you have the <search.h> header file. */
741 #undef HAVE_SEARCH_H
742
743 /* Define to 1 if you have the `setenv' function. */
744 #undef HAVE_SETENV
745
746 /* Define to 1 if you have the `sethostname' function. */
747 #undef HAVE_SETHOSTNAME
748
749 /* Define to 1 if you have the `setlocale' function. */
750 #undef HAVE_SETLOCALE
751
752 /* Define to 1 if you have the `settimeofday' function. */
753 #undef HAVE_SETTIMEOFDAY
754
755 /* Define to 1 if you have the <shadow.h> header file. */
756 #undef HAVE_SHADOW_H
757
758 /* Define to 1 if you have the `sig2str' function. */
759 #undef HAVE_SIG2STR
760
761 /* Define to 1 if you have the `snprintf' function. */
762 #undef HAVE_SNPRINTF
763
764 /* Define to 1 if you have the `sqrt' function. */
765 #undef HAVE_SQRT
766
767 /* Define to 1 if you have the `statvfs' function. */
768 #undef HAVE_STATVFS
769
770 /* Define to 1 if `stat' has the bug that it succeeds when given the
771    zero-length file name argument. */
772 #undef HAVE_STAT_EMPTY_STRING_BUG
773
774 /* Define to 1 if stdbool.h conforms to C99. */
775 #undef HAVE_STDBOOL_H
776
777 /* Define to 1 if you have the <stddef.h> header file. */
778 #undef HAVE_STDDEF_H
779
780 /* Define to 1 if you have the <stdint.h> header file. */
781 #undef HAVE_STDINT_H
782
783 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
784    uintmax_t. */
785 #undef HAVE_STDINT_H_WITH_UINTMAX
786
787 /* Define to 1 if you have the <stdio_ext.h> header file. */
788 #undef HAVE_STDIO_EXT_H
789
790 /* Define to 1 if you have the <stdlib.h> header file. */
791 #undef HAVE_STDLIB_H
792
793 /* Define to 1 if you have the `stime' function. */
794 #undef HAVE_STIME
795
796 /* Define to 1 if you have the `stpcpy' function. */
797 #undef HAVE_STPCPY
798
799 /* Define to 1 if you have the `strcasecmp' function. */
800 #undef HAVE_STRCASECMP
801
802 /* Define to 1 if you have the `strchr' function. */
803 #undef HAVE_STRCHR
804
805 /* Define to 1 if you have the `strcoll' function and it is properly defined.
806    */
807 #undef HAVE_STRCOLL
808
809 /* Define to 1 if you have the `strcspn' function. */
810 #undef HAVE_STRCSPN
811
812 /* Define to 1 if you have the `strdup' function. */
813 #undef HAVE_STRDUP
814
815 /* Define to 1 if you have the `strerror' function. */
816 #undef HAVE_STRERROR
817
818 /* Define to 1 if you have the `strerror_r' function. */
819 #undef HAVE_STRERROR_R
820
821 /* Define to 1 if you have the `strftime' function. */
822 #undef HAVE_STRFTIME
823
824 /* Define to 1 if you have the <strings.h> header file. */
825 #undef HAVE_STRINGS_H
826
827 /* Define to 1 if you have the <string.h> header file. */
828 #undef HAVE_STRING_H
829
830 /* Define to 1 if you have the `strncasecmp' function. */
831 #undef HAVE_STRNCASECMP
832
833 /* Define to 1 if you have the `strndup' function. */
834 #undef HAVE_STRNDUP
835
836 /* Define to 1 if you have the `strpbrk' function. */
837 #undef HAVE_STRPBRK
838
839 /* Define to 1 if you have the `strrchr' function. */
840 #undef HAVE_STRRCHR
841
842 /* Define to 1 if you have the `strstr' function. */
843 #undef HAVE_STRSTR
844
845 /* Define to 1 if you have the `strtoimax' function. */
846 #undef HAVE_STRTOIMAX
847
848 /* Define to 1 if you have the `strtol' function. */
849 #undef HAVE_STRTOL
850
851 /* Define to 1 if you have the `strtoll' function. */
852 #undef HAVE_STRTOLL
853
854 /* Define to 1 if you have the `strtoul' function. */
855 #undef HAVE_STRTOUL
856
857 /* Define to 1 if you have the `strtoull' function. */
858 #undef HAVE_STRTOULL
859
860 /* Define to 1 if you have the `strtoumax' function. */
861 #undef HAVE_STRTOUMAX
862
863 /* Define if there is a member named d_type in the struct describing directory
864    headers. */
865 #undef HAVE_STRUCT_DIRENT_D_TYPE
866
867 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
868 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
869
870 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
871 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
872
873 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
874 #undef HAVE_STRUCT_SPWD_SP_PWDP
875
876 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
877 #undef HAVE_STRUCT_STATFS_F_BASETYPE
878
879 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
880 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
881
882 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
883 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
884
885 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
886 #undef HAVE_STRUCT_STATFS_F_NAMELEN
887
888 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
889 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
890
891 /* Define to 1 if `f_type' is member of `struct statfs'. */
892 #undef HAVE_STRUCT_STATFS_F_TYPE
893
894 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
895 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
896
897 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
898 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
899
900 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
901 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
902
903 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
904 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
905
906 /* Define to 1 if `f_type' is member of `struct statvfs'. */
907 #undef HAVE_STRUCT_STATVFS_F_TYPE
908
909 /* Define to 1 if `st_author' is member of `struct stat'. */
910 #undef HAVE_STRUCT_STAT_ST_AUTHOR
911
912 /* Define to 1 if `st_blksize' is member of `struct stat'. */
913 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
914
915 /* Define to 1 if `st_blocks' is member of `struct stat'. */
916 #undef HAVE_STRUCT_STAT_ST_BLOCKS
917
918 /* Define if struct timespec is declared in <time.h>. */
919 #undef HAVE_STRUCT_TIMESPEC
920
921 /* Define to 1 if `tm_zone' is member of `struct tm'. */
922 #undef HAVE_STRUCT_TM_TM_ZONE
923
924 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
925    have utime.h but don't declare the struct anywhere. */
926 #undef HAVE_STRUCT_UTIMBUF
927
928 /* Define to 1 if `ut_exit' is member of `struct utmpx'. */
929 #undef HAVE_STRUCT_UTMPX_UT_EXIT
930
931 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
932 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
933
934 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
935 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
936
937 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
938 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
939
940 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
941 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
942
943 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
944 #undef HAVE_STRUCT_UTMPX_UT_ID
945
946 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
947 #undef HAVE_STRUCT_UTMPX_UT_NAME
948
949 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
950 #undef HAVE_STRUCT_UTMPX_UT_PID
951
952 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
953 #undef HAVE_STRUCT_UTMPX_UT_TYPE
954
955 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
956 #undef HAVE_STRUCT_UTMPX_UT_USER
957
958 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
959 #undef HAVE_STRUCT_UTMP_UT_EXIT
960
961 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
962 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
963
964 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
965 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
966
967 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
968 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
969
970 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
971 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
972
973 /* Define to 1 if `ut_id' is member of `struct utmp'. */
974 #undef HAVE_STRUCT_UTMP_UT_ID
975
976 /* Define to 1 if `ut_name' is member of `struct utmp'. */
977 #undef HAVE_STRUCT_UTMP_UT_NAME
978
979 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
980 #undef HAVE_STRUCT_UTMP_UT_PID
981
982 /* Define to 1 if `ut_type' is member of `struct utmp'. */
983 #undef HAVE_STRUCT_UTMP_UT_TYPE
984
985 /* Define to 1 if `ut_user' is member of `struct utmp'. */
986 #undef HAVE_STRUCT_UTMP_UT_USER
987
988 /* Define to 1 if you have the `strverscmp' function. */
989 #undef HAVE_STRVERSCMP
990
991 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
992    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
993 #undef HAVE_ST_BLOCKS
994
995 /* Define if struct stat has an st_dm_mode member. */
996 #undef HAVE_ST_DM_MODE
997
998 /* Define to 1 if you have the `sysctl' function. */
999 #undef HAVE_SYSCTL
1000
1001 /* Define to 1 if you have the `sysinfo' function. */
1002 #undef HAVE_SYSINFO
1003
1004 /* FIXME */
1005 #undef HAVE_SYSLOG
1006
1007 /* Define to 1 if you have the <syslog.h> header file. */
1008 #undef HAVE_SYSLOG_H
1009
1010 /* Define to 1 if you have the `sysmp' function. */
1011 #undef HAVE_SYSMP
1012
1013 /* Define to 1 if you have the <sys/acl.h> header file. */
1014 #undef HAVE_SYS_ACL_H
1015
1016 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1017    */
1018 #undef HAVE_SYS_DIR_H
1019
1020 /* Define to 1 if you have the <sys/filsys.h> header file. */
1021 #undef HAVE_SYS_FILSYS_H
1022
1023 /* Define to 1 if you have the <sys/fstyp.h> header file. */
1024 #undef HAVE_SYS_FSTYP_H
1025
1026 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
1027 #undef HAVE_SYS_FS_S5PARAM_H
1028
1029 /* Define to 1 if you have the <sys/fs_types.h> header file. */
1030 #undef HAVE_SYS_FS_TYPES_H
1031
1032 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1033 #undef HAVE_SYS_IOCTL_H
1034
1035 /* Define to 1 if you have the <sys/mntent.h> header file. */
1036 #undef HAVE_SYS_MNTENT_H
1037
1038 /* Define to 1 if you have the <sys/mount.h> header file. */
1039 #undef HAVE_SYS_MOUNT_H
1040
1041 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1042    */
1043 #undef HAVE_SYS_NDIR_H
1044
1045 /* Define to 1 if you have the <sys/param.h> header file. */
1046 #undef HAVE_SYS_PARAM_H
1047
1048 /* Define to 1 if you have the <sys/pstat.h> header file. */
1049 #undef HAVE_SYS_PSTAT_H
1050
1051 /* Define to 1 if you have the <sys/resource.h> header file. */
1052 #undef HAVE_SYS_RESOURCE_H
1053
1054 /* Define to 1 if you have the <sys/socket.h> header file. */
1055 #undef HAVE_SYS_SOCKET_H
1056
1057 /* Define to 1 if you have the <sys/statfs.h> header file. */
1058 #undef HAVE_SYS_STATFS_H
1059
1060 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1061 #undef HAVE_SYS_STATVFS_H
1062
1063 /* Define to 1 if you have the <sys/stat.h> header file. */
1064 #undef HAVE_SYS_STAT_H
1065
1066 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1067 #undef HAVE_SYS_SYSCTL_H
1068
1069 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1070 #undef HAVE_SYS_SYSINFO_H
1071
1072 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1073 #undef HAVE_SYS_SYSMACROS_H
1074
1075 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1076 #undef HAVE_SYS_SYSMP_H
1077
1078 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1079 #undef HAVE_SYS_SYSTEMCFG_H
1080
1081 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1082 #undef HAVE_SYS_SYSTEMINFO_H
1083
1084 /* Define to 1 if you have the <sys/table.h> header file. */
1085 #undef HAVE_SYS_TABLE_H
1086
1087 /* Define to 1 if you have the <sys/timeb.h> header file. */
1088 #undef HAVE_SYS_TIMEB_H
1089
1090 /* Define to 1 if you have the <sys/time.h> header file. */
1091 #undef HAVE_SYS_TIME_H
1092
1093 /* Define to 1 if you have the <sys/types.h> header file. */
1094 #undef HAVE_SYS_TYPES_H
1095
1096 /* Define to 1 if you have the <sys/ucred.h> header file. */
1097 #undef HAVE_SYS_UCRED_H
1098
1099 /* Define to 1 if you have the <sys/vfs.h> header file. */
1100 #undef HAVE_SYS_VFS_H
1101
1102 /* Define to 1 if you have the <sys/wait.h> header file. */
1103 #undef HAVE_SYS_WAIT_H
1104
1105 /* Define to 1 if you have the `table' function. */
1106 #undef HAVE_TABLE
1107
1108 /* Define to 1 if you have the `tcgetpgrp' function. */
1109 #undef HAVE_TCGETPGRP
1110
1111 /* Define to 1 if you have the <termios.h> header file. */
1112 #undef HAVE_TERMIOS_H
1113
1114 /* Define if struct tm has the tm_gmtoff member. */
1115 #undef HAVE_TM_GMTOFF
1116
1117 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1118    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1119 #undef HAVE_TM_ZONE
1120
1121 /* Define to 1 if you have the `tsearch' function. */
1122 #undef HAVE_TSEARCH
1123
1124 /* Define to 1 if you don't have `tm_zone' but do have the external array
1125    `tzname'. */
1126 #undef HAVE_TZNAME
1127
1128 /* Define to 1 if you have the `tzset' function. */
1129 #undef HAVE_TZSET
1130
1131 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
1132 #undef HAVE_UINTMAX_T
1133
1134 /* Define to 1 if you have the `uname' function. */
1135 #undef HAVE_UNAME
1136
1137 /* Define to 1 if you have the <unistd.h> header file. */
1138 #undef HAVE_UNISTD_H
1139
1140 /* Define to 1 if you have the `unsetenv' function. */
1141 #undef HAVE_UNSETENV
1142
1143 /* Define if you have the 'unsigned long long' type. */
1144 #undef HAVE_UNSIGNED_LONG_LONG
1145
1146 /* Define if utimes accepts a null argument */
1147 #undef HAVE_UTIMES_NULL
1148
1149 /* Define to 1 if you have the <utime.h> header file. */
1150 #undef HAVE_UTIME_H
1151
1152 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1153 #undef HAVE_UTIME_NULL
1154
1155 /* Define to 1 if you have the `utmpname' function. */
1156 #undef HAVE_UTMPNAME
1157
1158 /* Define to 1 if you have the `utmpxname' function. */
1159 #undef HAVE_UTMPXNAME
1160
1161 /* FIXME */
1162 #undef HAVE_UTMPX_H
1163
1164 /* Define to 1 if you have the <utmp.h> header file. */
1165 #undef HAVE_UTMP_H
1166
1167 /* FIXME */
1168 #undef HAVE_UT_HOST
1169
1170 /* Define to 1 if you have the `vasnprintf' function. */
1171 #undef HAVE_VASNPRINTF
1172
1173 /* Define to 1 if you have the `vasprintf' function. */
1174 #undef HAVE_VASPRINTF
1175
1176 /* Define to 1 if you have the <wchar.h> header file. */
1177 #undef HAVE_WCHAR_H
1178
1179 /* Define if you have the 'wchar_t' type. */
1180 #undef HAVE_WCHAR_T
1181
1182 /* Define to 1 if you have the `wcrtomb' function. */
1183 #undef HAVE_WCRTOMB
1184
1185 /* Define to 1 if you have the `wcslen' function. */
1186 #undef HAVE_WCSLEN
1187
1188 /* Define to 1 if you have the <wctype.h> header file. */
1189 #undef HAVE_WCTYPE_H
1190
1191 /* Define to 1 if you have the `wcwidth' function. */
1192 #undef HAVE_WCWIDTH
1193
1194 /* Define if you have the 'wint_t' type. */
1195 #undef HAVE_WINT_T
1196
1197 /* Define to 1 if you have the `wmemchr' function. */
1198 #undef HAVE_WMEMCHR
1199
1200 /* Define to 1 if you have the `wmemcpy' function. */
1201 #undef HAVE_WMEMCPY
1202
1203 /* Define to 1 if you have the `wmempcpy' function. */
1204 #undef HAVE_WMEMPCPY
1205
1206 /* Define if readdir is found to work properly in some unusual cases. */
1207 #undef HAVE_WORKING_READDIR
1208
1209 /* Define if utimes works properly. */
1210 #undef HAVE_WORKING_UTIMES
1211
1212 /* Define to 1 if the system has the type `_Bool'. */
1213 #undef HAVE__BOOL
1214
1215 /* Define to 1 if you have the external variable, _system_configuration with a
1216    member named physmem. */
1217 #undef HAVE__SYSTEM_CONFIGURATION
1218
1219 /* Define to 1 if you have the `__fpending' function. */
1220 #undef HAVE___FPENDING
1221
1222 /* Define to 1 if you have the `__secure_getenv' function. */
1223 #undef HAVE___SECURE_GETENV
1224
1225 /* The host operating system. */
1226 #undef HOST_OPERATING_SYSTEM
1227
1228 /* Define as const if the declaration of iconv() needs const. */
1229 #undef ICONV_CONST
1230
1231 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1232 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1233 #else
1234 # define ISSLASH(C) ((C) == '/')
1235 #endif
1236
1237 /* Define if `link(2)' dereferences symbolic links. */
1238 #undef LINK_FOLLOWS_SYMLINKS
1239
1240 /* FIXME */
1241 #undef LOCALTIME_CACHE
1242
1243 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1244    slash. */
1245 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1246
1247 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1248    */
1249 #undef MAJOR_IN_MKDEV
1250
1251 /* Define to 1 if `major', `minor', and `makedev' are declared in
1252    <sysmacros.h>. */
1253 #undef MAJOR_IN_SYSMACROS
1254
1255 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1256 #undef MALLOC_0_IS_NONNULL
1257
1258 /* Define if there is no specific function for reading the list of mounted
1259    file systems. fread will be used to read /etc/mnttab. (SVR2) */
1260 #undef MOUNTED_FREAD
1261
1262 /* Define if (like SVR2) there is no specific function for reading the list of
1263    mounted file systems, and your system has these header files: <sys/fstyp.h>
1264    and <sys/statfs.h>. (SVR3) */
1265 #undef MOUNTED_FREAD_FSTYP
1266
1267 /* Define if there are functions named next_dev and fs_stat_dev for reading
1268    the list of mounted file systems. (BeOS) */
1269 #undef MOUNTED_FS_STAT_DEV
1270
1271 /* Define if there is a function named getfsstat for reading the list of
1272    mounted file systems. (DEC Alpha running OSF/1) */
1273 #undef MOUNTED_GETFSSTAT
1274
1275 /* Define if there is a function named getmnt for reading the list of mounted
1276    file systems. (Ultrix) */
1277 #undef MOUNTED_GETMNT
1278
1279 /* Define if there is a function named getmntent for reading the list of
1280    mounted file systems, and that function takes a single argument. (4.3BSD,
1281    SunOS, HP-UX, Dynix, Irix) */
1282 #undef MOUNTED_GETMNTENT1
1283
1284 /* Define if there is a function named getmntent for reading the list of
1285    mounted file systems, and that function takes two arguments. (SVR4) */
1286 #undef MOUNTED_GETMNTENT2
1287
1288 /* Define if there is a function named getmntinfo for reading the list of
1289    mounted file systems. (4.4BSD, Darwin) */
1290 #undef MOUNTED_GETMNTINFO
1291
1292 /* Define if there is a function named listmntent that can be used to list all
1293    mounted file systems. (UNICOS) */
1294 #undef MOUNTED_LISTMNTENT
1295
1296 /* Define if there is a function named mntctl that can be used to read the
1297    list of mounted file systems, and there is a system header file that
1298    declares `struct vmount.' (AIX) */
1299 #undef MOUNTED_VMOUNT
1300
1301 /* Define to 1 if assertions should be disabled. */
1302 #undef NDEBUG
1303
1304 /* FIXME */
1305 #undef NICE_PRIORITY
1306
1307 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1308    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1309 #undef NLIST_NAME_UNION
1310
1311 /* Name of package */
1312 #undef PACKAGE
1313
1314 /* Define to the address where bug reports for this package should be sent. */
1315 #undef PACKAGE_BUGREPORT
1316
1317 /* Define to the full name of this package. */
1318 #undef PACKAGE_NAME
1319
1320 /* Define to the full name and version of this package. */
1321 #undef PACKAGE_STRING
1322
1323 /* Define to the one symbol short name of this package. */
1324 #undef PACKAGE_TARNAME
1325
1326 /* Define to the version of this package. */
1327 #undef PACKAGE_VERSION
1328
1329 /* the number of pending output bytes on stream `fp' */
1330 #undef PENDING_OUTPUT_N_BYTES
1331
1332 /* Define this if you prefer euidaccess to return the correct result even if
1333    this would make it nonreentrant. Define this only if your entire
1334    application is safe even if the uid or gid might temporarily change. If
1335    your application uses signal handlers or threads it is probably not safe.
1336    */
1337 #undef PREFER_NONREENTRANT_EUIDACCESS
1338
1339 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1340 #undef PRI_MACROS_BROKEN
1341
1342 /* Define to 1 if the C compiler supports function prototypes. */
1343 #undef PROTOTYPES
1344
1345 /* Define if rename does not work for source paths with a trailing slash, like
1346    the one from SunOS 4.1.1_U1. */
1347 #undef RENAME_TRAILING_SLASH_BUG
1348
1349 /* Define as the return type of signal handlers (`int' or `void'). */
1350 #undef RETSIGTYPE
1351
1352 /* the value to which errno is set when rmdir fails on a nonempty directory */
1353 #undef RMDIR_ERRNO_NOT_EMPTY
1354
1355 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1356    second argument and the buffer pointer as the third, as on System V before
1357    release 3. */
1358 #undef SETVBUF_REVERSED
1359
1360 /* If using the C implementation of alloca, define if you know the
1361    direction of stack growth for your system; otherwise it will be
1362    automatically deduced at run-time.
1363         STACK_DIRECTION > 0 => grows toward higher addresses
1364         STACK_DIRECTION < 0 => grows toward lower addresses
1365         STACK_DIRECTION = 0 => direction of growth unknown */
1366 #undef STACK_DIRECTION
1367
1368 /* Define if the block counts reported by statfs may be truncated to 2GB and
1369    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1370    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1371    affected.) */
1372 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1373
1374 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1375 #undef STAT_MACROS_BROKEN
1376
1377 /* Define if there is no specific function for reading file systems usage
1378    information and you have the <sys/filsys.h> header file. (SVR2) */
1379 #undef STAT_READ_FILSYS
1380
1381 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1382    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1383 #undef STAT_STATFS2_BSIZE
1384
1385 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1386    (4.4BSD, NetBSD) */
1387 #undef STAT_STATFS2_FSIZE
1388
1389 /* Define if statfs takes 2 args and the second argument has type struct
1390    fs_data. (Ultrix) */
1391 #undef STAT_STATFS2_FS_DATA
1392
1393 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1394 #undef STAT_STATFS3_OSF1
1395
1396 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1397 #undef STAT_STATFS4
1398
1399 /* Define if there is a function named statvfs. (SVR4) */
1400 #undef STAT_STATVFS
1401
1402 /* Define to 1 if you have the ANSI C header files. */
1403 #undef STDC_HEADERS
1404
1405 /* Define to 1 if strerror_r returns char *. */
1406 #undef STRERROR_R_CHAR_P
1407
1408 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1409    */
1410 #undef ST_MTIM_NSEC
1411
1412 /* Define to 1 on System V Release 4. */
1413 #undef SVR4
1414
1415 /* FIXME */
1416 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1417
1418 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1419 #undef TIME_WITH_SYS_TIME
1420
1421 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1422 #undef TM_IN_SYS_TIME
1423
1424 /* Define if tzset clobbers localtime's static buffer. */
1425 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
1426
1427 /* Define to its maximum value if an unsigned integer type of width exactly 32
1428    bits exists and the standard includes do not define UINT32_MAX. */
1429 #undef UINT32_MAX
1430
1431 /* Define to its maximum value if an unsigned integer type wide enough to hold
1432    a pointer exists and the standard includes do not define UINTPTR_MAX. */
1433 #undef UINTPTR_MAX
1434
1435 /* Define to 1 for Encore UMAX. */
1436 #undef UMAX
1437
1438 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1439    <sys/cpustats.h>. */
1440 #undef UMAX4_3
1441
1442 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1443    Unlocked I/O can improve performance in unithreaded apps, but it is not
1444    safe for multithreaded apps. */
1445 #undef USE_UNLOCKED_IO
1446
1447 /* Version number of package */
1448 #undef VERSION
1449
1450 /* Define if unsetenv() returns void, not int. */
1451 #undef VOID_UNSETENV
1452
1453 /* Define if sys/ptem.h is required for struct winsize. */
1454 #undef WINSIZE_IN_PTEM
1455
1456 /* Define to 1 if your processor stores words with the most significant byte
1457    first (like Motorola and SPARC, unlike Intel and VAX). */
1458 #undef WORDS_BIGENDIAN
1459
1460 /* Define to 1 if on AIX 3.
1461    System headers sometimes define this.
1462    We just want to avoid a redefinition error message.  */
1463 #ifndef _ALL_SOURCE
1464 # undef _ALL_SOURCE
1465 #endif
1466
1467 /* Number of bits in a file offset, on hosts where this is settable. */
1468 #undef _FILE_OFFSET_BITS
1469
1470 /* Enable GNU extensions on systems that have them.  */
1471 #ifndef _GNU_SOURCE
1472 # undef _GNU_SOURCE
1473 #endif
1474
1475 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1476 #undef _LARGEFILE_SOURCE
1477
1478 /* Define for large files, on AIX-style hosts. */
1479 #undef _LARGE_FILES
1480
1481 /* Define to 1 if on MINIX. */
1482 #undef _MINIX
1483
1484 /* Define to 2 if the system does not provide POSIX.1 features except with
1485    this defined. */
1486 #undef _POSIX_1_SOURCE
1487
1488 /* Define to 1 if you need to in order for `stat' and other things to work. */
1489 #undef _POSIX_SOURCE
1490
1491 /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
1492    <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
1493    #define below would cause a syntax error. */
1494 #undef _UINT32_T
1495
1496 /* Enable extensions on Solaris.  */
1497 #ifndef __EXTENSIONS__
1498 # undef __EXTENSIONS__
1499 #endif
1500
1501 /* Define to rpl_ if the getopt replacement functions and variables should be
1502    used. */
1503 #undef __GETOPT_PREFIX
1504
1505 /* Define like PROTOTYPES; this can be used by system headers. */
1506 #undef __PROTOTYPES
1507
1508 /* Define to rpl_calloc if the replacement function should be used. */
1509 #undef calloc
1510
1511 /* Define to rpl_chown if the replacement function should be used. */
1512 #undef chown
1513
1514 /* Define to empty if `const' does not conform to ANSI C. */
1515 #undef const
1516
1517 /* Define to a replacement function name for fnmatch(). */
1518 #undef fnmatch
1519
1520 /* Define to rpl_free if the replacement function should be used. */
1521 #undef free
1522
1523 /* Define to rpl_getcwd if the wrapper function should be used. */
1524 #undef getcwd
1525
1526 /* Define as rpl_getgroups if getgroups doesn't work right. */
1527 #undef getgroups
1528
1529 /* Define to a replacement function name for getline(). */
1530 #undef getline
1531
1532 /* Define to rpl_gettimeofday if the replacement function should be used. */
1533 #undef gettimeofday
1534
1535 /* Define to `int' if <sys/types.h> doesn't define. */
1536 #undef gid_t
1537
1538 /* Define to rpl_gmtime if the replacement function should be used. */
1539 #undef gmtime
1540
1541 /* Define to `__inline__' or `__inline' if that's what the C compiler
1542    calls it, or to nothing if 'inline' is not supported under any name.  */
1543 #ifndef __cplusplus
1544 #undef inline
1545 #endif
1546
1547 /* Define to `unsigned long int' if <sys/types.h> does not define. */
1548 #undef ino_t
1549
1550 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1551 #undef intmax_t
1552
1553 /* Define to rpl_localtime if the replacement function should be used. */
1554 #undef localtime
1555
1556 /* Define to `unsigned int' if <sys/types.h> does not define. */
1557 #undef major_t
1558
1559 /* Define to rpl_malloc if the replacement function should be used. */
1560 #undef malloc
1561
1562 /* Define to a type if <wchar.h> does not define. */
1563 #undef mbstate_t
1564
1565 /* Define to rpl_memcmp if the replacement function should be used. */
1566 #undef memcmp
1567
1568 /* Define to `unsigned int' if <sys/types.h> does not define. */
1569 #undef minor_t
1570
1571 /* Define to rpl_mkdir if the replacement function should be used. */
1572 #undef mkdir
1573
1574 /* Define to rpl_mkstemp if the replacement function should be used. */
1575 #undef mkstemp
1576
1577 /* Define to rpl_mktime if the replacement function should be used. */
1578 #undef mktime
1579
1580 /* Define to `int' if <sys/types.h> does not define. */
1581 #undef mode_t
1582
1583 /* Define to the name of the strftime replacement function. */
1584 #undef my_strftime
1585
1586 /* Define to rpl_nanosleep if the replacement function should be used. */
1587 #undef nanosleep
1588
1589 /* Define to `long' if <sys/types.h> does not define. */
1590 #undef off_t
1591
1592 /* Define to `int' if <sys/types.h> does not define. */
1593 #undef pid_t
1594
1595 /* Define to rpl_putenv if the replacement function should be used. */
1596 #undef putenv
1597
1598 /* Define to rpl_realloc if the replacement function should be used. */
1599 #undef realloc
1600
1601 /* Define to rpl_rename if the replacement function should be used. */
1602 #undef rename
1603
1604 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1605    supported. Do not define if restrict is supported directly. */
1606 #undef restrict
1607
1608 /* Define to empty if the C compiler doesn't support this keyword. */
1609 #undef signed
1610
1611 /* Define to `unsigned' if <sys/types.h> does not define. */
1612 #undef size_t
1613
1614 /* Define as a signed type of the same size as size_t. */
1615 #undef ssize_t
1616
1617 /* Define to rpl_strnlen if the replacement function should be used. */
1618 #undef strnlen
1619
1620 /* Define to rpl_strtod if the replacement function should be used. */
1621 #undef strtod
1622
1623 /* Define to rpl_tzset if the wrapper function should be used. */
1624 #undef tzset
1625
1626 /* Define to `int' if <sys/types.h> doesn't define. */
1627 #undef uid_t
1628
1629 /* Define to the type of a unsigned integer type of width exactly 32 bits if
1630    such a type exists and the standard includes do not define it. */
1631 #undef uint32_t
1632
1633 /* Define to unsigned long or unsigned long long if <stdint.h> and
1634    <inttypes.h> don't define. */
1635 #undef uintmax_t
1636
1637 /* Define to the type of a unsigned integer type wide enough to hold a
1638    pointer, if such a type exists. */
1639 #undef uintptr_t
1640
1641 /* Define to rpl_utime if the replacement function should be used. */
1642 #undef utime
1643
1644 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1645    code using `volatile' can become incorrect without. Disable with care. */
1646 #undef volatile