From 73a570e26c8be2eb28ff624691d53679235db6d7 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 5 Nov 2000 08:33:55 +0000 Subject: Virgin import of FILE 3.32 --- contrib/file/acconfig.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 contrib/file/acconfig.h (limited to 'contrib/file/acconfig.h') diff --git a/contrib/file/acconfig.h b/contrib/file/acconfig.h new file mode 100644 index 0000000..1f4f5d2 --- /dev/null +++ b/contrib/file/acconfig.h @@ -0,0 +1,42 @@ +/* Autoheader needs me */ +#define PACKAGE "file" + +/* Autoheader needs me */ +#define VERSION "3.32" + +/* Define if builtin ELF support is enabled. */ +#undef BUILTIN_ELF + +/* Define if ELF core file support is enabled. */ +#undef ELFCORE + +/* Define if the `long long' type works. */ +#undef HAVE_LONG_LONG + +/* 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 + +/* 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 -- cgit v1.1