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