]> icculus.org git repositories - btb/d2x.git/blob - conf.h.in
add standard dist to repo
[btb/d2x.git] / conf.h.in
1 /* conf.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* d2x major version */
7 #undef D2XMAJOR
8
9 /* d2x micro version */
10 #undef D2XMICRO
11
12 /* d2x minor version */
13 #undef D2XMINOR
14
15 /* Define for faster i/o on little-endian cpus */
16 #undef FAST_FILE_IO
17
18 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
19    don't. */
20 #undef HAVE_DECL_NANOSLEEP
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #undef HAVE_INTTYPES_H
24
25 /* Define to 1 if you have the <netipx/ipx.h> header file. */
26 #undef HAVE_NETIPX_IPX_H
27
28 /* Define to 1 if you have the <physfs.h> header file. */
29 #undef HAVE_PHYSFS_H
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdio.h> header file. */
35 #undef HAVE_STDIO_H
36
37 /* Define to 1 if you have the <stdlib.h> header file. */
38 #undef HAVE_STDLIB_H
39
40 /* Define to 1 if you have the <strings.h> header file. */
41 #undef HAVE_STRINGS_H
42
43 /* Define to 1 if you have the <string.h> header file. */
44 #undef HAVE_STRING_H
45
46 /* Define to 1 if the system has the type `struct timespec'. */
47 #undef HAVE_STRUCT_TIMESPEC
48
49 /* Define to 1 if the system has the type `struct timeval'. */
50 #undef HAVE_STRUCT_TIMEVAL
51
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #undef HAVE_SYS_STAT_H
54
55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #undef HAVE_SYS_TYPES_H
57
58 /* Define to 1 if you have the <unistd.h> header file. */
59 #undef HAVE_UNISTD_H
60
61 /* Define to enable use of the KaliNix driver */
62 #undef KALINIX
63
64 /* Define if you want to build for mac datafiles */
65 #undef MACDATA
66
67 /* Define to use the IPX support of the OS */
68 #undef NATIVE_IPX
69
70 /* Define to disable asserts, int3, etc. */
71 #undef NDEBUG
72
73 /* Define if you want a network build */
74 #undef NETWORK
75
76 /* Define if you want an assembler free build */
77 #undef NO_ASM
78
79 /* Name of package */
80 #undef PACKAGE
81
82 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT
84
85 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME
87
88 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING
90
91 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME
93
94 /* Define to the home page for this package. */
95 #undef PACKAGE_URL
96
97 /* Define to the version of this package. */
98 #undef PACKAGE_VERSION
99
100 /* Define for a "release" build */
101 #undef RELEASE
102
103 /* Define if you have the SDL_image library */
104 #undef SDL_IMAGE
105
106 /* Define this to be the shared game directory root */
107 #undef SHAREPATH
108
109 /* The size of `void *', as computed by sizeof. */
110 #undef SIZEOF_VOID_P
111
112 /* Define to 1 if all of the C90 standard headers exist (not just the ones
113    required in a freestanding environment). This macro is provided for
114    backward compatibility; new code need not use it. */
115 #undef STDC_HEADERS
116
117 /* define to not use the SDL_Joystick routines. */
118 #undef USE_LINUX_JOY
119
120 /* Version number of package */
121 #undef VERSION
122
123 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
124    significant byte first (like Motorola and SPARC, unlike Intel). */
125 #if defined AC_APPLE_UNIVERSAL_BUILD
126 # if defined __BIG_ENDIAN__
127 #  define WORDS_BIGENDIAN 1
128 # endif
129 #else
130 # ifndef WORDS_BIGENDIAN
131 #  undef WORDS_BIGENDIAN
132 # endif
133 #endif
134
135 /* Define if your processor needs data to be word-aligned */
136 #undef WORDS_NEED_ALIGNMENT
137
138
139         /* General defines */
140 #ifndef PACKAGE_STRING
141 #define PACKAGE_STRING PACKAGE " " VERSION
142 #endif
143 #define VERSION_NAME PACKAGE_STRING
144 #define NMONO 1
145 #define PIGGY_USE_PAGING 1
146 #define NEWDEMO 1
147
148 #if defined(__APPLE__) && defined(__MACH__)
149 #define __unix__ /* since we're doing a unix-style compilation... */
150 #endif
151