From df11c7b63d4e785920524068f8f9cbdef5dc08ad Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 28 Dec 2004 04:31:47 +0000 Subject: Virgin import of Christos Zoulas's FILE 4.12. --- contrib/file/config.h.in | 91 ++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 53 deletions(-) (limited to 'contrib/file/config.h.in') diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in index 755f43f..700d5da 100644 --- a/contrib/file/config.h.in +++ b/contrib/file/config.h.in @@ -1,64 +1,16 @@ /* config.h.in. Generated from configure.in by autoheader. */ -/* Autoheader needs me */ -#undef PACKAGE - -/* Autoheader needs me */ -#undef VERSION -/* Define if builtin ELF support is enabled. */ +/* Use the builtin ELF recognition code */ #undef BUILTIN_ELF -/* Define if ELF core file support is enabled. */ +/* Recognize ELF core files */ #undef ELFCORE -/* Define if the `long long' type works. */ -#undef HAVE_LONG_LONG - -/* Define if we have "tm_zone" in "struct tm". */ -#undef HAVE_TM_ZONE - -/* Define if we have a global "char * []" "tzname" variable. */ -#undef HAVE_TZNAME - -/* Define if we have "tm_isdst" in "struct tm". */ -#undef HAVE_TM_ISDST - -/* Define if we have a global "int" variable "daylight". */ +/* */ #undef HAVE_DAYLIGHT -/* Define if we have a mkstemp */ -#undef HAVE_MKSTEMP - -/* Define to `unsigned char' if standard headers don't define. */ -#undef uint8_t - -/* Define to `unsigned short' if standard headers don't define. */ -#undef uint16_t - -/* Define to `unsigned int' if standard headers don't define. */ -#undef uint32_t - -/* Define to `unsigned long long', if available, or `unsigned long', if - standard headers don't define. */ -#undef uint64_t - -/* Define to `int' if standard headers don't define. */ -#undef int32_t - -/* FIXME: These have to be added manually because autoheader doesn't know - about AC_CHECK_SIZEOF_INCLUDES. */ - -/* The number of bytes in a uint8_t. */ -#define SIZEOF_UINT8_T 0 - -/* The number of bytes in a uint16_t. */ -#define SIZEOF_UINT16_T 0 - -/* The number of bytes in a uint32_t. */ -#define SIZEOF_UINT32_T 0 - -/* The number of bytes in a uint64_t. */ -#define SIZEOF_UINT64_T 0 +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H @@ -78,6 +30,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H +/* */ +#undef HAVE_LONG_LONG + /* Define to 1 if you have the `mbrtowc' function. */ #undef HAVE_MBRTOWC @@ -130,6 +85,9 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* */ +#undef HAVE_TM_ISDST + /* HAVE_TM_ZONE */ #undef HAVE_TM_ZONE @@ -180,6 +138,18 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* */ +#undef SIZEOF_UINT16_T + +/* */ +#undef SIZEOF_UINT32_T + +/* */ +#undef SIZEOF_UINT64_T + +/* */ +#undef SIZEOF_UINT8_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -198,6 +168,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const +/* */ +#undef int32_t + /* Define to a type if does not define. */ #undef mbstate_t @@ -206,3 +179,15 @@ /* Define to `unsigned' if does not define. */ #undef size_t + +/* */ +#undef uint16_t + +/* */ +#undef uint32_t + +/* */ +#undef uint64_t + +/* */ +#undef uint8_t -- cgit v1.1