summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-24 01:29:01 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-08-24 01:29:01 +0200
commitf9ceba52b255476172ed5e4e3bbd89620ee9072f (patch)
tree7fc7149322f0340ba2df03669cc7063e18af73ae /config.h
parente2364df6e013d5eaf6fe226ee6d5a36d1cd6337d (diff)
Import libax25 0.0.7 from tarballlibax25-0.0.7
Diffstat (limited to 'config.h')
-rw-r--r--config.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/config.h b/config.h
index bef7f65..e5b62c2 100644
--- a/config.h
+++ b/config.h
@@ -13,6 +13,15 @@
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 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 if you have the socket function. */
#define HAVE_SOCKET 1
@@ -28,15 +37,6 @@
/* 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
@@ -53,5 +53,5 @@
#define PACKAGE "libax25"
/* Version number of package */
-#define VERSION "0.0.6"
+#define VERSION "0.0.7"