]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
This commit was generated by cvs2svn to compensate for changes in r5,
[btb/d2x.git] / conf.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if you need to in order for stat and other things to work.  */
4 #undef _POSIX_SOURCE
5
6 /* Define if you have the ANSI C header files.  */
7 #undef STDC_HEADERS
8
9 /* Define if you have netipx/ipx.h */
10 #undef HAVE_NETIPX_IPX_H
11
12 /* Define if you want an assembler free build */
13 #undef NO_ASM
14
15 /* Define if you want a network build */
16 #undef NETWORK
17
18 /* Define if you want an OpenGL build */
19 #undef OGL
20
21 /* Define if building under linux */
22 #undef __ENV_LINUX__
23
24 /* Define if building under msdos */
25 #undef __ENV_DJGPP__
26
27 /* General defines */
28 #define NMONO 1
29 #define PIGGY_USE_PAGING 1
30 #define NEWDEMO 1
31
32
33 #ifdef __ENV_LINUX__
34 # define SDL_AUDIO 1
35
36 # ifdef OGL
37 #  define GLX_VIDEO 1
38 #  define GII_INPUT 1
39 #  define GII_XWIN 1
40 # else
41 #  define SDL_VIDEO 1
42 #  define SDL_INPUT 1
43 # endif
44 #endif