Minor fixes...
[sysstatus.git] / config.h
index 7879911f1fba1415c85cea3489b9aa377cf9f64c..91ad943ae491d23f99091dbebb2b963d0ef58285 100644 (file)
--- a/config.h
+++ b/config.h
@@ -6,9 +6,10 @@
 
 //#define SHOW_SECONDS
 
-#define CPU_HISTORY_SIZE 10
 #define NUM_CPUS 2
+#define CPU_HISTORY_SIZE 10
 
-#define IFNAME "ppp0"
+#define POWER_BASEDIR "/sys/class/power_supply/"
+#define NETIF_BASEDIR "/sys/class/net/"
 
 #endif