Better file structure and build system
[sysstatus.git] / include / config.h
diff --git a/include/config.h b/include/config.h
new file mode 100644 (file)
index 0000000..91ad943
--- /dev/null
@@ -0,0 +1,15 @@
+
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#define UPDATE_SECS 1
+
+//#define SHOW_SECONDS
+
+#define NUM_CPUS 2
+#define CPU_HISTORY_SIZE 10
+
+#define POWER_BASEDIR "/sys/class/power_supply/"
+#define NETIF_BASEDIR "/sys/class/net/"
+
+#endif