]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
improved automake config. make dist, VPATH builds, ...
[btb/d2x.git] / conf.h.in
1 /* conf.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 want an assembler free build */
10 #undef NO_ASM
11
12 /* Define if you want a network build */
13 #undef NETWORK
14
15 /* Define if you want an OpenGL build */
16 #undef OGL
17
18 /* Define if you want an SVGALib build */
19 #undef SVGA
20
21 /* Define if you want a GGI build */
22 #undef GGI
23
24 /* Define if building under linux */
25 #undef __ENV_LINUX__
26
27 /* Define if building under msdos */
28 #undef __ENV_DJGPP__
29
30 /* Define to disable asserts, int3, etc. */
31 #undef NDEBUG
32
33 /* Define if you have the <netipx/ipx.h> header file.  */
34 #undef HAVE_NETIPX_IPX_H
35
36 /* Name of package */
37 #undef PACKAGE
38
39 /* Version number of package */
40 #undef VERSION
41
42
43 /* General defines */
44 #define NMONO 1
45 #define PIGGY_USE_PAGING 1
46 #define NEWDEMO 1
47
48 #ifdef __ENV_LINUX__
49 # define __SDL__ 1
50 # define SDL_AUDIO 1
51
52 # ifdef OGL
53 #  define GLX_VIDEO 1
54 #  define GII_INPUT 1
55 #  define GII_XWIN 1
56 # else
57 #  ifdef GGI
58 #   define GGI_VIDEO 1
59 #   define GII_INPUT 1
60 #  else
61 #   ifdef SVGA
62 #    define SVGALIB_VIDEO 1
63 #    define SVGALIB_INPUT 1
64 #   else
65 #    define SDL_VIDEO 1
66 #    define SDL_INPUT 1
67 #   endif  
68 #  endif
69 # endif
70 #endif