/* config.h.in. Generated automatically from configure.in by autoheader. */ /* $Id: config.h.top,v 1.3 1999/01/16 22:37:15 tudor Exp $ */ #include /* Define to get the GNU functionality in the C header files. */ #define _GNU_SOURCE /* 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 to empty if the keyword does not work. */ #undef const /* Define to `int' if doesn't define. */ #undef gid_t /* Define if you support file names longer than 14 characters. */ #undef HAVE_LONG_FILE_NAMES /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define if on MINIX. */ #undef _MINIX /* Define to `int' if doesn't define. */ #undef mode_t /* Define to `long' if doesn't define. */ #undef off_t /* Define to `int' if doesn't define. */ #undef pid_t /* 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 as the return type of signal handlers (int or void). */ #undef RETSIGTYPE /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if the `S_IS*' macros in do not work properly. */ #undef STAT_MACROS_BROKEN /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define to `int' if doesn't define. */ #undef uid_t /* Define if you want to disable various consistency checkings. */ #undef NDEBUG /* Define if you have GCC. */ #undef HAVE_GCC /* Define if you have a termcap library. */ #undef HAVE_LIBTERMCAP /* Define if you have a terminfo library. */ #undef HAVE_LIBTERMINFO /* Define if your system is Linux. */ #undef HAVE_LINUX /* Define if you have a dumb C compiler, like the one running on B.O.S. */ #undef HAVE_DUMB_CC /* Define if you have POSIX compatible terminal interface. */ #undef HAVE_POSIX_TTY /* Define if you have System V compatible terminal interface. */ #undef HAVE_SYSTEMV_TTY /* Define if you have BSD compatible terminal interface. */ #undef HAVE_BSD_TTY /* Define if you have the utsname system call. */ #undef HAVE_UTSNAME /* Define if you have the TIOCGWINSZ ioctl system call. */ #undef HAVE_WINSZ /* Define if you have two-argument statfs with statfs.bsize member (AIX, 4.3BSD). */ #undef STAT_STATFS2_BSIZE /* Define if you have two-argument statfs with statfs.fsize member (4.4BSD and NetBSD). */ #undef STAT_STATFS2_FSIZE /* Define if you have two-argument statfs with struct fs_data (Ultrix). */ #undef STAT_STATFS2_FS_DATA /* Define if you have 3-argument statfs function (DEC OSF/1). */ #undef STAT_STATFS3_OSF1 /* Define if you have four-argument statfs (AIX-3.2.5, SVR3). */ #undef STAT_STATFS4 /* Define if you have the statvfs system call. */ #undef STAT_STATVFS /* Define if you have a broken sys/filesys.h header file. */ #undef BROKEN_SYS_FILSYS_H /* Define if you have the getcwd function. */ #undef HAVE_GETCWD /* Define if you have the lstat function. */ #undef HAVE_LSTAT /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE /* Define if you have the putenv function. */ #undef HAVE_PUTENV /* Define if you have the readlink function. */ #undef HAVE_READLINK /* Define if you have the rename function. */ #undef HAVE_RENAME /* Define if you have the setenv function. */ #undef HAVE_SETENV /* Define if you have the sigaction function. */ #undef HAVE_SIGACTION /* Define if you have the statvfs function. */ #undef HAVE_STATVFS /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the strncasecmp function. */ #undef HAVE_STRNCASECMP /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the header file. */ #undef HAVE_DIRENT_H /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the header file. */ #undef HAVE_NDIR_H /* Define if you have the header file. */ #undef HAVE_STDDEF_H /* Define if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H /* Define if you have the header file. */ #undef HAVE_SYS_DUSTAT_H /* Define if you have the header file. */ #undef HAVE_SYS_FILSYS_H /* Define if you have the header file. */ #undef HAVE_SYS_MOUNT_H /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define if you have the header file. */ #undef HAVE_SYS_SIOCTL_H /* Define if you have the header file. */ #undef HAVE_SYS_STATFS_H /* Define if you have the header file. */ #undef HAVE_SYS_STATVFS_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYS_VFS_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the header file. */ #undef HAVE_VALUES_H /* Define if you have the readline library (-lreadline). */ #undef HAVE_LIBREADLINE /* Define if you have the sun library (-lsun). */ #undef HAVE_LIBSUN /* Define if you have the ucb library (-lucb). */ #undef HAVE_LIBUCB /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION /* $Id: config.h.bot,v 1.2 1998/03/02 08:33:14 tudor Exp $ */ /* See the file PROBLEMS for details on this. */ #ifdef HAVE_LINUX #undef HAVE_LSTAT #define HAVE_LSTAT 1 #endif