Reindent and restyle
[sysstatus.git] / config.h
1
2 #ifndef __CONFIG_H__
3 #define __CONFIG_H__
4
5 #define UPDATE_SECS 1
6
7 //#define SHOW_SECONDS
8
9 #define NUM_CPUS 2
10 #define CPU_HISTORY_SIZE 10
11
12 #define POWER_BASEDIR "/sys/class/power_supply/"
13 #define NETIF_BASEDIR "/sys/class/net/"
14
15 #endif