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