126 lines
3.3 KiB
C
Raw Normal View History

1993-06-19 14:21:53 +00:00
/* config.h. Generated automatically by configure. */
1998-01-04 21:41:46 +00:00
/* config.hin. Generated automatically from configure.in by autoheader. */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* 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 the closedir function returns void instead of int. */
/* #undef CLOSEDIR_VOID */
/* Define to empty if the keyword does not work. */
1993-06-19 14:21:53 +00:00
/* #undef const */
1998-01-04 21:41:46 +00:00
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if you support file names longer than 14 characters. */
#define HAVE_LONG_FILE_NAMES 1
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if on MINIX. */
/* #undef _MINIX */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef mode_t */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if the system does not provide POSIX.1 features except
with this defined. */
/* #undef _POSIX_1_SOURCE */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if you need to in order for stat and other things to work. */
/* #undef _POSIX_SOURCE */
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define as the return type of signal handlers (int or void). */
1993-06-19 14:21:53 +00:00
#define RETSIGTYPE void
1998-01-04 21:41:46 +00:00
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if there is a member named d_ino in the struct describing
directory headers. */
#define D_INO_IN_DIRENT 1
/* Define if memchr works. */
#define HAVE_MEMCHR 1
/* Define if `struct utimbuf' is declared -- usually in <utime.h>. */
#define HAVE_STRUCT_UTIMBUF 1
/* Define if you have the _doprintf function. */
/* #undef HAVE__DOPRINTF */
/* Define if you have the isascii function. */
#define HAVE_ISASCII 1
/* Define if you have the memchr function. */
#define HAVE_MEMCHR 1
/* Define if you have the memcmp function. */
#define HAVE_MEMCMP 1
/* Define if you have the mkdir function. */
#define HAVE_MKDIR 1
/* Define if you have the mktemp function. */
#define HAVE_MKTEMP 1
/* Define if you have the pathconf function. */
#define HAVE_PATHCONF 1
/* Define if you have the raise function. */
#define HAVE_RAISE 1
/* Define if you have the rename function. */
#define HAVE_RENAME 1
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
/* Define if you have the sigprocmask function. */
#define HAVE_SIGPROCMASK 1
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 1
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* 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 the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
1993-06-19 14:21:53 +00:00
1998-01-04 21:41:46 +00:00
/* Define if you have the <varargs.h> header file. */
#define HAVE_VARARGS_H 1