source: trunk/coreutils/config.hin@ 2747

Last change on this file since 2747 was 2554, checked in by bird, 20 years ago

coretuils-5.94

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