]> icculus.org git repositories - theoddone33/hhexen.git/blob - include/config.h.in
Round 3: Some minor cross-platform compatibility changes (FreeBSD), still may not...
[theoddone33/hhexen.git] / include / config.h.in
1 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work.  */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10    This function is required for alloca.c support on those systems.  */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro.  */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17 #undef HAVE_ALLOCA_H
18
19 /* Define as __inline if that's what the C compiler calls it.  */
20 #undef inline
21
22 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
23 #undef size_t
24
25 /* If using the C implementation of alloca, define if you know the
26    direction of stack growth for your system; otherwise it will be
27    automatically deduced at run-time.
28  STACK_DIRECTION > 0 => grows toward higher addresses
29  STACK_DIRECTION < 0 => grows toward lower addresses
30  STACK_DIRECTION = 0 => direction of growth unknown
31  */
32 #undef STACK_DIRECTION
33
34 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
35 #undef STAT_MACROS_BROKEN
36
37 /* Define if you have the ANSI C header files.  */
38 #undef STDC_HEADERS
39
40 /* Define if including the assassin in compile */
41 #undef ASSASSIN 
42
43 /* Define if building for OpenGL */
44 #undef RENDER3D
45
46 /* Define if building for demo wadfile */
47 #undef DEMO_WAD
48
49 /* Needed for something or other */
50 #undef _REENTRANT
51
52 /* Same as above */
53 #undef NORANGECHECKING
54
55 /* Define if you want configs stored in users' home directories */
56 #undef USERCONFIG
57
58 /* The number of bytes in a long long.  */
59 #undef SIZEOF_LONG_LONG
60
61 /* Define if you have the <linux/cdrom.h> header file.  */
62 #undef HAVE_LINUX_CDROM_H
63
64 /* Define if you have the GLU library (-lGLU).  */
65 #undef HAVE_LIBGLU
66
67 /* Define if you have the MesaGL library (-lMesaGL).  */
68 #undef HAVE_LIBMESAGL
69
70 /* Define if you have the MesaGLU library (-lMesaGLU).  */
71 #undef HAVE_LIBMESAGLU
72
73 /* Define if you have the dl library (-ldl).  */
74 #undef HAVE_LIBDL
75
76 /* Define if you have the m library (-lm).  */
77 #undef HAVE_LIBM