From d144d58c947696e3e707e842e77959c3fb578084 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 22 Jan 2007 01:04:23 +0000 Subject: Regenerate all the autotools provided files - some were ancient and would have failed on some modern systems. Sole exception is the old INSTALL file, libax25 had its own. Maybe we should drop for simplicity; it doesn't provide alot of information. --- config.h | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index c052d08..90e2caa 100644 --- a/config.h +++ b/config.h @@ -1,13 +1,5 @@ /* config.h. Generated by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ -/* Define if you have a proper netax25/ax25.h header file. */ -#define HAVE_NETAX25_AX25_H 1 - -/* Define if you have a proper netrom/netrom.h header file. */ -#define HAVE_NETROM_NETROM_H 1 - -/* Define if you have a proper netrose/rose.h header file. */ -#define HAVE_NETROSE_ROSE_H 1 +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 @@ -21,6 +13,15 @@ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 +/* Define if you have a proper netax25/ax25.h header file */ +#define HAVE_NETAX25_AX25_H 1 + +/* Define if you have a proper netrom/netrom.h header file. */ +#define HAVE_NETROM_NETROM_H 1 + +/* Define if you have a proper netrose/rose.h header file. */ +#define HAVE_NETROSE_ROSE_H 1 + /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 @@ -63,23 +64,20 @@ /* Define to 1 if you have the header file. */ #define HAVE_ZLIB_H 1 -/* Name of package */ -#define PACKAGE "libax25" - /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" +#define PACKAGE_BUGREPORT "linux-hams@vger.kernel.org" /* Define to the full name of this package. */ -#define PACKAGE_NAME "" +#define PACKAGE_NAME "libax25" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" +#define PACKAGE_STRING "libax25 0.0.11" /* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" +#define PACKAGE_TARNAME "libax25" /* Define to the version of this package. */ -#define PACKAGE_VERSION "" +#define PACKAGE_VERSION "0.0.11" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -90,8 +88,5 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -/* Version number of package */ -#define VERSION "0.0.11" - /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -- cgit v1.2.3