isdnlog/tools/zone: autoreconf

Update all files generated by autotools via a call to 'autoreconf -if'.
Update Makefile.in to avoid configure-time warning.
Remove config.h as it gets re-generated automatically by configure.
This commit is contained in:
Peter Marschall 2012-04-21 18:10:50 +02:00
parent cd855d18db
commit d8fc639095
4 changed files with 4999 additions and 1355 deletions

View File

@ -24,9 +24,11 @@ INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
prefix = @prefix@
exec_prefix = @exec_prefix@
#CC = @CC@ -V2.7.2.3
CC = @CC@
ifeq ($(BIGENDIAN), yes)
datarootdir = @datarootdir@
datadir = @datadir@
ifeq ($(BIGENDIAN), 1)
ZONEFILES=zonefiles
endif

View File

@ -1,14 +0,0 @@
/* config.h. Generated automatically by configure. */
/* configure sets these don't change */
/* #undef HAVE_LIBGDBM */
/* #undef HAVE_LIBDBM */
/* #undef HAVE_LIBDB */
#define USE_CDB 1
#define RDBEXT ".cdb"
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4

View File

@ -1,13 +1,106 @@
/* configure sets these don't change */
/* config.h.in. Generated from configure.ac by autoheader. */
#undef HAVE_LIBGDBM
#undef HAVE_LIBDBM
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* extra library for CDB as database */
#undef CDBEXTRALIBS
/* file extension for the library used */
#undef DBEXT
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* using DB as database */
#undef HAVE_LIBDB
#undef USE_CDB
/* using DBM as database */
#undef HAVE_LIBDBM
/* using GDBM as database */
#undef HAVE_LIBGDBM
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* file extension for the library used */
#undef RDBEXT
/* The size of `char', as computed by sizeof. */
#undef SIZEOF_CHAR
#undef SIZEOF_SHORT
/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* using CDB as database */
#undef USE_CDB
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t

File diff suppressed because it is too large Load Diff