summaryrefslogtreecommitdiff
path: root/config.h
blob: 7879911f1fba1415c85cea3489b9aa377cf9f64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef __CONFIG_H__
#define __CONFIG_H__

#define UPDATE_SECS 1

//#define SHOW_SECONDS

#define CPU_HISTORY_SIZE 10
#define NUM_CPUS 2

#define IFNAME "ppp0"

#endif