Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/openal-0.0.8/config.h.in @ 17

Last change on this file since 17 was 17, checked in by landauf, 16 years ago

added openal

File size: 5.9 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if we are building the OpenAL library. */
4#undef AL_BUILD_LIBRARY
5
6/* Define to 1 if the AL_BYTE_LOKI source attribute shall be supported. */
7#undef AL_SUPPORT_BYTE_LOKI_SOURCE_ATTR_
8
9/* Define to 1 if you want to include debugging code. */
10#undef DEBUG
11
12/* Define to 1 to enable buffer debugging. */
13#undef DEBUG_BUFFER
14
15/* Define to 1 to enable config file debugging. */
16#undef DEBUG_CONFIG
17
18/* Define to 1 to enable context debugging. */
19#undef DEBUG_CONTEXT
20
21/* Define to 1 to enable conversion debugging. */
22#undef DEBUG_CONVERT
23
24/* Define to 1 to enable extension debugging. */
25#undef DEBUG_EXT
26
27/* Define to 1 to enable filter debugging. */
28#undef DEBUG_FILTER
29
30/* Define to 1 to enable lock debugging. */
31#undef DEBUG_LOCK
32
33/* Define to 1 to enable looping debugging. */
34#undef DEBUG_LOOP
35
36/* Define to 1 to enable math debugging. */
37#undef DEBUG_MATH
38
39/* Define to 1 to enable all debugging. */
40#undef DEBUG_MAXIMUS
41
42/* Define to 1 to enable memory debugging. */
43#undef DEBUG_MEM
44
45/* Define to 1 to enable mixer debugging. */
46#undef DEBUG_MIXER
47
48/* Define to 1 to enable queue debugging. */
49#undef DEBUG_QUEUE
50
51/* Define to 1 to enable source debugging. */
52#undef DEBUG_SOURCE
53
54/* Define to 1 to enable streaming debugging. */
55#undef DEBUG_STREAMING
56
57/* Define to 1 to enable stub debugging. */
58#undef DEBUG_STUB
59
60/* Define to 1 if the AL_EXT_mp3 extension should be used. */
61#undef ENABLE_EXTENSION_AL_EXT_MP3
62
63/* Define to 1 if the AL_EXT_vorbis supprt should be used. */
64#undef ENABLE_EXTENSION_AL_EXT_VORBIS
65
66/* detect cpu capabilities */
67#undef HAVE_CPU_CAPS_DETECTION
68
69/* Define to 1 if you have the <dlfcn.h> header file. */
70#undef HAVE_DLFCN_H
71
72/* Define to 1 if we are using a GCC with symbol visibility support. */
73#undef HAVE_GCC_VISIBILITY
74
75/* Define to 1 if you have the <inttypes.h> header file. */
76#undef HAVE_INTTYPES_H
77
78/* Define to 1 if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* mmx memcpy */
82#undef HAVE_MMX_MEMCPY
83
84/* Define if you have POSIX threads libraries and header files. */
85#undef HAVE_PTHREAD
86
87/* Define to 1 if you have the <stdint.h> header file. */
88#undef HAVE_STDINT_H
89
90/* Define to 1 if you have the <stdlib.h> header file. */
91#undef HAVE_STDLIB_H
92
93/* Define to 1 if you have the <strings.h> header file. */
94#undef HAVE_STRINGS_H
95
96/* Define to 1 if you have the <string.h> header file. */
97#undef HAVE_STRING_H
98
99/* Define to 1 if you have the <sys/stat.h> header file. */
100#undef HAVE_SYS_STAT_H
101
102/* Define to 1 if you have the <sys/types.h> header file. */
103#undef HAVE_SYS_TYPES_H
104
105/* Define to 1 if you have the <unistd.h> header file. */
106#undef HAVE_UNISTD_H
107
108/* Define to 1 if your C compiler supports __attribute__. */
109#undef HAVE___ATTRIBUTE__
110
111/* Define to 1 if you want to disable the assert() macro. */
112#undef NDEBUG
113
114/* Define to 1 if dynamic loading of libraries is not available. */
115#undef NODLOPEN
116
117/* undocumented */
118#undef NO_THREADING
119
120/* dynamically load ALSA libs */
121#undef OPENAL_DLOPEN_ALSA
122
123/* dynamically load aRts libs */
124#undef OPENAL_DLOPEN_ARTS
125
126/* dynamically load ESD libs */
127#undef OPENAL_DLOPEN_ESD
128
129/* dynamically load SMPEG libs */
130#undef OPENAL_DLOPEN_MP3
131
132/* dynamically load SDL libs */
133#undef OPENAL_DLOPEN_SDL
134
135/* dynamically load Vorbis libs */
136#undef OPENAL_DLOPEN_VORBIS
137
138/* Name of package */
139#undef PACKAGE
140
141/* Define to the address where bug reports for this package should be sent. */
142#undef PACKAGE_BUGREPORT
143
144/* Define to the full name of this package. */
145#undef PACKAGE_NAME
146
147/* Define to the full name and version of this package. */
148#undef PACKAGE_STRING
149
150/* Define to the one symbol short name of this package. */
151#undef PACKAGE_TARNAME
152
153/* Define to the version of this package. */
154#undef PACKAGE_VERSION
155
156/* Define to necessary symbol if this constant uses a non-standard name on
157   your system. */
158#undef PTHREAD_CREATE_JOINABLE
159
160/* The size of a `void *', as computed by sizeof. */
161#undef SIZEOF_VOID_P
162
163/* Define to 1 if you have the ANSI C header files. */
164#undef STDC_HEADERS
165
166/* Define to 1 if the ALSA backend should be used. */
167#undef USE_BACKEND_ALSA
168
169/* Define to 1 if the aRts backend should be used. */
170#undef USE_BACKEND_ARTS
171
172/* Define to 1 if the native IRIX backend should be used. */
173#undef USE_BACKEND_DMEDIA
174
175/* Define to 1 if the ESD backend should be used. */
176#undef USE_BACKEND_ESD
177
178/* Define to 1 if the native BSD/OSS backend should be used. */
179#undef USE_BACKEND_NATIVE_BSD
180
181/* Define to 1 if the native Darwin backend should be used. */
182#undef USE_BACKEND_NATIVE_DARWIN
183
184/* Define to 1 if the native Linux backend should be used. */
185#undef USE_BACKEND_NATIVE_LINUX
186
187/* Define to 1 if the native MorphOS backend should be used. */
188#undef USE_BACKEND_NATIVE_MORPHOS
189
190/* Define to 1 if the native Solaris backend should be used. */
191#undef USE_BACKEND_NATIVE_SOLARIS
192
193/* Define to 1 if the native Windows backend should be used. */
194#undef USE_BACKEND_NATIVE_WINDOWS
195
196/* Define to 1 if the null backend should be used. */
197#undef USE_BACKEND_NULL
198
199/* Define to 1 if the SDL backend should be used. */
200#undef USE_BACKEND_SDL
201
202/* Define to 1 if the WAVE backend should be used. */
203#undef USE_BACKEND_WAVEOUT
204
205/* build light generic mixing routines */
206#undef USE_LIGHT_GEN_MIXING
207
208/* Define to 1 if MorphOS threading should be used. */
209#undef USE_MORPHOSTHREADING
210
211/* Define to 1 if POSIX threading should be used. */
212#undef USE_POSIXTHREADING
213
214/* Define to 1 if Windows threading should be used. */
215#undef USE_WINDOWSTHREADING
216
217/* Version number of package */
218#undef VERSION
219
220/* Define to 1 if your processor stores words with the most significant byte
221   first (like Motorola and SPARC, unlike Intel and VAX). */
222#undef WORDS_BIGENDIAN
223
224/* Define to 1 if extensions to ISO C89 from ISO C99 are needed. */
225#undef _ISOC99_SOURCE
226
227/* Define to the POSIX version that should be used. */
228#undef _POSIX_C_SOURCE
229
230/* Define to empty if `const' does not conform to ANSI C. */
231#undef const
Note: See TracBrowser for help on using the repository browser.