From 25b07d12d92ebec03905433f2037cf5f9e757d7c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jul 1999 06:43:45 +0200 Subject: Import libax25 0.0.5 from tarball --- pathnames.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pathnames.h') 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" -- cgit v1.2.3