58495c77514dc76059c7040df23c70608417efa7
[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 CPU_HISTORY_SIZE 10
10 #define NUM_CPUS 2
11
12 #define NETIF_BASEDIR "/sys/class/net/"
13
14 #endif