1/* Set to 1 if the compile is GNU GCC. */
2#cmakedefine01 COMPILER_IS_GCC
3
4/* Target processor clips on negative float to int conversion. */
5#cmakedefine01 CPU_CLIPS_NEGATIVE
6
7/* Target processor clips on positive float to int conversion. */
8#cmakedefine01 CPU_CLIPS_POSITIVE
9
10/* Target processor is big endian. */
11#cmakedefine01 CPU_IS_BIG_ENDIAN
12
13/* Target processor is little endian. */
14#cmakedefine01 CPU_IS_LITTLE_ENDIAN
15
16/* Set to 1 to enable experimental code. */
17#cmakedefine01 ENABLE_EXPERIMENTAL_CODE
18
19/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
20#cmakedefine01 HAVE_ALSA_ASOUNDLIB_H
21
22/* Define to 1 if you have the <byteswap.h> header file. */
23#cmakedefine01 HAVE_BYTESWAP_H
24
25/* Define to 1 if you have the `calloc' function. */
26#cmakedefine01 HAVE_CALLOC
27
28/* Define to 1 if you have the `ceil' function. */
29#cmakedefine01 HAVE_CEIL
30
31/* Set to 1 if S_IRGRP is defined. */
32#cmakedefine01 HAVE_DECL_S_IRGRP
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#cmakedefine01 HAVE_DLFCN_H
36
37/* Define to 1 if you have the <direct.h> header file. */
38#cmakedefine HAVE_DIRECT_H
39
40/* Define to 1 if you have the <endian.h> header file. */
41#cmakedefine01 HAVE_ENDIAN_H
42
43/* Will be set to 1 if flac, ogg and vorbis are available. */
44#cmakedefine01 HAVE_EXTERNAL_XIPH_LIBS
45
46/* Define to 1 if you have the `floor' function. */
47#cmakedefine01 HAVE_FLOOR
48
49/* Define to 1 if you have the `fmod' function. */
50#cmakedefine01 HAVE_FMOD
51
52/* Define to 1 if you have the `free' function. */
53#cmakedefine01 HAVE_FREE
54
55/* Define to 1 if you have the `fstat' function. */
56#cmakedefine01 HAVE_FSTAT
57
58/* Define to 1 if you have the `fstat64' function. */
59#cmakedefine01 HAVE_FSTAT64
60
61/* Define to 1 if you have the `fsync' function. */
62#cmakedefine01 HAVE_FSYNC
63
64/* Define to 1 if you have the `ftruncate' function. */
65#cmakedefine01 HAVE_FTRUNCATE
66
67/* Define to 1 if you have the `getpagesize' function. */
68#cmakedefine01 HAVE_GETPAGESIZE
69
70/* Define to 1 if you have the `gettimeofday' function. */
71#cmakedefine01 HAVE_GETTIMEOFDAY
72
73/* Define if you have the `gmtime' function. */
74#cmakedefine HAVE_GMTIME
75
76/* Define if you have the `gmtime_r' function. */
77#cmakedefine HAVE_GMTIME_R
78
79/* Define to 1 if you have the <inttypes.h> header file. */
80#cmakedefine01 HAVE_INTTYPES_H
81
82/* Define to 1 if you have the <io.h> header file. */
83#cmakedefine HAVE_IO_H
84
85/* Define to 1 if you have the `m' library (-lm). */
86#cmakedefine01 HAVE_LIBM
87
88/* Define to 1 if you have the <locale.h> header file. */
89#cmakedefine01 HAVE_LOCALE_H
90
91/* Define if you have the `localtime' function. */
92#cmakedefine HAVE_LOCALTIME
93
94/* Define if you have the `localtime_r' function. */
95#cmakedefine HAVE_LOCALTIME_R
96
97/* Define if you have C99's lrint function. */
98#cmakedefine01 HAVE_LRINT
99
100/* Define if you have C99's lrintf function. */
101#cmakedefine01 HAVE_LRINTF
102
103/* Define to 1 if you have the `lround' function. */
104#cmakedefine01 HAVE_LROUND
105
106/* Define to 1 if you have the `lseek' function. */
107#cmakedefine01 HAVE_LSEEK
108
109/* Define to 1 if you have the `lseek64' function. */
110#cmakedefine01 HAVE_LSEEK64
111
112/* Define to 1 if you have the `malloc' function. */
113#cmakedefine01 HAVE_MALLOC
114
115/* Define to 1 if you have the <memory.h> header file. */
116#cmakedefine01 HAVE_MEMORY_H
117
118/* Define to 1 if you have the `mmap' function. */
119#cmakedefine01 HAVE_MMAP
120
121/* Define to 1 if you have the `open' function. */
122#cmakedefine01 HAVE_OPEN
123
124/* Define to 1 if you have the `pipe' function. */
125#cmakedefine01 HAVE_PIPE
126
127/* Define to 1 if you have the `read' function. */
128#cmakedefine01 HAVE_READ
129
130/* Define to 1 if you have the `realloc' function. */
131#cmakedefine01 HAVE_REALLOC
132
133/* Define to 1 if you have the `setlocale' function. */
134#cmakedefine01 HAVE_SETLOCALE
135
136/* Set to 1 if <sndio.h> is available. */
137#cmakedefine01 HAVE_SNDIO_H
138
139/* Define to 1 if you have the `snprintf' function. */
140#cmakedefine01 HAVE_SNPRINTF
141
142/* Set to 1 if you have libsqlite3. */
143#cmakedefine01 HAVE_SQLITE3
144
145/* Define to 1 if the system has the type `ssize_t'. */
146#cmakedefine01 HAVE_SSIZE_T
147
148/* Define to 1 if you have the <stdint.h> header file. */
149#cmakedefine01 HAVE_STDINT_H
150
151/* Define to 1 if you have the <stdlib.h> header file. */
152#cmakedefine01 HAVE_STDLIB_H
153
154/* Define to 1 if you have the <strings.h> header file. */
155#cmakedefine01 HAVE_STRINGS_H
156
157/* Define to 1 if you have the <string.h> header file. */
158#cmakedefine01 HAVE_STRING_H
159
160/* Define to 1 if you have the <sys/stat.h> header file. */
161#cmakedefine01 HAVE_SYS_STAT_H
162
163/* Define to 1 if you have the <sys/time.h> header file. */
164#cmakedefine01 HAVE_SYS_TIME_H
165
166/* Define to 1 if you have the <sys/types.h> header file. */
167#cmakedefine01 HAVE_SYS_TYPES_H
168
169/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
170#cmakedefine01 HAVE_SYS_WAIT_H
171
172/* Define to 1 if you have the <unistd.h> header file. */
173#cmakedefine01 HAVE_UNISTD_H
174
175/* Define to 1 if you have the <immintrin.h> header file. */
176#cmakedefine01 HAVE_IMMINTRIN_H
177
178/* Define to 1 if you have the `vsnprintf' function. */
179#cmakedefine01 HAVE_VSNPRINTF
180
181/* Define to 1 if you have the `waitpid' function. */
182#cmakedefine01 HAVE_WAITPID
183
184/* Define to 1 if you have the `write' function. */
185#cmakedefine01 HAVE_WRITE
186
187/* The darwin version, no-zero is valid */
188#cmakedefine01 OSX_DARWIN_VERSION
189
190/* Set to 1 if compiling for OpenBSD */
191#cmakedefine01 OS_IS_OPENBSD
192
193/* Set to 1 if compiling for Win32 */
194#cmakedefine01 OS_IS_WIN32
195
196/* Set to 1 if SSE2 is enabled */
197#cmakedefine USE_SSE2
198
199/* Name of package */
200#define PACKAGE "@PACKAGE_NAME@"
201
202/* Define to the address where bug reports for this package should be sent. */
203#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
204
205/* Define to the full name of this package. */
206#define PACKAGE_NAME "@PACKAGE_NAME@"
207
208/* Define to the full name and version of this package. */
209#define PACKAGE_STRING "@PACKAGE_NAME@ @CPACK_PACKAGE_VERSION_FULL@"
210
211/* Define to the one symbol short name of this package. */
212#define PACKAGE_TARNAME "@PACKAGE_NAME@"
213
214/* Define to the home page for this package. */
215#define PACKAGE_URL "@PACKAGE_URL@"
216
217/* Define to the version of this package. */
218#define PACKAGE_VERSION "@CPACK_PACKAGE_VERSION_FULL@"
219
220/* Set to maximum allowed value of sf_count_t type. */
221#define SF_COUNT_MAX @SF_COUNT_MAX@
222
223/* The size of `double', as computed by sizeof. */
224@SIZEOF_DOUBLE_CODE@
225
226/* The size of `float', as computed by sizeof. */
227@SIZEOF_FLOAT_CODE@
228
229/* The size of `int', as computed by sizeof. */
230@SIZEOF_INT_CODE@
231
232/* The size of `int64_t', as computed by sizeof. */
233@SIZEOF_INT64_T_CODE@
234
235/* The size of `loff_t', as computed by sizeof. */
236@SIZEOF_LOFF_T_CODE@
237
238/* The size of `long', as computed by sizeof. */
239@SIZEOF_LONG_CODE@
240
241/* The size of `long long', as computed by sizeof. */
242@SIZEOF_LONG_LONG_CODE@
243
244/* The size of `off64_t', as computed by sizeof. */
245@SIZEOF_OFF64_T_CODE@
246
247/* The size of `off_t', as computed by sizeof. */
248@SIZEOF_OFF_T_CODE@
249
250/* Set to sizeof (long) if unknown. */
251@SIZEOF_SF_COUNT_T_CODE@
252
253/* The size of `short', as computed by sizeof. */
254@SIZEOF_SHORT_CODE@
255
256/* The size of `size_t', as computed by sizeof. */
257@SIZEOF_SIZE_T_CODE@
258
259/* The size of `ssize_t', as computed by sizeof. */
260@SIZEOF_SSIZE_T_CODE@
261
262/* The size of `void*', as computed by sizeof. */
263@SIZEOF_VOIDP_CODE@
264
265/* The size of `wchar_t', as computed by sizeof. */
266@SIZEOF_WCHAR_T_CODE@
267
268/* Set to long if unknown. */
269#define TYPEOF_SF_COUNT_T @TYPEOF_SF_COUNT_T@
270
271/* Enable extensions on AIX 3, Interix.  */
272#ifndef _ALL_SOURCE
273# undef _ALL_SOURCE
274#endif
275/* Enable GNU extensions on systems that have them.  */
276#ifndef _GNU_SOURCE
277# undef _GNU_SOURCE
278#endif
279/* Enable threading extensions on Solaris.  */
280#ifndef _POSIX_PTHREAD_SEMANTICS
281# undef _POSIX_PTHREAD_SEMANTICS
282#endif
283/* Enable extensions on HP NonStop.  */
284#ifndef _TANDEM_SOURCE
285# undef _TANDEM_SOURCE
286#endif
287/* Enable general extensions on Solaris.  */
288#ifndef __EXTENSIONS__
289# undef __EXTENSIONS__
290#endif
291
292
293/* Set to 1 to use the native windows API */
294#cmakedefine01 USE_WINDOWS_API
295
296/* Version number of package */
297#define VERSION "@PROJECT_VERSION@"
298
299/* Set to 1 if windows DLL is being built. */
300#cmakedefine01 WIN32_TARGET_DLL
301
302/* Target processor is big endian. */
303#cmakedefine01 WORDS_BIGENDIAN
304
305/* Enable large inode numbers on Mac OS X 10.5.  */
306#ifndef _DARWIN_USE_64_BIT_INODE
307# define _DARWIN_USE_64_BIT_INODE 1
308#endif
309
310/* Define to 1 if on MINIX. */
311#cmakedefine01 _MINIX
312
313/* Define as `__inline' or '__inline__' if that's what the C compiler calls it, or to nothing if it is not supported. */
314@INLINE_CODE@
315