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