1/* config.h --  Generated CMake. */
2
3/* Version number of package */
4#cmakedefine VERSION "${VERSION}"
5
6/* ========== Features selection */
7
8/* Define if your system supports binary pipes (i.e. Unix) */
9#cmakedefine DRV_PIPE 1
10/* Define if you want support for output to stdout */
11#cmakedefine DRV_STDOUT 1
12/* Define if you want an .aiff file writer driver */
13#cmakedefine DRV_AIFF 1
14/* Define if you want a .wav file writer driver */
15#cmakedefine DRV_WAV 1
16/* Define if you want a raw pcm data file writer driver */
17#cmakedefine DRV_RAW 1
18/* Define if the DEC AudioFile server driver is compiled */
19#cmakedefine DRV_AF 1
20/* Define if the Amiga AHI driver is compiled */
21#cmakedefine DRV_AHI 1
22/* Define if the AIX audio driver is compiled */
23#cmakedefine DRV_AIX 1
24/* Define if the Linux ALSA driver is compiled */
25#cmakedefine DRV_ALSA 1
26/* Define if the PulseAudio driver is compiled */
27#cmakedefine DRV_PULSEAUDIO 1
28/* Define if the Enlightened Sound Daemon driver is compiled */
29#cmakedefine DRV_ESD 1
30/* Define if the HP-UX audio driver is compiled */
31#cmakedefine DRV_HP 1
32/* Define if the Network Audio System driver is compiled */
33#cmakedefine DRV_NAS 1
34/* Define if the OpenAL driver is compiled */
35#cmakedefine DRV_OPENAL 1
36/* Define if the OpenSL ES driver is compiled */
37#cmakedefine DRV_OSLES 1
38/* Define if the Open Sound System driver is compiled */
39#cmakedefine DRV_OSS 1
40/* Define if the Linux SAM9407 driver is compiled */
41#cmakedefine DRV_SAM9407 1
42/* Define if the SDL audio driver is compiled */
43#cmakedefine DRV_SDL 1
44/* Define if the SGI audio driver is compiled */
45#cmakedefine DRV_SGI 1
46/* Define if the OpenBSD sndio driver is compiled */
47#cmakedefine DRV_SNDIO 1
48/* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
49   is compiled */
50#cmakedefine DRV_SUN 1
51/* Define if the Linux Ultra driver is compiled */
52#cmakedefine DRV_ULTRA 1
53/* Define this if you want the MacOS X CoreAudio driver */
54#cmakedefine DRV_OSX 1
55/* Define this if you want the Carbon Mac Audio driver */
56#cmakedefine DRV_MAC 1
57/* Define if the Windows DirectSound driver is compiled */
58#cmakedefine DRV_DS 1
59/* Define if the Windows MCI driver is compiled */
60#cmakedefine DRV_WIN 1
61/* Define if the Windows XAudio2 driver is compiled */
62#cmakedefine DRV_XAUDIO2 1
63/* Define if using XAudio 2.8 for Windows8 with XAudio2 driver */
64#cmakedefine DRV_XAUDIO28 1
65
66/* Define if you want a debug version of the library */
67#cmakedefine MIKMOD_DEBUG 1
68
69/* Define if you want runtime dynamic linking of ALSA and EsounD drivers */
70#cmakedefine MIKMOD_DYNAMIC 1
71
72/* Define if you want to use SIMD (AltiVec or SSE2) optimizations (Unstable!)  */
73#cmakedefine MIKMOD_SIMD 1
74
75/* Define to 0 or 1 to override MIKMOD_UNIX in mikmod_internals.h. */
76#cmakedefine MIKMOD_UNIX 1
77
78/* disable the high quality mixer (build only with the standart mixer) */
79#cmakedefine  NO_HQMIXER 1
80
81/* ========== Build environment information */
82
83/* Define if your system is SunOS 4.* */
84#cmakedefine SUNOS 1
85/* Define if your system is AIX 3.* - might be needed for 4.* too */
86#cmakedefine AIX 1
87
88/* Define if your system defines random(3) and srandom(3) in math.h instead
89   of stdlib.h */
90#cmakedefine SRANDOM_IN_MATH_H 1
91
92/* Define if your system has RTLD_GLOBAL defined in <dlfcn.h> */
93#cmakedefine HAVE_RTLD_GLOBAL 1
94
95/* Define if your system provides POSIX.4 threads */
96#cmakedefine HAVE_PTHREAD 1
97
98/* Define if your system needs leading underscore to function names in dlsym()
99   calls */
100#cmakedefine DLSYM_NEEDS_UNDERSCORE 1
101
102/* define this if you are running a bigendian system (motorola, sparc, etc) */
103#cmakedefine WORDS_BIGENDIAN 1
104
105/* Define to 1 if you have the <AF/AFlib.h> header file. */
106#cmakedefine HAVE_AF_AFLIB_H 1
107
108/* Define to 1 if you have the <AL/al.h> header file. */
109#cmakedefine HAVE_AL_AL_H 1
110
111/* Define to 1 if you have the <AL/alc.h> header file. */
112#cmakedefine HAVE_AL_ALC_H 1
113
114/* Define to 1 if you have the <AL/alext.h> header file. */
115#cmakedefine HAVE_AL_ALEXT_H 1
116
117/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
118#cmakedefine HAVE_ALSA_ASOUNDLIB_H 1
119
120/* Define to 1 if you have the <audio/audiolib.h> header file. */
121#cmakedefine HAVE_AUDIO_AUDIOLIB_H 1
122
123/* Define to 1 if you have the <devices/ahi.h> header file. */
124#cmakedefine HAVE_DEVICES_AHI_H 1
125
126/* Define to 1 if you have the <dlfcn.h> header file. */
127#cmakedefine HAVE_DLFCN_H 1
128
129/* Define to 1 if you have the <dl.h> header file. */
130#cmakedefine HAVE_DL_H 1
131
132/* Define to 1 if you have the <dmedia/audio.h> header file. */
133#cmakedefine HAVE_DMEDIA_AUDIO_H 1
134
135/* Define to 1 if you have the <dsound.h> header file. */
136#cmakedefine HAVE_DSOUND_H 1
137
138/* Define to 1 if you have the <fcntl.h> header file. */
139#cmakedefine HAVE_FCNTL_H 1
140
141/* Define to 1 if you have the <inttypes.h> header file. */
142#cmakedefine HAVE_INTTYPES_H 1
143
144/* Define to 1 if you have the <libgus.h> header file. */
145#cmakedefine HAVE_LIBGUS_H 1
146
147/* Define to 1 if you have the <limits.h> header file. */
148#cmakedefine HAVE_LIMITS_H 1
149
150/* Define to 1 if you have the <machine/soundcard.h> header file. */
151#cmakedefine HAVE_MACHINE_SOUNDCARD_H 1
152
153/* Define to 1 if you have the <malloc.h> header file. */
154#cmakedefine HAVE_MALLOC_H 1
155
156/* Define to 1 if you have the <memory.h> header file. */
157#cmakedefine HAVE_MEMORY_H 1
158
159/* Define to 1 if you have the `posix_memalign' function. */
160#cmakedefine HAVE_POSIX_MEMALIGN 1
161
162/* Define to 1 if you have the <pulse/simple.h> header file. */
163#cmakedefine HAVE_PULSE_SIMPLE_H 1
164
165/* Define to 1 if you have the `setenv' function. */
166#cmakedefine HAVE_SETENV 1
167
168/* Define to 1 if you have the `snprintf' function. */
169#cmakedefine HAVE_SNPRINTF 1
170
171/* Define to 1 if you have the `srandom' function. */
172#cmakedefine HAVE_SRANDOM 1
173
174/* Define to 1 if you have the <stdint.h> header file. */
175#cmakedefine HAVE_STDINT_H 1
176
177/* Define to 1 if you have the <stdlib.h> header file. */
178#cmakedefine HAVE_STDLIB_H 1
179
180/* Define to 1 if you have the `memcmp' function. */
181#cmakedefine HAVE_MEMCMP 1
182
183/* Define to 1 if you have the <soundcard.h> header file. */
184#cmakedefine HAVE_SOUNDCARD_H 1
185
186/* Define to 1 if you have the <string.h> header file. */
187#cmakedefine HAVE_STRING_H 1
188
189/* Define to 1 if you have the `strstr' function. */
190#cmakedefine HAVE_STRSTR 1
191
192/* Define to 1 if you have the <sun/audioio.h> header file. */
193#cmakedefine HAVE_SUN_AUDIOIO_H 1
194
195/* Define to 1 if you have the <sys/acpa.h> header file. */
196#cmakedefine HAVE_SYS_ACPA_H 1
197
198/* Define to 1 if you have the <sys/audioio.h> header file. */
199#cmakedefine HAVE_SYS_AUDIOIO_H 1
200
201/* Define to 1 if you have the <sys/audio.h> header file. */
202#cmakedefine HAVE_SYS_AUDIO_H 1
203
204/* Define to 1 if you have the <sys/ioctl.h> header file. */
205#cmakedefine HAVE_SYS_IOCTL_H 1
206
207/* Define to 1 if you have the <sys/sam9407.h> header file. */
208#cmakedefine HAVE_SYS_SAM9407_H 1
209
210/* Define to 1 if you have the <sys/soundcard.h> header file. */
211#cmakedefine HAVE_SYS_SOUNDCARD_H 1
212
213/* Define to 1 if you have the <sys/stat.h> header file. */
214#cmakedefine HAVE_SYS_STAT_H 1
215
216/* Define to 1 if you have the <sys/types.h> header file. */
217#cmakedefine HAVE_SYS_TYPES_H 1
218
219/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
220#cmakedefine HAVE_SYS_WAIT_H 1
221
222/* Define to 1 if you have the <unistd.h> header file. */
223#cmakedefine HAVE_UNISTD_H 1
224
225/* Define to 1 if you have the <windows.h> header file. */
226#cmakedefine HAVE_WINDOWS_H 1
227
228/* Define to 1 if you have the <xaudio2.h> header file. */
229#cmakedefine HAVE_XAUDIO2_H 1
230
231/* Define to 1 if you have the ANSI C header files. */
232#cmakedefine STDC_HEADERS
233
234/* Define if the C compiler supports the `inline' keyword. */
235#cmakedefine HAVE_C_INLINE
236/* Define if the C compiler supports the `__inline__' keyword. */
237#cmakedefine HAVE_C___INLINE__
238/* Define if the C compiler supports the `__inline' keyword. */
239#cmakedefine HAVE_C___INLINE
240#if !defined(HAVE_C_INLINE) && !defined(__cplusplus)
241# ifdef HAVE_C___INLINE__
242#  define inline __inline__
243# elif defined(HAVE_C___INLINE)
244#  define inline __inline
245# else
246#  define inline
247# endif
248#endif
249
250/* Define to empty if `const' does not conform to ANSI C. */
251#cmakedefine const
252
253/* Define to empty if compiler does not understand the `signed' keyword. */
254#cmakedefine signed
255
256/* Define to `int' if <sys/types.h> does not define. */
257#cmakedefine pid_t
258
259/* Define to `unsigned int' if <sys/types.h> does not define. */
260#cmakedefine size_t
261