summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-22 01:04:23 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-22 01:04:23 +0000
commitd144d58c947696e3e707e842e77959c3fb578084 (patch)
tree8a30c406655df1bd87a0c3c2606bd61a58b009db /config.h
parente72236e605359028afb9bd01ca43890b74c1d868 (diff)
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.
Diffstat (limited to 'config.h')
-rw-r--r--config.h35
1 files changed, 15 insertions, 20 deletions
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 <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -21,6 +13,15 @@
/* Define to 1 if you have the <memory.h> 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 <zlib.h> 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 */