• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/* Will be set to 1 if lame and mpg123 are available. */
47#cmakedefine01 HAVE_MPEG
48
49/* Define to 1 if you have the `floor' function. */
50#cmakedefine01 HAVE_FLOOR
51
52/* Define to 1 if you have the `fmod' function. */
53#cmakedefine01 HAVE_FMOD
54
55/* Define to 1 if you have the `free' function. */
56#cmakedefine01 HAVE_FREE
57
58/* Define to 1 if you have the `fstat' function. */
59#cmakedefine01 HAVE_FSTAT
60
61/* Define to 1 if you have the `fstat64' function. */
62#cmakedefine01 HAVE_FSTAT64
63
64/* Define to 1 if you have the `fsync' function. */
65#cmakedefine01 HAVE_FSYNC
66
67/* Define to 1 if you have the `ftruncate' function. */
68#cmakedefine01 HAVE_FTRUNCATE
69
70/* Define to 1 if you have the `getpagesize' function. */
71#cmakedefine01 HAVE_GETPAGESIZE
72
73/* Define to 1 if you have the `gettimeofday' function. */
74#cmakedefine01 HAVE_GETTIMEOFDAY
75
76/* Define if you have the `gmtime' function. */
77#cmakedefine HAVE_GMTIME
78
79/* Define if you have the `gmtime_r' function. */
80#cmakedefine HAVE_GMTIME_R
81
82/* Define to 1 if you have the <inttypes.h> header file. */
83#cmakedefine01 HAVE_INTTYPES_H
84
85/* Define to 1 if you have the <io.h> header file. */
86#cmakedefine HAVE_IO_H
87
88/* Define to 1 if you have the `m' library (-lm). */
89#cmakedefine01 HAVE_LIBM
90
91/* Define to 1 if you have the <locale.h> header file. */
92#cmakedefine01 HAVE_LOCALE_H
93
94/* Define if you have the `localtime' function. */
95#cmakedefine HAVE_LOCALTIME
96
97/* Define if you have the `localtime_r' function. */
98#cmakedefine HAVE_LOCALTIME_R
99
100/* Define if you have C99's lrint function. */
101#cmakedefine01 HAVE_LRINT
102
103/* Define if you have C99's lrintf function. */
104#cmakedefine01 HAVE_LRINTF
105
106/* Define to 1 if you have the `lround' function. */
107#cmakedefine01 HAVE_LROUND
108
109/* Define to 1 if you have the `lseek' function. */
110#cmakedefine01 HAVE_LSEEK
111
112/* Define to 1 if you have the `lseek64' function. */
113#cmakedefine01 HAVE_LSEEK64
114
115/* Define to 1 if you have the `malloc' function. */
116#cmakedefine01 HAVE_MALLOC
117
118/* Define to 1 if you have the <memory.h> header file. */
119#cmakedefine01 HAVE_MEMORY_H
120
121/* Define to 1 if you have the `mmap' function. */
122#cmakedefine01 HAVE_MMAP
123
124/* Define to 1 if you have the `open' function. */
125#cmakedefine01 HAVE_OPEN
126
127/* Define to 1 if you have the `pipe' function. */
128#cmakedefine01 HAVE_PIPE
129
130/* Define to 1 if you have the `read' function. */
131#cmakedefine01 HAVE_READ
132
133/* Define to 1 if you have the `realloc' function. */
134#cmakedefine01 HAVE_REALLOC
135
136/* Define to 1 if you have the `setlocale' function. */
137#cmakedefine01 HAVE_SETLOCALE
138
139/* Set to 1 if <sndio.h> is available. */
140#cmakedefine01 HAVE_SNDIO_H
141
142/* Define to 1 if you have the `snprintf' function. */
143#cmakedefine01 HAVE_SNPRINTF
144
145/* Set to 1 if you have libsqlite3. */
146#cmakedefine01 HAVE_SQLITE3
147
148/* Define to 1 if the system has the type `ssize_t'. */
149#cmakedefine01 HAVE_SSIZE_T
150
151/* Define to 1 if you have the <stdint.h> header file. */
152#cmakedefine01 HAVE_STDINT_H
153
154/* Define to 1 if you have the <stdlib.h> header file. */
155#cmakedefine01 HAVE_STDLIB_H
156
157/* Define to 1 if you have the <strings.h> header file. */
158#cmakedefine01 HAVE_STRINGS_H
159
160/* Define to 1 if you have the <string.h> header file. */
161#cmakedefine01 HAVE_STRING_H
162
163/* Define to 1 if you have the <sys/stat.h> header file. */
164#cmakedefine01 HAVE_SYS_STAT_H
165
166/* Define to 1 if you have the <sys/time.h> header file. */
167#cmakedefine01 HAVE_SYS_TIME_H
168
169/* Define to 1 if you have the <sys/types.h> header file. */
170#cmakedefine01 HAVE_SYS_TYPES_H
171
172/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
173#cmakedefine01 HAVE_SYS_WAIT_H
174
175/* Define to 1 if you have the <unistd.h> header file. */
176#cmakedefine01 HAVE_UNISTD_H
177
178/* Define to 1 if you have the <immintrin.h> header file. */
179#cmakedefine01 HAVE_IMMINTRIN_H
180
181/* Define to 1 if you have the <stdbool.h> header file. */
182#cmakedefine01 HAVE_STDBOOL_H
183
184/* Define to 1 if you have the `vsnprintf' function. */
185#cmakedefine01 HAVE_VSNPRINTF
186
187/* Define to 1 if you have the `waitpid' function. */
188#cmakedefine01 HAVE_WAITPID
189
190/* Define to 1 if you have the `write' function. */
191#cmakedefine01 HAVE_WRITE
192
193/* The darwin version, no-zero is valid */
194#cmakedefine01 OSX_DARWIN_VERSION
195
196/* Set to 1 if compiling for OpenBSD */
197#cmakedefine01 OS_IS_OPENBSD
198
199/* Set to 1 if compiling for Win32 */
200#cmakedefine01 OS_IS_WIN32
201
202/* Set to 1 if SSE2 is enabled */
203#cmakedefine USE_SSE2
204
205/* Name of package */
206#define PACKAGE "@PACKAGE_NAME@"
207
208/* Define to the address where bug reports for this package should be sent. */
209#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
210
211/* Define to the full name of this package. */
212#define PACKAGE_NAME "@PACKAGE_NAME@"
213
214/* Define to the full name and version of this package. */
215#define PACKAGE_STRING "@PACKAGE_NAME@ @CPACK_PACKAGE_VERSION_FULL@"
216
217/* Define to the one symbol short name of this package. */
218#define PACKAGE_TARNAME "@PACKAGE_NAME@"
219
220/* Define to the home page for this package. */
221#define PACKAGE_URL "@PACKAGE_URL@"
222
223/* Define to the version of this package. */
224#define PACKAGE_VERSION "@CPACK_PACKAGE_VERSION_FULL@"
225
226/* The size of `double', as computed by sizeof. */
227@SIZEOF_DOUBLE_CODE@
228
229/* The size of `float', as computed by sizeof. */
230@SIZEOF_FLOAT_CODE@
231
232/* The size of `int', as computed by sizeof. */
233@SIZEOF_INT_CODE@
234
235/* The size of `int64_t', as computed by sizeof. */
236@SIZEOF_INT64_T_CODE@
237
238/* The size of `loff_t', as computed by sizeof. */
239@SIZEOF_LOFF_T_CODE@
240
241/* The size of `long', as computed by sizeof. */
242@SIZEOF_LONG_CODE@
243
244/* The size of `long long', as computed by sizeof. */
245@SIZEOF_LONG_LONG_CODE@
246
247/* The size of `off64_t', as computed by sizeof. */
248@SIZEOF_OFF64_T_CODE@
249
250/* The size of `off_t', as computed by sizeof. */
251@SIZEOF_OFF_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/* Enable extensions on AIX 3, Interix.  */
269#ifndef _ALL_SOURCE
270# undef _ALL_SOURCE
271#endif
272/* Enable GNU extensions on systems that have them.  */
273#ifndef _GNU_SOURCE
274# undef _GNU_SOURCE
275#endif
276/* Enable threading extensions on Solaris.  */
277#ifndef _POSIX_PTHREAD_SEMANTICS
278# undef _POSIX_PTHREAD_SEMANTICS
279#endif
280/* Enable extensions on HP NonStop.  */
281#ifndef _TANDEM_SOURCE
282# undef _TANDEM_SOURCE
283#endif
284/* Enable general extensions on Solaris.  */
285#ifndef __EXTENSIONS__
286# undef __EXTENSIONS__
287#endif
288
289
290/* Set to 1 to use the native windows API */
291#cmakedefine01 USE_WINDOWS_API
292
293/* Version number of package */
294#define VERSION "@PROJECT_VERSION@"
295
296/* Set to 1 if windows DLL is being built. */
297#cmakedefine01 WIN32_TARGET_DLL
298
299/* Target processor is big endian. */
300#cmakedefine01 WORDS_BIGENDIAN
301
302/* Enable large inode numbers on Mac OS X 10.5.  */
303#ifndef _DARWIN_USE_64_BIT_INODE
304# define _DARWIN_USE_64_BIT_INODE 1
305#endif
306
307/* Define to 1 if on MINIX. */
308#cmakedefine01 _MINIX
309
310/* Define as `__inline' or '__inline__' if that's what the C compiler calls it, or to nothing if it is not supported. */
311@INLINE_CODE@
312