summaryrefslogtreecommitdiffstats
path: root/rsconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsconfig.c')
-rw-r--r--rsconfig.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/rsconfig.c b/rsconfig.c
index f15dbee..8f65404 100644
--- a/rsconfig.c
+++ b/rsconfig.c
@@ -14,20 +14,12 @@
#include <net/if.h>
#include <net/if_arp.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include "kernel_ax25.h"
-#endif
-#ifdef HAVE_NETROSE_ROSE_H
+#include <netax25/axlib.h>
#include <netrose/rose.h>
-#else
-#include "kernel_rose.h"
-#endif
+#include <netax25/rsconfig.h>
#include "pathnames.h"
-#include "axlib.h"
-#include "rsconfig.h"
typedef struct _rsport
{