summaryrefslogtreecommitdiffstats
path: root/pathnames.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-04-10 00:44:09 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-04-10 00:44:09 +0200
commit60368d2e0bd1a81c64b1a30b0819232866ccedb4 (patch)
treec147b96c7af298db90dad7ae782d9af3cc03092e /pathnames.h
Import ax25-lib 0.0.1 from tarballax25-lib-0.0.1
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h
new file mode 100644
index 0000000..15a08ac
--- /dev/null
+++ b/pathnames.h
@@ -0,0 +1,11 @@
+#define CONF_AXPORTS_FILE "/etc/ax25/axports"
+#define CONF_NRPORTS_FILE "/etc/ax25/nrports"
+#define CONF_RSPORTS_FILE "/etc/ax25/rsports"
+
+#define PROC_AX25_FILE "/proc/net/ax25"
+#define PROC_AX25_ROUTE_FILE "/proc/net/ax25_route"
+#define PROC_NR_NEIGH_FILE "/proc/net/nr_neigh"
+#define PROC_NR_NODES_FILE "/proc/net/nr_nodes"
+#define PROC_AX25_CALLS_FILE "/proc/net/ax25_calls"
+
+#define LOCK_SERIAL_DIR "/var/lock"