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