summaryrefslogtreecommitdiffstats
path: root/pathnames.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-07-08 06:43:45 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-07-08 06:43:45 +0200
commit25b07d12d92ebec03905433f2037cf5f9e757d7c (patch)
treea127f7c5990e1e73d76dedc875c94e7add72e77e /pathnames.h
parent9a9dc6176b5d74717c6e5b757a6d3b1dfe6604a3 (diff)
Import libax25 0.0.5 from tarballlibax25-0.0.5
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/pathnames.h b/pathnames.h
index a5c5bcb..aba5b2c 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -1,6 +1,13 @@
-#define CONF_AXPORTS_FILE "/etc/ax25/axports"
-#define CONF_NRPORTS_FILE "/etc/ax25/nrports"
-#define CONF_RSPORTS_FILE "/etc/ax25/rsports"
+/*
+ * pathnames.h : Paths that are used by the library
+ */
+
+/*
+ * AX25_SYSCONFDIR is defined in the Makefile!!
+ */
+#define CONF_AXPORTS_FILE AX25_SYSCONFDIR"axports"
+#define CONF_NRPORTS_FILE AX25_SYSCONFDIR"rports"
+#define CONF_RSPORTS_FILE AX25_SYSCONFDIR"rsports"
#define PROC_AX25_FILE "/proc/net/ax25"
#define PROC_AX25_ROUTE_FILE "/proc/net/ax25_route"