]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
e2ff5292d84f26cb0f2f75699b88b6339744aa3d
[btb/d2x.git] / conf.h.in
1 /* conf.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
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 if building under msdos */
25 #undef __ENV_DJGPP__
26
27 /* Define to disable asserts, int3, etc. */
28 #undef NDEBUG
29
30 /* Define if you have the <netipx/ipx.h> header file.  */
31 #undef HAVE_NETIPX_IPX_H
32
33 /* Name of package */
34 #undef PACKAGE
35
36 /* Version number of package */
37 #undef VERSION
38
39
40 /* General defines */
41 #define NMONO 1
42 #define PIGGY_USE_PAGING 1
43 #define NEWDEMO 1
44
45 #ifdef __ENV_LINUX__
46 # define __SDL__ 1
47 # define SDL_AUDIO 1
48
49 # ifdef OGL
50 #  define SDL_GL_VIDEO 1
51 #  define SDL_INPUT 1
52 # else
53 #  ifdef GGI
54 #   define GGI_VIDEO 1
55 #   define GII_INPUT 1
56 #  else
57 #   ifdef SVGA
58 #    define SVGALIB_VIDEO 1
59 #    define SVGALIB_INPUT 1
60 #   else
61 #    define SDL_VIDEO 1
62 #    define SDL_INPUT 1
63 #   endif  
64 #  endif
65 # endif
66 #endif