]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
Changed __ENV_DJGPP__ to __DJGPP__, since it's built-in.
[btb/d2x.git] / conf.h.in
1 /* conf.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if you have the ANSI C header files.  */
4 #undef STDC_HEADERS
5
6 /* Define if you want an assembler free build */
7 #undef NO_ASM
8
9 /* Define if you want a network build */
10 #undef NETWORK
11
12 /* Define if you want an OpenGL build */
13 #undef OGL
14
15 /* Define if you want an SVGALib build */
16 #undef SVGA
17
18 /* Define if you want a GGI build */
19 #undef GGI
20
21 /* Define if building under linux */
22 #undef __ENV_LINUX__
23
24 /* Define to disable asserts, int3, etc. */
25 #undef NDEBUG
26
27 /* Define if you have the <netipx/ipx.h> header file.  */
28 #undef HAVE_NETIPX_IPX_H
29
30 /* Name of package */
31 #undef PACKAGE
32
33 /* Version number of package */
34 #undef VERSION
35
36
37 /* General defines */
38 #define NMONO 1
39 #define PIGGY_USE_PAGING 1
40 #define NEWDEMO 1
41
42 #ifdef __ENV_LINUX__
43 # define __SDL__ 1
44 # define SDL_AUDIO 1
45
46 # ifdef OGL
47 #  define SDL_GL_VIDEO 1
48 #  define SDL_INPUT 1
49 # else
50 #  ifdef GGI
51 #   define GGI_VIDEO 1
52 #   define GII_INPUT 1
53 #  else
54 #   ifdef SVGA
55 #    define SVGALIB_VIDEO 1
56 #    define SVGALIB_INPUT 1
57 #   else
58 #    define SDL_VIDEO 1
59 #    define SDL_INPUT 1
60 #   endif  
61 #  endif
62 # endif
63 #endif