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