summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2008-10-04 18:42:12 +0200
committerMichael Stapelberg <michael+x200@stapelberg.de>2008-10-04 18:42:12 +0200
commit65251638ddea3310ed69534191198afa9e9d97ed (patch)
tree9d62360355b01304ddd386aa8c5c2c2a510592f9 /config.h
parented49d5983e81afddca44051117dcc7327bdec03d (diff)
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
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 9 insertions, 0 deletions
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"
+