add new debug trace output
[ardour.git] / libs / fluidsynth / config.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #define FLUIDSYNTH_VERSION_MAJOR 1
5 #define FLUIDSYNTH_VERSION_MINOR 1
6 #define FLUIDSYNTH_VERSION_MICRO 6
7 #define FLUIDSYNTH_VERSION "1.1.6"
8
9 /* Define to enable ALSA driver */
10 /* #undef ALSA_SUPPORT */
11
12 /* Define to activate sound output to files */
13 /* #undef AUFILE_SUPPORT */
14
15 /* whether or not we are supporting CoreAudio */
16 /* #undef COREAUDIO_SUPPORT */
17
18 /* whether or not we are supporting CoreMIDI */
19 /* #undef COREMIDI_SUPPORT */
20
21 /* whether or not we are supporting DART */
22 /* #undef DART_SUPPORT */
23
24 /* Define if building for Mac OS X Darwin */
25 /* #undef DARWIN */
26
27 /* Define if D-Bus support is enabled */
28 /* #undef DBUS_SUPPORT  1 */
29
30 /* Define to enable FPE checks */
31 /* #undef FPE_CHECK */
32
33 /* Define to 1 if you have the <arpa/inet.h> header file. */
34 #ifndef _WIN32
35 #  define HAVE_ARPA_INET_H 1
36 #endif
37
38 /* Define to 1 if you have the <dlfcn.h> header file. */
39 /* #undef HAVE_DLFCN_H */
40
41 /* Define to 1 if you have the <errno.h> header file. */
42 #define HAVE_ERRNO_H 1
43
44 /* Define to 1 if you have the <fcntl.h> header file. */
45 #define HAVE_FCNTL_H 1
46
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #define HAVE_INTTYPES_H 1
49
50 /* whether or not we are supporting ladcca */
51 /* #undef HAVE_LADCCA */
52
53 /* whether or not we are supporting lash */
54 /* #undef HAVE_LASH */
55
56 /* Define to 1 if you have the `dl' library (-ldl). */
57 #define HAVE_LIBDL 1
58
59 /* Define to 1 if you have the `MidiShare' library (-lMidiShare). */
60 /* #undef HAVE_LIBMIDISHARE */
61
62 /* Define to 1 if you have the `pthread' library (-lpthread). */
63 #define HAVE_LIBPTHREAD TRUE
64
65 /* Define to 1 if you have the <limits.h> header file. */
66 #define HAVE_LIMITS_H 1
67
68 /* Define to 1 if you have the <machine/soundcard.h> header file. */
69 /* #undef HAVE_MACHINE_SOUNDCARD_H */
70
71 /* Define to 1 if you have the <math.h> header file. */
72 #define HAVE_MATH_H 1
73
74 /* Define to 1 if you have the <memory.h> header file. */
75 #define HAVE_MEMORY_H 1
76
77 /* Define to 1 if you have the <MidiShare.h> header file. */
78 /* #undef HAVE_MIDISHARE_H */
79
80 /* Define to 1 if you have the <netinet/in.h> header file. */
81 /* #undef HAVE_NETINET_IN_H */
82
83 /* Define to 1 if you have the <netinet/tcp.h> header file. */
84 /* #undef HAVE_NETINET_TCP_H */
85
86 /* Define to 1 if you have the <pthread.h> header file. */
87 #define HAVE_PTHREAD_H 1
88
89 /* Define to 1 if you have the <signal.h> header file. */
90 /* #undef HAVE_SIGNAL_H */
91
92 /* Define to 1 if you have the <stdarg.h> header file. */
93 /* #undef HAVE_STDARG_H */
94
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #define HAVE_STDINT_H 1
97
98 /* Define to 1 if you have the <stdio.h> header file. */
99 #define HAVE_STDIO_H 1
100
101 /* Define to 1 if you have the <stdlib.h> header file. */
102 #define HAVE_STDLIB_H 1
103
104 /* Define to 1 if you have the <strings.h> header file. */
105 #define HAVE_STRINGS_H 1
106
107 /* Define to 1 if you have the <string.h> header file. */
108 #define HAVE_STRING_H 1
109
110 /* Define to 1 if you have the <sys/ioctl.h> header file. */
111 #define HAVE_SYS_IOCTL_H 1
112
113 /* Define to 1 if you have the <sys/mman.h> header file. */
114 #ifndef _WIN32
115 #  define HAVE_SYS_MMAN_H 1
116 #endif
117
118 /* Define to 1 if you have the <sys/socket.h> header file. */
119 #ifndef _WIN32
120 #  define HAVE_SYS_SOCKET_H 1
121 #endif
122
123 /* Define to 1 if you have the <sys/soundcard.h> header file. */
124 /* #undef HAVE_SYS_SOUNDCARD_H */
125
126 /* Define to 1 if you have the <sys/stat.h> header file. */
127 #define HAVE_SYS_STAT_H 1
128
129 /* Define to 1 if you have the <sys/time.h> header file. */
130 #define HAVE_SYS_TIME_H 1
131
132 /* Define to 1 if you have the <sys/types.h> header file. */
133 #define HAVE_SYS_TYPES_H 1
134
135 /* Define to 1 if you have the <unistd.h> header file. */
136 #define HAVE_UNISTD_H 1
137
138 /* Define to 1 if you have the <windows.h> header file. */
139 #ifdef _WIN32
140 #  define HAVE_WINDOWS_H 1
141 #endif
142
143 /* Define to 1 if you have the <getopt.h> header file. */
144 /* #undef HAVE_GETOPT_H */
145
146 /* Define to enable JACK driver */
147 /* #undef JACK_SUPPORT */
148
149 /* Include the LADSPA Fx unit */
150 /* #undef LADSPA */
151
152 /* libsndfile has ogg vorbis support */
153 /* #undef LIBSNDFILE_HASVORBIS */
154
155 /* Define to enable libsndfile support */
156 /* #undef LIBSNDFILE_SUPPORT */
157
158 /* Define to enable MidiShare driver */
159 /* #undef MIDISHARE_SUPPORT */
160
161 /* Define if using the MinGW32 environment */
162 /* #undef MINGW32 */
163
164 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
165 /* #undef NO_MINUS_C_MINUS_O */
166
167 /* Define to enable OSS driver */
168 /* #undef OSS_SUPPORT TRUE */
169
170 /* Name of package */
171 #define PACKAGE "fluidsynth"
172
173 /* Define to the address where bug reports for this package should be sent. */
174 /* #undef PACKAGE_BUGREPORT */
175
176 /* Define to the full name of this package. */
177 /* #undef PACKAGE_NAME */
178
179 /* Define to the full name and version of this package. */
180 /* #undef PACKAGE_STRING */
181
182 /* Define to the one symbol short name of this package. */
183 /* #undef PACKAGE_TARNAME */
184
185 /* Define to the version of this package. */
186 /* #undef PACKAGE_VERSION */
187
188 /* Define to enable PortAudio driver */
189 /* #undef PORTAUDIO_SUPPORT */
190
191 /* Define to enable PulseAudio driver */
192 /* #undef PULSE_SUPPORT */
193
194 /* Define to 1 if you have the ANSI C header files. */
195 #define STDC_HEADERS 1
196
197 /* Define to enable SIGFPE assertions */
198 /* #undef TRAP_ON_FPE */
199
200 /* Version number of package */
201 #define VERSION "1.1.6"
202
203 /* Define to do all DSP in single floating point precision */
204 /* #undef WITH_FLOAT */
205
206 /* Define to profile the DSP code */
207 /* #undef WITH_PROFILING */
208
209 /* Define to use the readline library for line editing */
210 /* #undef WITH_READLINE */
211
212 /* Define if the compiler supports VLA */ 
213 #ifndef _MSC_VER
214 /* MSVC doesn't support variable length arrays (i.e. arrays 
215    whose size isn't known to the compiler at build time). */
216 #define SUPPORTS_VLA 1 
217 #endif
218
219 #ifdef _MSC_VER
220 #define HAVE_IO_H 1
221 #endif
222
223 /* Define to 1 if your processor stores words with the most significant byte
224    first (like Motorola and SPARC, unlike Intel and VAX). */
225 /* #undef WORDS_BIGENDIAN */
226
227 /* Define to `__inline__' or `__inline' if that's what the C compiler
228    calls it, or to nothing if 'inline' is not supported under any name.  */
229 #ifndef __cplusplus
230 /* #undef inline */
231 #endif
232
233 #endif /* CONFIG_H */