mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-02-02 14:38:58 +01:00
231 lines
6.2 KiB
C
231 lines
6.2 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if you have the Andrew File System. */
|
|
#undef AFS
|
|
|
|
/* Define If you want find -nouser and -nogroup to make tables of
|
|
used UIDs and GIDs at startup instead of using getpwuid or
|
|
getgrgid when needed. Speeds up -nouser and -nogroup unless you
|
|
are running NIS or Hesiod, which make password and group calls
|
|
very expensive. */
|
|
#undef CACHE_IDS
|
|
|
|
/* Define to use SVR4 statvfs to get filesystem type. */
|
|
#undef FSTYPE_STATVFS
|
|
|
|
/* Define to use SVR3.2 statfs to get filesystem type. */
|
|
#undef FSTYPE_USG_STATFS
|
|
|
|
/* Define to use AIX3 statfs to get filesystem type. */
|
|
#undef FSTYPE_AIX_STATFS
|
|
|
|
/* Define to use 4.3BSD getmntent to get filesystem type. */
|
|
#undef FSTYPE_MNTENT
|
|
|
|
/* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
|
|
#undef FSTYPE_STATFS
|
|
|
|
/* Define to use Ultrix getmnt to get filesystem type. */
|
|
#undef FSTYPE_GETMNT
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> doesn't define. */
|
|
#undef dev_t
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> doesn't define. */
|
|
#undef ino_t
|
|
|
|
/* Define if the `closedir' function returns void instead of `int'. */
|
|
#undef CLOSEDIR_VOID
|
|
|
|
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
|
This function is required for alloca.c support on those systems. */
|
|
#undef CRAY_STACKSEG_END
|
|
|
|
/* Define if using `alloca.c'. */
|
|
#undef C_ALLOCA
|
|
|
|
/* Define if you have `alloca', as a function or macro. */
|
|
#undef HAVE_ALLOCA
|
|
|
|
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
/* Define if you have the `basename' function. */
|
|
#undef HAVE_BASENAME
|
|
|
|
/* Define if you have the <dirent.h> header file. */
|
|
#undef HAVE_DIRENT_H
|
|
|
|
/* Define if you don't have `vprintf' but do have `_doprnt.' */
|
|
#undef HAVE_DOPRNT
|
|
|
|
/* Define if you have the `fchdir' function. */
|
|
#undef HAVE_FCHDIR
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define if you have the `getcwd' function. */
|
|
#undef HAVE_GETCWD
|
|
|
|
/* Define if you have the `getmntent' function. */
|
|
#undef HAVE_GETMNTENT
|
|
|
|
/* Define if you have the `dir' library (-ldir). */
|
|
#undef HAVE_LIBDIR
|
|
|
|
/* Define if you have the `gen' library (-lgen). */
|
|
#undef HAVE_LIBGEN
|
|
|
|
/* Define if you have the `intl' library (-lintl). */
|
|
#undef HAVE_LIBINTL
|
|
|
|
/* Define if you have the `seq' library (-lseq). */
|
|
#undef HAVE_LIBSEQ
|
|
|
|
/* Define if you have the `sun' library (-lsun). */
|
|
#undef HAVE_LIBSUN
|
|
|
|
/* Define if you have the `x' library (-lx). */
|
|
#undef HAVE_LIBX
|
|
|
|
/* Define if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
|
|
/* Define if you have the `memcmp' function. */
|
|
#undef HAVE_MEMCMP
|
|
|
|
/* Define if you have the `memset' function. */
|
|
#undef HAVE_MEMSET
|
|
|
|
/* Define if you have the `mktime' function. */
|
|
#undef HAVE_MKTIME
|
|
|
|
/* Define if you have the <ndir.h> header file. */
|
|
#undef HAVE_NDIR_H
|
|
|
|
/* Define if you have the `stpcpy' function. */
|
|
#undef HAVE_STPCPY
|
|
|
|
/* Define if you have the `strdup' function. */
|
|
#undef HAVE_STRDUP
|
|
|
|
/* Define if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if you have the `strftime' function. */
|
|
#undef HAVE_STRFTIME
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define if you have the `strspn' function. */
|
|
#undef HAVE_STRSPN
|
|
|
|
/* Define if you have the `strstr' function. */
|
|
#undef HAVE_STRSTR
|
|
|
|
/* Define if you have the `strtol' function. */
|
|
#undef HAVE_STRTOL
|
|
|
|
/* Define if `st_blocks' is member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_BLOCKS
|
|
|
|
/* Define if `st_rdev' is member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_RDEV
|
|
|
|
/* Define if `tm_zone' is member of `struct tm'. */
|
|
#undef HAVE_STRUCT_TM_TM_ZONE
|
|
|
|
/* Define if your `struct stat' has `st_blocks'. Deprecated, use
|
|
`HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
|
|
#undef HAVE_ST_BLOCKS
|
|
|
|
/* Define if your `struct stat' has `st_rdev'. Deprecated, use
|
|
`HAVE_STRUCT_STAT_ST_RDEV' instead. */
|
|
#undef HAVE_ST_RDEV
|
|
|
|
/* Define if you have the <sys/dir.h> header file. */
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
/* Define if you have the <sys/ndir.h> header file. */
|
|
#undef HAVE_SYS_NDIR_H
|
|
|
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
/* Define if your `struct tm' has `tm_zone'. Deprecated, use
|
|
`HAVE_STRUCT_TM_TM_ZONE' instead. */
|
|
#undef HAVE_TM_ZONE
|
|
|
|
/* Define if you don't have `tm_zone' but do have the external array `tzname'.
|
|
*/
|
|
#undef HAVE_TZNAME
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the `vprintf' function. */
|
|
#undef HAVE_VPRINTF
|
|
|
|
/* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
|
|
#undef MAJOR_IN_MKDEV
|
|
|
|
/* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
|
|
#undef MAJOR_IN_SYSMACROS
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at run-time.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
#undef STACK_DIRECTION
|
|
|
|
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
#undef STAT_MACROS_BROKEN
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if your <sys/time.h> declares `struct tm'. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define if on AIX 3.
|
|
System headers sometimes define this.
|
|
We just want to avoid a redefinition error message. */
|
|
#ifndef _ALL_SOURCE
|
|
# undef _ALL_SOURCE
|
|
#endif
|
|
|
|
/* Define if on MINIX. */
|
|
#undef _MINIX
|
|
|
|
/* Define if the system does not provide POSIX.1 features except with this
|
|
defined. */
|
|
#undef _POSIX_1_SOURCE
|
|
|
|
/* Define if you need to in order for stat and other things to work. */
|
|
#undef _POSIX_SOURCE
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> does not define. */
|
|
#undef dev_t
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef gid_t
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> does not define. */
|
|
#undef ino_t
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#undef pid_t
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
#undef size_t
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef uid_t
|