]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
cruft removal
[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 /* Define to disable asserts, int3, etc. */
34 #undef NDEBUG
35
36 /* General defines */
37 #define NMONO 1
38 #define PIGGY_USE_PAGING 1
39 #define NEWDEMO 1
40
41
42 #ifdef __ENV_LINUX__
43 # define SDL_AUDIO 1
44
45 # ifdef OGL
46 #  define GLX_VIDEO 1
47 #  define GII_INPUT 1
48 #  define GII_XWIN 1
49 # else
50 #  ifdef SVGA
51 #   define SVGALIB_VIDEO 1
52 #   define SVGALIB_INPUT 1
53 #  else
54 #   ifdef GGI
55 #    define GGI_VIDEO 1
56 #    define GII_INPUT 1
57 #   else
58 #    define SDL_VIDEO 1
59 #    define SDL_INPUT 1
60 #   endif
61 #  endif
62 # endif
63 #endif