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