1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Set to 1 if the compile is GNU GCC. */
6 /* Target processor clips on negative float to int conversion. */
7 #undef CPU_CLIPS_NEGATIVE
9 /* Target processor clips on positive float to int conversion. */
10 #undef CPU_CLIPS_POSITIVE
12 /* Target processor is big endian. */
13 #undef CPU_IS_BIG_ENDIAN
15 /* Target processor is little endian. */
16 #undef CPU_IS_LITTLE_ENDIAN
18 /* Set to 1 to enable experimental code. */
19 #undef ENABLE_EXPERIMENTAL_CODE
21 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
22 #undef HAVE_ALSA_ASOUNDLIB_H
24 /* Define to 1 if you have the <byteswap.h> header file. */
25 #undef HAVE_BYTESWAP_H
27 /* Define to 1 if you have the `calloc' function. */
30 /* Define to 1 if you have the `ceil' function. */
33 /* Set to 1 if S_IRGRP is defined. */
34 #undef HAVE_DECL_S_IRGRP
36 /* Define to 1 if you have the <dlfcn.h> header file. */
39 /* Define to 1 if you have the <endian.h> header file. */
42 /* Will be set to 1 if flac, ogg and vorbis are available. */
43 #undef HAVE_EXTERNAL_LIBS
45 /* Set to 1 if the compile supports the struct hack. */
46 #undef HAVE_FLEXIBLE_ARRAY
48 /* Define to 1 if you have the `floor' function. */
51 /* Define to 1 if you have the `fmod' function. */
54 /* Define to 1 if you have the `free' function. */
57 /* Define to 1 if you have the `fstat' function. */
60 /* Define to 1 if you have the `fsync' function. */
63 /* Define to 1 if you have the `ftruncate' function. */
66 /* Define to 1 if you have the `getpagesize' function. */
67 #undef HAVE_GETPAGESIZE
69 /* Define to 1 if you have the `gettimeofday' function. */
70 #undef HAVE_GETTIMEOFDAY
72 /* Define to 1 if you have the `gmtime' function. */
75 /* Define to 1 if you have the `gmtime_r' function. */
78 /* Define to 1 if you have the <inttypes.h> header file. */
79 #undef HAVE_INTTYPES_H
81 /* Define to 1 if you have the `m' library (-lm). */
84 /* Define to 1 if you have the <locale.h> header file. */
87 /* Define to 1 if you have the `localtime' function. */
90 /* Define to 1 if you have the `localtime_r' function. */
91 #undef HAVE_LOCALTIME_R
93 /* Define if you have C99's lrint function. */
96 /* Define if you have C99's lrintf function. */
99 /* Define to 1 if you have the `lseek' function. */
102 /* Define to 1 if you have the `malloc' function. */
105 /* Define to 1 if you have the <memory.h> header file. */
108 /* Define to 1 if you have the `mmap' function. */
111 /* Define to 1 if you have the `open' function. */
114 /* Define to 1 if you have the `pipe' function. */
117 /* Define to 1 if you have the `pread' function. */
120 /* Define to 1 if you have the `pwrite' function. */
123 /* Define to 1 if you have the `read' function. */
126 /* Define to 1 if you have the `realloc' function. */
129 /* Define to 1 if you have the `setlocale' function. */
130 #undef HAVE_SETLOCALE
132 /* Define to 1 if you have the <sndio.h> header file. */
135 /* Define to 1 if you have the `snprintf' function. */
138 /* Set to 1 if you have libsqlite3. */
141 /* Define to 1 if the system has the type `ssize_t'. */
144 /* Define to 1 if you have the <stdint.h> header file. */
147 /* Define to 1 if you have the <stdlib.h> header file. */
150 /* Define to 1 if you have the <strings.h> header file. */
151 #undef HAVE_STRINGS_H
153 /* Define to 1 if you have the <string.h> header file. */
156 /* Define to 1 if you have the <sys/stat.h> header file. */
157 #undef HAVE_SYS_STAT_H
159 /* Define to 1 if you have the <sys/time.h> header file. */
160 #undef HAVE_SYS_TIME_H
162 /* Define to 1 if you have the <sys/types.h> header file. */
163 #undef HAVE_SYS_TYPES_H
165 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
166 #undef HAVE_SYS_WAIT_H
168 /* Define to 1 if you have the <unistd.h> header file. */
171 /* Define to 1 if you have the `vsnprintf' function. */
172 #undef HAVE_VSNPRINTF
174 /* Define to 1 if you have the `waitpid' function. */
177 /* Define to 1 if you have the `write' function. */
180 /* Define to the sub-directory in which libtool stores uninstalled libraries.
184 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
185 #undef NO_MINUS_C_MINUS_O
187 /* Set to 1 if compiling for MacOSX */
190 /* Set to 1 if compiling for Win32 */
193 /* Name of package */
196 /* Define to the address where bug reports for this package should be sent. */
197 #undef PACKAGE_BUGREPORT
199 /* Define to the full name of this package. */
202 /* Define to the full name and version of this package. */
203 #undef PACKAGE_STRING
205 /* Define to the one symbol short name of this package. */
206 #undef PACKAGE_TARNAME
208 /* Define to the home page for this package. */
211 /* Define to the version of this package. */
212 #undef PACKAGE_VERSION
214 /* Set to maximum allowed value of sf_count_t type. */
217 /* The size of `double', as computed by sizeof. */
220 /* The size of `float', as computed by sizeof. */
223 /* The size of `int', as computed by sizeof. */
226 /* The size of `int64_t', as computed by sizeof. */
227 #undef SIZEOF_INT64_T
229 /* The size of `loff_t', as computed by sizeof. */
232 /* The size of `long', as computed by sizeof. */
235 /* The size of `long long', as computed by sizeof. */
236 #undef SIZEOF_LONG_LONG
238 /* The size of `off64_t', as computed by sizeof. */
239 #undef SIZEOF_OFF64_T
241 /* The size of `off_t', as computed by sizeof. */
244 /* Set to sizeof (long) if unknown. */
245 #undef SIZEOF_SF_COUNT_T
247 /* The size of `short', as computed by sizeof. */
250 /* The size of `size_t', as computed by sizeof. */
253 /* The size of `ssize_t', as computed by sizeof. */
254 #undef SIZEOF_SSIZE_T
256 /* The size of `void*', as computed by sizeof. */
259 /* The size of `wchar_t', as computed by sizeof. */
260 #undef SIZEOF_WCHAR_T
262 /* Define to 1 if you have the ANSI C header files. */
265 /* Set to long if unknown. */
266 #undef TYPEOF_SF_COUNT_T
268 /* Set to 1 to use the native windows API */
269 #undef USE_WINDOWS_API
271 /* Version number of package */
274 /* Set to 1 if windows DLL is being built. */
275 #undef WIN32_TARGET_DLL
277 /* Target processor is big endian. */
278 #undef WORDS_BIGENDIAN
280 /* Number of bits in a file offset, on hosts where this is settable. */
281 #undef _FILE_OFFSET_BITS
283 /* Define to make fseeko etc. visible, on some hosts. */
284 #undef _LARGEFILE_SOURCE
286 /* Define for large files, on AIX-style hosts. */
289 /* Set to 1 to use C99 printf/snprintf in MinGW. */
290 #undef __USE_MINGW_ANSI_STDIO