Make this match the distributing by removing some extra goo that was

added a few years back when battling AM_MAINTAINER_MODE and has been
lugged around ever since.

from adrianp
This commit is contained in:
pooka 2007-06-14 19:10:54 +00:00
parent 09d8955eab
commit 549f6b16d1
1 changed files with 1 additions and 62 deletions

63
dist/file/config.h.in vendored
View File

@ -1,66 +1,5 @@
/* config.h.in. Generated from configure.in by autoheader. */
/* $NetBSD: config.h.in,v 1.13 2007/06/07 11:32:44 pooka Exp $ */
/* 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
/* $NetBSD: config.h.in,v 1.14 2007/06/14 19:10:54 pooka Exp $ */
/* Use the builtin ELF recognition code */
#undef BUILTIN_ELF