]> icculus.org git repositories - crow/jumpnbump.git/blob - config.h
336207981f15635bc30ac0da5e8e379cd7669f88
[crow/jumpnbump.git] / config.h
1 #ifndef __CONFIG_H
2 #define __CONFIG_H
3
4 #undef DOS
5
6 #ifndef DOS
7 # define LINUX
8 #endif
9
10 #ifdef LINUX
11 # define NOSOUND
12 # define JNB_WIDTH 400
13 # define JNB_HEIGHT 256
14 #endif
15
16 /* 
17 #define __USE_XOPEN
18 #define __USE_BSD 
19 #define __USE_POSIX
20 */
21
22 #endif