aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: beafcf628dda288a574501fa8a2acf853d3a3af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**************
 * GameOfLife *
 **************/

/* the number of random spawns per cycle */
#define RANDOM_SPAWNS 20

/* enable hotkeys q, p, c, +/- */
#define ENABLE_HOTKEYS 1

/* enable the upper status bar */
#define ENABLE_STATUS 1

/* enable the cursor */
#define ENABLE_CURSOR 1

/* set the cursor symbol */
#define CURSOR_CHAR '#'


/**************
 * DummyShell *
 **************/

#define _HAS_CMD 1
#define _HAS_MSG 1
#define _HAS_HOSTENT 1
#define _HAS_SIGNAL 1
#define _HAS_UTMP 1
#define _HAS_SYSINFO 1