include: Use proper dllimports for propsys functions.
[wine.git] / libs / fluidsynth / config.h
blob2170ad098edb168e44a6fc235bd67078a8205da2
1 #ifndef CONFIG_H
2 #define CONFIG_H
4 /* Define to enable ALSA driver */
5 /* #undef ALSA_SUPPORT TRUE */
7 /* Define to activate sound output to files */
8 /* #undef AUFILE_SUPPORT 1 */
10 /* whether or not we are supporting CoreAudio */
11 /* #undef COREAUDIO_SUPPORT */
13 /* whether or not we are supporting CoreMIDI */
14 /* #undef COREMIDI_SUPPORT */
16 /* whether or not we are supporting DART */
17 /* #undef DART_SUPPORT */
19 /* Define if building for Mac OS X Darwin */
20 /* #undef DARWIN */
22 /* Define if D-Bus support is enabled */
23 /* #undef DBUS_SUPPORT 1 */
25 /* Soundfont to load automatically in some use cases */
26 /* #undef DEFAULT_SOUNDFONT "/usr/local/share/soundfonts/default.sf2" */
28 /* Define to enable FPE checks */
29 /* #undef FPE_CHECK */
31 /* Define to 1 if you have the <arpa/inet.h> header file. */
32 /* #undef HAVE_ARPA_INET_H */
34 /* Define to 1 if you have the <errno.h> header file. */
35 #define HAVE_ERRNO_H 1
37 /* Define to 1 if you have the <fcntl.h> header file. */
38 /* #undef HAVE_FCNTL_H */
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
43 /* Define to 1 if you have the <io.h> header file. */
44 #define HAVE_IO_H 1
46 /* whether or not we are supporting lash */
47 /* #undef HAVE_LASH */
49 /* Define if systemd support is enabled */
50 /* #undef SYSTEMD_SUPPORT */
52 /* Define to 1 if you have the <limits.h> header file. */
53 #define HAVE_LIMITS_H 1
55 /* Define to 1 if you have the <linux/soundcard.h> header file. */
56 /* #undef HAVE_LINUX_SOUNDCARD_H */
58 /* Define to 1 if you have the <machine/soundcard.h> header file. */
59 /* #undef HAVE_MACHINE_SOUNDCARD_H */
61 /* Define to 1 if you have the <math.h> header file. */
62 #define HAVE_MATH_H 1
64 /* Define to 1 if you have the <netinet/in.h> header file. */
65 /* #undef HAVE_NETINET_IN_H */
67 /* Define to 1 if you have the <netinet/tcp.h> header file. */
68 /* #undef HAVE_NETINET_TCP_H */
70 /* Define if compiling the mixer with multi-thread support */
71 #define ENABLE_MIXER_THREADS 1
73 /* Define if compiling with openMP to enable parallel audio rendering */
74 /* #undef HAVE_OPENMP */
76 /* Define to 1 if you have the <pthread.h> header file. */
77 /* #undef HAVE_PTHREAD_H */
79 /* Define to 1 if you have the <signal.h> header file. */
80 #define HAVE_SIGNAL_H 1
82 /* Define to 1 if you have the <stdarg.h> header file. */
83 #define HAVE_STDARG_H 1
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #define HAVE_STDINT_H 1
88 /* Define to 1 if you have the <stdio.h> header file. */
89 #define HAVE_STDIO_H 1
91 /* Define to 1 if you have the <stdlib.h> header file. */
92 #define HAVE_STDLIB_H 1
94 /* Define to 1 if you have the <strings.h> header file. */
95 /* #undef HAVE_STRINGS_H */
97 /* Define to 1 if you have the <string.h> header file. */
98 #define HAVE_STRING_H 1
100 /* Define to 1 if you have the <sys/mman.h> header file. */
101 /* #undef HAVE_SYS_MMAN_H */
103 /* Define to 1 if you have the <sys/socket.h> header file. */
104 /* #undef HAVE_SYS_SOCKET_H */
106 /* Define to 1 if you have the <sys/soundcard.h> header file. */
107 /* #undef HAVE_SYS_SOUNDCARD_H */
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #define HAVE_SYS_STAT_H 1
112 /* Define to 1 if you have the <sys/time.h> header file. */
113 /* #undef HAVE_SYS_TIME_H */
115 /* Define to 1 if you have the <sys/types.h> header file. */
116 #define HAVE_SYS_TYPES_H 1
118 /* Define to 1 if you have the <unistd.h> header file. */
119 /* #undef HAVE_UNISTD_H */
121 /* Define to 1 if you have the <windows.h> header file. */
122 /* #undef HAVE_WINDOWS_H */
124 /* Define to 1 if you have the <getopt.h> header file. */
125 /* #undef HAVE_GETOPT_H */
127 /* Define to 1 if you have the inet_ntop() function. */
128 /* #undef HAVE_INETNTOP */
130 /* Define to enable JACK driver */
131 /* #undef JACK_SUPPORT */
133 /* Define to enable PipeWire driver */
134 /* #undef PIPEWIRE_SUPPORT */
136 /* Include the LADSPA Fx unit */
137 /* #undef LADSPA */
139 /* Define to enable IPV6 support */
140 /* #undef IPV6_SUPPORT */
142 /* Define to enable network support */
143 /* #undef NETWORK_SUPPORT */
145 /* Defined when fluidsynth is build in an automated environment, where no MSVC++ Runtime Debug Assertion dialogs should pop up */
146 #define NO_GUI 1
148 /* libinstpatch for DLS and GIG */
149 /* #undef LIBINSTPATCH_SUPPORT */
151 /* libsndfile has ogg vorbis support */
152 /* #undef LIBSNDFILE_HASVORBIS */
154 /* Define to enable libsndfile support */
155 /* #undef LIBSNDFILE_SUPPORT */
157 /* Define to enable MidiShare driver */
158 /* #undef MIDISHARE_SUPPORT */
160 /* Define if using the MinGW32 environment */
161 #define MINGW32 1
163 /* Define to enable OSS driver */
164 /* #undef OSS_SUPPORT */
166 /* Define to enable OPENSLES driver */
167 /* #undef OPENSLES_SUPPORT */
169 /* Define to enable Oboe driver */
170 /* #undef OBOE_SUPPORT */
172 /* Name of package */
173 #define PACKAGE "fluidsynth"
175 /* Define to the address where bug reports for this package should be sent. */
176 /* #undef PACKAGE_BUGREPORT */
178 /* Define to the full name of this package. */
179 /* #undef PACKAGE_NAME */
181 /* Define to the full name and version of this package. */
182 /* #undef PACKAGE_STRING */
184 /* Define to the one symbol short name of this package. */
185 /* #undef PACKAGE_TARNAME */
187 /* Define to the version of this package. */
188 /* #undef PACKAGE_VERSION */
190 /* Define to enable PortAudio driver */
191 /* #undef PORTAUDIO_SUPPORT */
193 /* Define to enable PulseAudio driver */
194 /* #undef PULSE_SUPPORT */
196 /* Define to enable DirectSound driver */
197 /* #undef DSOUND_SUPPORT 1 */
199 /* Define to enable Windows WASAPI driver */
200 /* #undef WASAPI_SUPPORT 1 */
202 /* Define to enable Windows WaveOut driver */
203 /* #undef WAVEOUT_SUPPORT 1 */
205 /* Define to enable Windows MIDI driver */
206 /* #undef WINMIDI_SUPPORT */
208 /* Define to enable SDL2 audio driver */
209 /* #undef SDL2_SUPPORT */
211 /* Define to 1 if you have the ANSI C header files. */
212 #define STDC_HEADERS 1
214 /* Soundfont to load for unit testing */
215 /* #undef TEST_SOUNDFONT */
217 /* Soundfont to load for UTF-8 unit testing */
218 /* #undef TEST_SOUNDFONT_UTF8_1 */
219 /* #undef TEST_SOUNDFONT_UTF8_2 */
220 /* #undef TEST_MIDI_UTF8 */
222 /* SF3 Soundfont to load for unit testing */
223 /* #undef TEST_SOUNDFONT_SF3 */
225 /* Define to enable SIGFPE assertions */
226 /* #undef TRAP_ON_FPE */
228 /* Define to do all DSP in single floating point precision */
229 /* #undef WITH_FLOAT */
231 /* Define to profile the DSP code */
232 /* #undef WITH_PROFILING */
234 /* Define to use the readline library for line editing */
235 /* #undef READLINE_SUPPORT */
237 /* Define if the compiler supports VLA */
238 #define SUPPORTS_VLA 1
240 /* Define to 1 if your processor stores words with the most significant byte
241 first (like Motorola and SPARC, unlike Intel and VAX). */
242 /* #undef WORDS_BIGENDIAN */
244 /* Define to `__inline__' or `__inline' if that's what the C compiler
245 calls it, or to nothing if 'inline' is not supported under any name. */
246 #ifndef __cplusplus
247 /* #undef inline */
248 #endif
250 /* Define to 1 if you have the sinf() function. */
251 #define HAVE_SINF 1
253 /* Define to 1 if you have the cosf() function. */
254 #define HAVE_COSF 1
256 /* Define to 1 if you have the fabsf() function. */
257 #define HAVE_FABSF 1
259 /* Define to 1 if you have the powf() function. */
260 #define HAVE_POWF 1
262 /* Define to 1 if you have the sqrtf() function. */
263 #define HAVE_SQRTF 1
265 /* Define to 1 if you have the logf() function. */
266 #define HAVE_LOGF 1
268 /* Define to 1 if you have the socklen_t type. */
269 /* #undef HAVE_SOCKLEN_T */
271 #endif /* CONFIG_H */