From 65251638ddea3310ed69534191198afa9e9d97ed Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 4 Oct 2008 18:42:12 +0200 Subject: Cleanup - Add more warning-flags to Makefile and fix warnings - Create config.h as a central place for paths/names - Add wmiistatus.h for definitions --- config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..b8d30aa --- /dev/null +++ b/config.h @@ -0,0 +1,9 @@ +const char *wlan_interface = "wlan0"; +const char *eth_interface = "eth0"; + +const char *wmii_path = "/mnt/wmii/rbar/status"; + +// TODO: run-watches, z.B. +// "/var/run/dhcp*.pid" --> checkt ob's das file gibt, ob der prozess läuft und zeigt dann yes/no an +// "/var/run/vpnc*.pid" + -- cgit v1.2.3