]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
fix compiler warnings w/opengl
[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 you want an SVGALib build */
22 #undef SVGA
23
24 /* Define if you want a GGI build */
25 #undef GGI
26
27 /* Define if building under linux */
28 #undef __ENV_LINUX__
29
30 /* Define if building under msdos */
31 #undef __ENV_DJGPP__
32
33 /* General defines */
34 #define NMONO 1
35 #define PIGGY_USE_PAGING 1
36 #define NEWDEMO 1
37
38
39 #ifdef __ENV_LINUX__
40 # define SDL_AUDIO 1
41
42 # ifdef OGL
43 #  define GLX_VIDEO 1
44 #  define GII_INPUT 1
45 #  define GII_XWIN 1
46 # else
47 #  ifdef SVGA
48 #   define SVGALIB_VIDEO 1
49 #   define SVGALIB_INPUT 1
50 #  else
51 #   ifdef GGI
52 #    define GGI_VIDEO 1
53 #    define GII_INPUT 1
54 #   else
55 #    define SDL_VIDEO 1
56 #    define SDL_INPUT 1
57 #   endif
58 #  endif
59 # endif
60 #endif