summaryrefslogtreecommitdiffstats
path: root/contrib/file/acconfig.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-02-02 18:26:53 +0000
committerobrien <obrien@FreeBSD.org>2008-02-02 18:26:53 +0000
commit3a8bdecd700880041ce9fbea2f9b00fafc7450b9 (patch)
tree330d81a53763524363eab12d649dff01e551ad33 /contrib/file/acconfig.h
parent68facb1ef374a0b673ee71bcd50bdd40bcbedae8 (diff)
downloadFreeBSD-src-3a8bdecd700880041ce9fbea2f9b00fafc7450b9.zip
FreeBSD-src-3a8bdecd700880041ce9fbea2f9b00fafc7450b9.tar.gz
This commit was generated by cvs2svn to compensate for changes in r175898,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/file/acconfig.h')
-rw-r--r--contrib/file/acconfig.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/contrib/file/acconfig.h b/contrib/file/acconfig.h
deleted file mode 100644
index e6293da..0000000
--- a/contrib/file/acconfig.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/* Autoheader needs me */
-#undef PACKAGE
-
-/* Autoheader needs me */
-#undef VERSION
-
-/* 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 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
OpenPOWER on IntegriCloud