Changes the location of bison.simple after running bison on local
[findutils.git] / config.h.in
blob14b9fc644812f10ad369f3b47d75cb7249bc8f23
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define to the function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
12 /* Define if you want find -nouser and -nogroup to make tables of used UIDs
13 and GIDs at startup instead of using getpwuid or getgrgid when needed.
14 Speeds up -nouser and -nogroup unless you are running NIS or Hesiod, which
15 make password and group calls very expensive. */
16 #undef CACHE_IDS
18 /* Define if the `closedir' function returns void instead of `int'. */
19 #undef CLOSEDIR_VOID
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
24 #undef CRAY_STACKSEG_END
26 /* Define if using `alloca.c'. */
27 #undef C_ALLOCA
29 /* Define if there is a member named d_ino in the struct describing directory
30 headers. */
31 #undef D_INO_IN_DIRENT
33 /* Define if there is a member named d_type in the struct describing directory
34 headers. */
35 #undef D_TYPE_IN_DIRENT
37 /* Define to 1 if translation of program messages to the user's native
38 language is requested. */
39 #undef ENABLE_NLS
41 /* Define to use AIX3 statfs to get filesystem type. */
42 #undef FSTYPE_AIX_STATFS
44 /* Define to use Ultrix getmnt to get filesystem type. */
45 #undef FSTYPE_GETMNT
47 /* Define to use 4.3BSD getmntent to get filesystem type. */
48 #undef FSTYPE_MNTENT
50 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
51 #undef FSTYPE_STATFS
53 /* Define to use SVR4 statvfs to get filesystem type. */
54 #undef FSTYPE_STATVFS
56 /* Define to use SVR3.2 statfs to get filesystem type. */
57 #undef FSTYPE_USG_STATFS
59 /* Define to the type of elements in the array set by `getgroups'. Usually
60 this is either `int' or `gid_t'. */
61 #undef GETGROUPS_T
63 /* The concatenation of the strings `GNU ', and PACKAGE. */
64 #undef GNU_PACKAGE
66 /* Define if you have the `acl' function. */
67 #undef HAVE_ACL
69 /* Define if you have the `alarm' function. */
70 #undef HAVE_ALARM
72 /* Define if you have `alloca', as a function or macro. */
73 #undef HAVE_ALLOCA
75 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
76 #undef HAVE_ALLOCA_H
78 /* Define if you have the <argz.h> header file. */
79 #undef HAVE_ARGZ_H
81 /* Define if you have the <arpa/inet.h> header file. */
82 #undef HAVE_ARPA_INET_H
84 /* Define if you have the `bcopy' function. */
85 #undef HAVE_BCOPY
87 /* Define if you have the `btowc' function. */
88 #undef HAVE_BTOWC
90 /* Define if you have the `bzero' function. */
91 #undef HAVE_BZERO
93 /* Define if backslash-a works in C strings. */
94 #undef HAVE_C_BACKSLASH_A
96 /* Define if you have the `dcgettext' function. */
97 #undef HAVE_DCGETTEXT
99 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
100 you don't. */
101 #undef HAVE_DECL_CLEARERR_UNLOCKED
103 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
104 don't. */
105 #undef HAVE_DECL_FEOF_UNLOCKED
107 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
108 you don't. */
109 #undef HAVE_DECL_FERROR_UNLOCKED
111 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
112 you don't. */
113 #undef HAVE_DECL_FFLUSH_UNLOCKED
115 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
116 you don't. */
117 #undef HAVE_DECL_FPUTC_UNLOCKED
119 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
120 you don't. */
121 #undef HAVE_DECL_FREAD_UNLOCKED
123 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
125 #undef HAVE_DECL_FREE
127 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
128 you don't. */
129 #undef HAVE_DECL_FWRITE_UNLOCKED
131 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
132 you don't. */
133 #undef HAVE_DECL_GETCHAR_UNLOCKED
135 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
136 don't. */
137 #undef HAVE_DECL_GETC_UNLOCKED
139 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
141 #undef HAVE_DECL_GETENV
143 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
144 don't. */
145 #undef HAVE_DECL_GETEUID
147 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
148 don't. */
149 #undef HAVE_DECL_GETGRGID
151 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
152 don't. */
153 #undef HAVE_DECL_GETLOGIN
155 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
156 don't. */
157 #undef HAVE_DECL_GETPWUID
159 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
161 #undef HAVE_DECL_GETUID
163 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
164 don't. */
165 #undef HAVE_DECL_GETUTENT
167 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
169 #undef HAVE_DECL_LSEEK
171 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
173 #undef HAVE_DECL_MALLOC
175 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
177 #undef HAVE_DECL_MEMCHR
179 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
180 don't. */
181 #undef HAVE_DECL_MEMRCHR
183 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
184 you don't. */
185 #undef HAVE_DECL_PUTCHAR_UNLOCKED
187 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
188 don't. */
189 #undef HAVE_DECL_PUTC_UNLOCKED
191 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
192 don't. */
193 #undef HAVE_DECL_REALLOC
195 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
197 #undef HAVE_DECL_STPCPY
199 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
200 don't. */
201 #undef HAVE_DECL_STRERROR_R
203 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
204 don't. */
205 #undef HAVE_DECL_STRNDUP
207 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
208 don't. */
209 #undef HAVE_DECL_STRNLEN
211 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
213 #undef HAVE_DECL_STRSTR
215 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
216 don't. */
217 #undef HAVE_DECL_STRTOUL
219 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
220 don't. */
221 #undef HAVE_DECL_STRTOULL
223 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
224 don't. */
225 #undef HAVE_DECL_TTYNAME
227 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
228 #undef HAVE_DIRENT_H
230 /* Define if the malloc check has been performed. */
231 #undef HAVE_DONE_WORKING_MALLOC_CHECK
233 /* Define if the realloc check has been performed. */
234 #undef HAVE_DONE_WORKING_REALLOC_CHECK
236 /* Define if you don't have `vprintf' but do have `_doprnt.' */
237 #undef HAVE_DOPRNT
239 /* Define if you have the `endgrent' function. */
240 #undef HAVE_ENDGRENT
242 /* Define if you have the `endpwent' function. */
243 #undef HAVE_ENDPWENT
245 /* Define if you have the <errno.h> header file. */
246 #undef HAVE_ERRNO_H
248 /* Define if you have the `fchdir' function. */
249 #undef HAVE_FCHDIR
251 /* Define if you have the <fcntl.h> header file. */
252 #undef HAVE_FCNTL_H
254 /* Define if you have the `fdatasync' function. */
255 #undef HAVE_FDATASYNC
257 /* Define if you have the <fenv.h> header file. */
258 #undef HAVE_FENV_H
260 /* Define if you have the `feof_unlocked' function. */
261 #undef HAVE_FEOF_UNLOCKED
263 /* Define if you have the `fgets_unlocked' function. */
264 #undef HAVE_FGETS_UNLOCKED
266 /* Define if you have the <float.h> header file. */
267 #undef HAVE_FLOAT_H
269 /* Define if your system has a working `fnmatch' function with case folding.
271 #undef HAVE_FNMATCH
273 /* Define if you have the <fnmatch.h> header file. */
274 #undef HAVE_FNMATCH_H
276 /* Define if you have the `fseeko' function. */
277 #undef HAVE_FSEEKO
279 /* Define if you have the `ftime' function. */
280 #undef HAVE_FTIME
282 /* Define if struct statfs has the f_fstypename member. */
283 #undef HAVE_F_FSTYPENAME_IN_STATFS
285 /* Define if you have the `getcwd' function. */
286 #undef HAVE_GETCWD
288 /* Define if you have the `getdelim' function. */
289 #undef HAVE_GETDELIM
291 /* Define if you have the `getegid' function. */
292 #undef HAVE_GETEGID
294 /* Define if you have the `geteuid' function. */
295 #undef HAVE_GETEUID
297 /* Define if you have the `getgid' function. */
298 #undef HAVE_GETGID
300 /* Define if you have the `gethostbyaddr' function. */
301 #undef HAVE_GETHOSTBYADDR
303 /* Define if you have the `gethostbyname' function. */
304 #undef HAVE_GETHOSTBYNAME
306 /* Define if you have the `gethrtime' function. */
307 #undef HAVE_GETHRTIME
309 /* Define if you have the `getmntent' function. */
310 #undef HAVE_GETMNTENT
312 /* Define if you have the `getmntinfo' function. */
313 #undef HAVE_GETMNTINFO
315 /* Define if you have the `getpagesize' function. */
316 #undef HAVE_GETPAGESIZE
318 /* Define if the GNU gettext() function is already present or preinstalled. */
319 #undef HAVE_GETTEXT
321 /* Define if you have the `getuid' function. */
322 #undef HAVE_GETUID
324 /* Define if you have the `hasmntopt' function. */
325 #undef HAVE_HASMNTOPT
327 /* Define if you have the iconv() function. */
328 #undef HAVE_ICONV
330 /* Define if you have the `inet_ntoa' function. */
331 #undef HAVE_INET_NTOA
333 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
334 declares uintmax_t. */
335 #undef HAVE_INTTYPES_H
337 /* Define if you have the `isascii' function. */
338 #undef HAVE_ISASCII
340 /* Define if you have the `iswprint' function. */
341 #undef HAVE_ISWPRINT
343 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
344 #undef HAVE_LANGINFO_CODESET
346 /* Define if your <locale.h> file defines LC_MESSAGES. */
347 #undef HAVE_LC_MESSAGES
349 /* Define if you have the <libintl.h> header file. */
350 #undef HAVE_LIBINTL_H
352 /* Define if you have the `sun' library (-lsun). */
353 #undef HAVE_LIBSUN
355 /* Define if you have the <limits.h> header file. */
356 #undef HAVE_LIMITS_H
358 /* Define if you have the `listmntent' function. */
359 #undef HAVE_LISTMNTENT
361 /* Define if you have the `localeconv' function. */
362 #undef HAVE_LOCALECONV
364 /* Define if you have the <locale.h> header file. */
365 #undef HAVE_LOCALE_H
367 /* Define if you have the `localtime_r' function. */
368 #undef HAVE_LOCALTIME_R
370 /* Define if the `long double' type works. */
371 #undef HAVE_LONG_DOUBLE
373 /* Define if you support file names longer than 14 characters. */
374 #undef HAVE_LONG_FILE_NAMES
376 /* Define if lstat has the bug that it succeeds when given the zero-length
377 file name argument. The lstat from SunOS4.1.4 and the Hurd as of
378 1998-11-01) do this. */
379 #undef HAVE_LSTAT_EMPTY_STRING_BUG
381 /* Define if you have the <malloc.h> header file. */
382 #undef HAVE_MALLOC_H
384 /* Define if you have the `mblen' function. */
385 #undef HAVE_MBLEN
387 /* Define if you have the `mbrlen' function. */
388 #undef HAVE_MBRLEN
390 /* Define if you have the `mbrtowc' function. */
391 #undef HAVE_MBRTOWC
393 /* Define if mbstate_t is an object type. */
394 #undef HAVE_MBSTATE_T_OBJECT
396 /* Define if you have the `memcmp' function. */
397 #undef HAVE_MEMCMP
399 /* Define if you have the `memcpy' function. */
400 #undef HAVE_MEMCPY
402 /* Define if you have the <memory.h> header file. */
403 #undef HAVE_MEMORY_H
405 /* Define if you have the `mempcpy' function. */
406 #undef HAVE_MEMPCPY
408 /* Define if you have the `memset' function. */
409 #undef HAVE_MEMSET
411 /* Define if you have the `mkfifo' function. */
412 #undef HAVE_MKFIFO
414 /* Define if you have a working `mmap' system call. */
415 #undef HAVE_MMAP
417 /* Define if you have the <mntent.h> header file. */
418 #undef HAVE_MNTENT_H
420 /* Define if you have the <mnttab.h> header file. */
421 #undef HAVE_MNTTAB_H
423 /* Define if you have the `munmap' function. */
424 #undef HAVE_MUNMAP
426 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
427 #undef HAVE_NDIR_H
429 /* Define if you have the <netdb.h> header file. */
430 #undef HAVE_NETDB_H
432 /* Define if you have the <netinet/in.h> header file. */
433 #undef HAVE_NETINET_IN_H
435 /* Define if you have the <nl_types.h> header file. */
436 #undef HAVE_NL_TYPES_H
438 /* Define if you have the `pathconf' function. */
439 #undef HAVE_PATHCONF
441 /* Define if you have the <paths.h> header file. */
442 #undef HAVE_PATHS_H
444 /* Define if you have the `putenv' function. */
445 #undef HAVE_PUTENV
447 /* Define if you have the `realpath' function. */
448 #undef HAVE_REALPATH
450 /* Define if you have the `resolvepath' function. */
451 #undef HAVE_RESOLVEPATH
453 /* Define if you have the `rpmatch' function. */
454 #undef HAVE_RPMATCH
456 /* Define if you have the `setenv' function. */
457 #undef HAVE_SETENV
459 /* Define if you have the `sethostname' function. */
460 #undef HAVE_SETHOSTNAME
462 /* Define if you have the `setlocale' function. */
463 #undef HAVE_SETLOCALE
465 /* Define if stat has the bug that it succeeds when given the zero-length file
466 name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
467 this. */
468 #undef HAVE_STAT_EMPTY_STRING_BUG
470 /* Define if you have the <stddef.h> header file. */
471 #undef HAVE_STDDEF_H
473 /* Define if you have the <stdlib.h> header file. */
474 #undef HAVE_STDLIB_H
476 /* Define if you have the `stpcpy' function. */
477 #undef HAVE_STPCPY
479 /* Define if you have the `strcasecmp' function. */
480 #undef HAVE_STRCASECMP
482 /* Define if you have the `strchr' function. */
483 #undef HAVE_STRCHR
485 /* Define if you have the `strdup' function. */
486 #undef HAVE_STRDUP
488 /* Define if you have the `strerror' function. */
489 #undef HAVE_STRERROR
491 /* Define if you have the `strerror_r' function. */
492 #undef HAVE_STRERROR_R
494 /* Define if you have the `strftime' function. */
495 #undef HAVE_STRFTIME
497 /* Define if you have the <strings.h> header file. */
498 #undef HAVE_STRINGS_H
500 /* Define if you have the <string.h> header file. */
501 #undef HAVE_STRING_H
503 /* Define if you have the `strncasecmp' function. */
504 #undef HAVE_STRNCASECMP
506 /* Define if you have the `strrchr' function. */
507 #undef HAVE_STRRCHR
509 /* Define if you have the `strspn' function. */
510 #undef HAVE_STRSPN
512 /* Define if you have the `strstr' function. */
513 #undef HAVE_STRSTR
515 /* Define if you have the `strtol' function. */
516 #undef HAVE_STRTOL
518 /* Define if you have the `strtoul' function. */
519 #undef HAVE_STRTOUL
521 /* Define if you have the `strtoull' function. */
522 #undef HAVE_STRTOULL
524 /* Define if you have the `strtoumax' function. */
525 #undef HAVE_STRTOUMAX
527 /* Define if `st_blksize' is member of `struct stat'. */
528 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
530 /* Define if `st_blocks' is member of `struct stat'. */
531 #undef HAVE_STRUCT_STAT_ST_BLOCKS
533 /* Define if `st_rdev' is member of `struct stat'. */
534 #undef HAVE_STRUCT_STAT_ST_RDEV
536 /* Define if struct timespec is declared in <time.h>. */
537 #undef HAVE_STRUCT_TIMESPEC
539 /* Define if `tm_zone' is member of `struct tm'. */
540 #undef HAVE_STRUCT_TM_TM_ZONE
542 /* Define if `ut_name' is member of `struct utmpx'. */
543 #undef HAVE_STRUCT_UTMPX_UT_NAME
545 /* Define if `ut_user' is member of `struct utmpx'. */
546 #undef HAVE_STRUCT_UTMPX_UT_USER
548 /* Define if `ut_name' is member of `struct utmp'. */
549 #undef HAVE_STRUCT_UTMP_UT_NAME
551 /* Define if `ut_user' is member of `struct utmp'. */
552 #undef HAVE_STRUCT_UTMP_UT_USER
554 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
555 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
556 #undef HAVE_ST_BLOCKS
558 /* Define if struct stat has an st_dm_mode member. */
559 #undef HAVE_ST_DM_MODE
561 /* Define if you have the `sysinfo' function. */
562 #undef HAVE_SYSINFO
564 /* Define if you have the <syslog.h> header file. */
565 #undef HAVE_SYSLOG_H
567 /* Define if you have the <sys/acl.h> header file. */
568 #undef HAVE_SYS_ACL_H
570 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
571 #undef HAVE_SYS_DIR_H
573 /* Define if you have the <sys/filsys.h> header file. */
574 #undef HAVE_SYS_FILSYS_H
576 /* Define if you have the <sys/fstyp.h> header file. */
577 #undef HAVE_SYS_FSTYP_H
579 /* Define if you have the <sys/fs/s5param.h> header file. */
580 #undef HAVE_SYS_FS_S5PARAM_H
582 /* Define if you have the <sys/fs_types.h> header file. */
583 #undef HAVE_SYS_FS_TYPES_H
585 /* Define if you have the <sys/ioctl.h> header file. */
586 #undef HAVE_SYS_IOCTL_H
588 /* Define if you have the <sys/mntent.h> header file. */
589 #undef HAVE_SYS_MNTENT_H
591 /* Define if you have the <sys/mount.h> header file. */
592 #undef HAVE_SYS_MOUNT_H
594 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
595 #undef HAVE_SYS_NDIR_H
597 /* Define if you have the <sys/param.h> header file. */
598 #undef HAVE_SYS_PARAM_H
600 /* Define if you have the <sys/socket.h> header file. */
601 #undef HAVE_SYS_SOCKET_H
603 /* Define if you have the <sys/statfs.h> header file. */
604 #undef HAVE_SYS_STATFS_H
606 /* Define if you have the <sys/statvfs.h> header file. */
607 #undef HAVE_SYS_STATVFS_H
609 /* Define if you have the <sys/systeminfo.h> header file. */
610 #undef HAVE_SYS_SYSTEMINFO_H
612 /* Define if you have the <sys/timeb.h> header file. */
613 #undef HAVE_SYS_TIMEB_H
615 /* Define if you have the <sys/time.h> header file. */
616 #undef HAVE_SYS_TIME_H
618 /* Define if you have the <sys/vfs.h> header file. */
619 #undef HAVE_SYS_VFS_H
621 /* Define if you have the <sys/wait.h> header file. */
622 #undef HAVE_SYS_WAIT_H
624 /* Define if you have the <termios.h> header file. */
625 #undef HAVE_TERMIOS_H
627 /* Define if struct tm has the tm_gmtoff member. */
628 #undef HAVE_TM_GMTOFF
630 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
631 `HAVE_STRUCT_TM_TM_ZONE' instead. */
632 #undef HAVE_TM_ZONE
634 /* Define if you have the `tsearch' function. */
635 #undef HAVE_TSEARCH
637 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
639 #undef HAVE_TZNAME
641 /* Define if you have the `tzset' function. */
642 #undef HAVE_TZSET
644 /* Define if you have the <unistd.h> header file. */
645 #undef HAVE_UNISTD_H
647 /* Define if you have the unsigned long long type. */
648 #undef HAVE_UNSIGNED_LONG_LONG
650 /* Define if you have the `utmpname' function. */
651 #undef HAVE_UTMPNAME
653 /* Define if you have the `utmpxname' function. */
654 #undef HAVE_UTMPXNAME
656 /* Define if you have the <utmpx.h> header file. */
657 #undef HAVE_UTMPX_H
659 /* Define if you have the <utmp.h> header file. */
660 #undef HAVE_UTMP_H
662 /* Define if you have the `vprintf' function. */
663 #undef HAVE_VPRINTF
665 /* Define if you have the `waitpid' function. */
666 #undef HAVE_WAITPID
668 /* Define if you have the <wchar.h> header file. */
669 #undef HAVE_WCHAR_H
671 /* Define if you have the <wctype.h> header file. */
672 #undef HAVE_WCTYPE_H
674 /* Define if readdir is found to work properly in some unusual cases. */
675 #undef HAVE_WORKING_READDIR
677 /* Define to 1 if `strerror_r' returns a string. */
678 #undef HAVE_WORKING_STRERROR_R
680 /* Define if you have the `__argz_count' function. */
681 #undef HAVE___ARGZ_COUNT
683 /* Define if you have the `__argz_next' function. */
684 #undef HAVE___ARGZ_NEXT
686 /* Define if you have the `__argz_stringify' function. */
687 #undef HAVE___ARGZ_STRINGIFY
689 /* Define as const if the declaration of iconv() needs const. */
690 #undef ICONV_CONST
692 /* Define if `link(2)' dereferences symbolic links. */
693 #undef LINK_FOLLOWS_SYMLINKS
695 /* Define if lstat dereferences a symlink specified with a trailing slash */
696 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
698 /* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
699 #undef MAJOR_IN_MKDEV
701 /* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
702 #undef MAJOR_IN_SYSMACROS
704 /* Define to 1 if assertions should be disabled. */
705 #undef NDEBUG
707 /* Name of package */
708 #undef PACKAGE
710 /* Define if compiler has function prototypes */
711 #undef PROTOTYPES
713 /* Define as the return type of signal handlers (`int' or `void'). */
714 #undef RETSIGTYPE
716 /* Define if the `setvbuf' function takes the buffering type as its second
717 argument and the buffer pointer as the third, as on System V before release
718 3. */
719 #undef SETVBUF_REVERSED
721 /* If using the C implementation of alloca, define if you know the
722 direction of stack growth for your system; otherwise it will be
723 automatically deduced at run-time.
724 STACK_DIRECTION > 0 => grows toward higher addresses
725 STACK_DIRECTION < 0 => grows toward lower addresses
726 STACK_DIRECTION = 0 => direction of growth unknown */
727 #undef STACK_DIRECTION
729 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
730 #undef STAT_MACROS_BROKEN
732 /* Define if you have the ANSI C header files. */
733 #undef STDC_HEADERS
735 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
737 #undef ST_MTIM_NSEC
739 /* Define if you can safely include both <sys/time.h> and <time.h>. */
740 #undef TIME_WITH_SYS_TIME
742 /* Define if your <sys/time.h> declares `struct tm'. */
743 #undef TM_IN_SYS_TIME
745 /* Version number of package */
746 #undef VERSION
748 /* Define if your processor stores words with the most significant byte first
749 (like Motorola and SPARC, unlike Intel and VAX). */
750 #undef WORDS_BIGENDIAN
752 /* Define if on AIX 3.
753 System headers sometimes define this.
754 We just want to avoid a redefinition error message. */
755 #ifndef _ALL_SOURCE
756 # undef _ALL_SOURCE
757 #endif
759 /* Number of bits in a file offset, on hosts where this is settable. */
760 #undef _FILE_OFFSET_BITS
762 /* Define for large files, on AIX-style hosts. */
763 #undef _LARGE_FILES
765 /* Define if on MINIX. */
766 #undef _MINIX
768 /* Define if the system does not provide POSIX.1 features except with this
769 defined. */
770 #undef _POSIX_1_SOURCE
772 /* Define if you need to in order for `stat' and other things to work. */
773 #undef _POSIX_SOURCE
775 /* Define to empty if `const' does not conform to ANSI C. */
776 #undef const
778 /* Define to `unsigned long' if <sys/types.h> does not define. */
779 #undef dev_t
781 /* Define to rpl_fnmatch if the replacement function should be used. */
782 #undef fnmatch
784 /* Define to `int' if <sys/types.h> doesn't define. */
785 #undef gid_t
787 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
788 if it is not supported. */
789 #undef inline
791 /* Define to `unsigned long' if <sys/types.h> does not define. */
792 #undef ino_t
794 /* Define to rpl_malloc if the replacement function should be used. */
795 #undef malloc
797 /* Define to rpl_memcmp if the replacement function should be used. */
798 #undef memcmp
800 /* Define to rpl_mktime if the replacement function should be used. */
801 #undef mktime
803 /* Define to `int' if <sys/types.h> does not define. */
804 #undef mode_t
806 /* Define to `long' if <sys/types.h> does not define. */
807 #undef off_t
809 /* Define to `int' if <sys/types.h> does not define. */
810 #undef pid_t
812 /* Define to rpl_realloc if the replacement function should be used. */
813 #undef realloc
815 /* Define to `unsigned' if <sys/types.h> does not define. */
816 #undef size_t
818 /* Define to `int' if <sys/types.h> does not define. */
819 #undef ssize_t
821 /* Define to gnu_strftime if the replacement function should be used. */
822 #undef strftime
824 /* Define to `int' if <sys/types.h> doesn't define. */
825 #undef uid_t
827 /* Define to unsigned long or unsigned long long if <inttypes.h> doesn't
828 define. */
829 #undef uintmax_t
831 /* Define to empty if the keyword `volatile' does not work. Warning: valid
832 code using `volatile' can become incorrect without. Disable with care. */
833 #undef volatile