Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/libs/fluidsynth/config.h
4388 views
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
/* Define to enable ALSA driver */
5
/* #undef ALSA_SUPPORT TRUE */
6
7
/* Define to activate sound output to files */
8
/* #undef AUFILE_SUPPORT 1 */
9
10
/* whether or not we are supporting CoreAudio */
11
/* #undef COREAUDIO_SUPPORT */
12
13
/* whether or not we are supporting CoreMIDI */
14
/* #undef COREMIDI_SUPPORT */
15
16
/* whether or not we are supporting DART */
17
/* #undef DART_SUPPORT */
18
19
/* Define if building for Mac OS X Darwin */
20
/* #undef DARWIN */
21
22
/* Define if D-Bus support is enabled */
23
/* #undef DBUS_SUPPORT 1 */
24
25
/* Soundfont to load automatically in some use cases */
26
/* #undef DEFAULT_SOUNDFONT "/usr/local/share/soundfonts/default.sf2" */
27
28
/* Define to enable FPE checks */
29
/* #undef FPE_CHECK */
30
31
/* Define to 1 if you have the <arpa/inet.h> header file. */
32
/* #undef HAVE_ARPA_INET_H */
33
34
/* Define to 1 if you have the <errno.h> header file. */
35
#define HAVE_ERRNO_H 1
36
37
/* Define to 1 if you have the <fcntl.h> header file. */
38
/* #undef HAVE_FCNTL_H */
39
40
/* Define to 1 if you have the <inttypes.h> header file. */
41
#define HAVE_INTTYPES_H 1
42
43
/* Define to 1 if you have the <io.h> header file. */
44
#define HAVE_IO_H 1
45
46
/* whether or not we are supporting lash */
47
/* #undef HAVE_LASH */
48
49
/* Define if systemd support is enabled */
50
/* #undef SYSTEMD_SUPPORT */
51
52
/* Define to 1 if you have the <limits.h> header file. */
53
#define HAVE_LIMITS_H 1
54
55
/* Define to 1 if you have the <linux/soundcard.h> header file. */
56
/* #undef HAVE_LINUX_SOUNDCARD_H */
57
58
/* Define to 1 if you have the <machine/soundcard.h> header file. */
59
/* #undef HAVE_MACHINE_SOUNDCARD_H */
60
61
/* Define to 1 if you have the <math.h> header file. */
62
#define HAVE_MATH_H 1
63
64
/* Define to 1 if you have the <netinet/in.h> header file. */
65
/* #undef HAVE_NETINET_IN_H */
66
67
/* Define to 1 if you have the <netinet/tcp.h> header file. */
68
/* #undef HAVE_NETINET_TCP_H */
69
70
/* Define if compiling the mixer with multi-thread support */
71
#define ENABLE_MIXER_THREADS 1
72
73
/* Define if compiling with openMP to enable parallel audio rendering */
74
/* #undef HAVE_OPENMP */
75
76
/* Define to 1 if you have the <pthread.h> header file. */
77
/* #undef HAVE_PTHREAD_H */
78
79
/* Define to 1 if you have the <signal.h> header file. */
80
#define HAVE_SIGNAL_H 1
81
82
/* Define to 1 if you have the <stdarg.h> header file. */
83
#define HAVE_STDARG_H 1
84
85
/* Define to 1 if you have the <stdint.h> header file. */
86
#define HAVE_STDINT_H 1
87
88
/* Define to 1 if you have the <stdio.h> header file. */
89
#define HAVE_STDIO_H 1
90
91
/* Define to 1 if you have the <stdlib.h> header file. */
92
#define HAVE_STDLIB_H 1
93
94
/* Define to 1 if you have the <strings.h> header file. */
95
/* #undef HAVE_STRINGS_H */
96
97
/* Define to 1 if you have the <string.h> header file. */
98
#define HAVE_STRING_H 1
99
100
/* Define to 1 if you have the <sys/mman.h> header file. */
101
/* #undef HAVE_SYS_MMAN_H */
102
103
/* Define to 1 if you have the <sys/socket.h> header file. */
104
/* #undef HAVE_SYS_SOCKET_H */
105
106
/* Define to 1 if you have the <sys/soundcard.h> header file. */
107
/* #undef HAVE_SYS_SOUNDCARD_H */
108
109
/* Define to 1 if you have the <sys/stat.h> header file. */
110
#define HAVE_SYS_STAT_H 1
111
112
/* Define to 1 if you have the <sys/time.h> header file. */
113
/* #undef HAVE_SYS_TIME_H */
114
115
/* Define to 1 if you have the <sys/types.h> header file. */
116
#define HAVE_SYS_TYPES_H 1
117
118
/* Define to 1 if you have the <unistd.h> header file. */
119
/* #undef HAVE_UNISTD_H */
120
121
/* Define to 1 if you have the <windows.h> header file. */
122
/* #undef HAVE_WINDOWS_H */
123
124
/* Define to 1 if you have the <getopt.h> header file. */
125
/* #undef HAVE_GETOPT_H */
126
127
/* Define to 1 if you have the inet_ntop() function. */
128
/* #undef HAVE_INETNTOP */
129
130
/* Define to enable JACK driver */
131
/* #undef JACK_SUPPORT */
132
133
/* Define to enable PipeWire driver */
134
/* #undef PIPEWIRE_SUPPORT */
135
136
/* Include the LADSPA Fx unit */
137
/* #undef LADSPA */
138
139
/* Define to enable IPV6 support */
140
/* #undef IPV6_SUPPORT */
141
142
/* Define to enable network support */
143
/* #undef NETWORK_SUPPORT */
144
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
147
148
/* libinstpatch for DLS and GIG */
149
/* #undef LIBINSTPATCH_SUPPORT */
150
151
/* libsndfile has ogg vorbis support */
152
/* #undef LIBSNDFILE_HASVORBIS */
153
154
/* Define to enable libsndfile support */
155
/* #undef LIBSNDFILE_SUPPORT */
156
157
/* Define to enable MidiShare driver */
158
/* #undef MIDISHARE_SUPPORT */
159
160
/* Define if using the MinGW32 environment */
161
#define MINGW32 1
162
163
/* Define to enable OSS driver */
164
/* #undef OSS_SUPPORT */
165
166
/* Define to enable OPENSLES driver */
167
/* #undef OPENSLES_SUPPORT */
168
169
/* Define to enable Oboe driver */
170
/* #undef OBOE_SUPPORT */
171
172
/* Name of package */
173
#define PACKAGE "fluidsynth"
174
175
/* Define to the address where bug reports for this package should be sent. */
176
/* #undef PACKAGE_BUGREPORT */
177
178
/* Define to the full name of this package. */
179
/* #undef PACKAGE_NAME */
180
181
/* Define to the full name and version of this package. */
182
/* #undef PACKAGE_STRING */
183
184
/* Define to the one symbol short name of this package. */
185
/* #undef PACKAGE_TARNAME */
186
187
/* Define to the version of this package. */
188
/* #undef PACKAGE_VERSION */
189
190
/* Define to enable PortAudio driver */
191
/* #undef PORTAUDIO_SUPPORT */
192
193
/* Define to enable PulseAudio driver */
194
/* #undef PULSE_SUPPORT */
195
196
/* Define to enable DirectSound driver */
197
/* #undef DSOUND_SUPPORT 1 */
198
199
/* Define to enable Windows WASAPI driver */
200
/* #undef WASAPI_SUPPORT 1 */
201
202
/* Define to enable Windows WaveOut driver */
203
/* #undef WAVEOUT_SUPPORT 1 */
204
205
/* Define to enable Windows MIDI driver */
206
/* #undef WINMIDI_SUPPORT */
207
208
/* Define to enable SDL2 audio driver */
209
/* #undef SDL2_SUPPORT */
210
211
/* Define to 1 if you have the ANSI C header files. */
212
#define STDC_HEADERS 1
213
214
/* Soundfont to load for unit testing */
215
/* #undef TEST_SOUNDFONT */
216
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 */
221
222
/* SF3 Soundfont to load for unit testing */
223
/* #undef TEST_SOUNDFONT_SF3 */
224
225
/* Define to enable SIGFPE assertions */
226
/* #undef TRAP_ON_FPE */
227
228
/* Define to do all DSP in single floating point precision */
229
/* #undef WITH_FLOAT */
230
231
/* Define to profile the DSP code */
232
/* #undef WITH_PROFILING */
233
234
/* Define to use the readline library for line editing */
235
/* #undef READLINE_SUPPORT */
236
237
/* Define if the compiler supports VLA */
238
#define SUPPORTS_VLA 1
239
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 */
243
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
249
250
/* Define to 1 if you have the sinf() function. */
251
#define HAVE_SINF 1
252
253
/* Define to 1 if you have the cosf() function. */
254
#define HAVE_COSF 1
255
256
/* Define to 1 if you have the fabsf() function. */
257
#define HAVE_FABSF 1
258
259
/* Define to 1 if you have the powf() function. */
260
#define HAVE_POWF 1
261
262
/* Define to 1 if you have the sqrtf() function. */
263
#define HAVE_SQRTF 1
264
265
/* Define to 1 if you have the logf() function. */
266
#define HAVE_LOGF 1
267
268
/* Define to 1 if you have the socklen_t type. */
269
/* #undef HAVE_SOCKLEN_T */
270
271
#endif /* CONFIG_H */
272
273