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