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