summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-04-21 09:15:52 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-04-21 09:15:52 +0200
commit5c8a43ce348cdac4fac0a6ee470342ff7dab3a64 (patch)
treed72fee9ca8a12695bec247fa64288703ebf8aa27 /config.h
parent60368d2e0bd1a81c64b1a30b0819232866ccedb4 (diff)
Import ax25-lib 0.0.2 from tarballax25-lib-0.0.2
Diffstat (limited to 'config.h')
-rw-r--r--config.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/config.h b/config.h
index 5e22aab..991ea51 100644
--- a/config.h
+++ b/config.h
@@ -28,6 +28,15 @@
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
+/* Define if you have the <netax25/ax25.h> header file. */
+#define HAVE_NETAX25_AX25_H 1
+
+/* Define if you have the <netrom/netrom.h> header file. */
+#define HAVE_NETROM_NETROM_H 1
+
+/* Define if you have the <netrose/rose.h> header file. */
+#define HAVE_NETROSE_ROSE_H 1
+
/* Define if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
@@ -37,12 +46,12 @@
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define if you have the <zlib.h> header file. */
+#define HAVE_ZLIB_H 1
+
/* Name of package */
#define PACKAGE "ax25-lib"
/* Version number of package */
-#define VERSION "0.0.1"
-
-/* define if compiled symbols have a leading underscore */
-/* #undef WITH_SYMBOL_UNDERSCORE */
+#define VERSION "0.0.2"