]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
This commit was generated by cvs2svn to compensate for changes in r2,
[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 NMONO 1
22 #define SDL_AUDIO 1
23 #define PIGGY_USE_PAGING 1
24 #define NEWDEMO 1
25
26 #ifdef OGL
27 # define GLX_VIDEO 1
28 # define GII_INPUT 1
29 # define GII_XWIN 1
30 #else
31 # define SDL_VIDEO 1
32 # define SDL_INPUT 1
33 #endif
34
35 #define __ENV_LINUX__ 1