blob: c253a1d0ac08de72c4eb7848970d546175e7d9a6 [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001/* src/config.h. Generated from config.h.in by configure. */
2/* src/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Set to 1 if the compile is GNU GCC. */
5#define COMPILER_IS_GCC 1
6
7/* Target processor clips on negative float to int conversion. */
8#define CPU_CLIPS_NEGATIVE 0
9
10/* Target processor clips on positive float to int conversion. */
11#define CPU_CLIPS_POSITIVE 0
12
13/* Target processor is big endian. */
14#define CPU_IS_BIG_ENDIAN 0
15
16/* Target processor is little endian. */
17#define CPU_IS_LITTLE_ENDIAN 1
18
19/* Set to 1 to enable experimental code. */
20#define ENABLE_EXPERIMENTAL_CODE 0
21
22/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
23/* #undef HAVE_ALSA_ASOUNDLIB_H */
24
25/* Define to 1 if you have the <byteswap.h> header file. */
26#define HAVE_BYTESWAP_H 1
27
28/* Define to 1 if you have the `calloc' function. */
29#define HAVE_CALLOC 1
30
31/* Define to 1 if you have the `ceil' function. */
32#define HAVE_CEIL 1
33
34/* Set to 1 if S_IRGRP is defined. */
35#define HAVE_DECL_S_IRGRP 1
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#define HAVE_DLFCN_H 1
39
40/* Define to 1 if you have the <endian.h> header file. */
41#define HAVE_ENDIAN_H 1
42
43/* Will be set to 1 if flac, ogg and vorbis are available. */
44#define HAVE_EXTERNAL_LIBS 0
45
46/* Set to 1 if the compile supports the struct hack. */
47#define HAVE_FLEXIBLE_ARRAY 1
48
49/* Define to 1 if you have the `floor' function. */
50#define HAVE_FLOOR 1
51
52/* Define to 1 if you have the `fmod' function. */
53#define HAVE_FMOD 1
54
55/* Define to 1 if you have the `free' function. */
56#define HAVE_FREE 1
57
58/* Define to 1 if you have the `fstat' function. */
59#define HAVE_FSTAT 1
60
61/* Define to 1 if you have the `fsync' function. */
62#define HAVE_FSYNC 1
63
64/* Define to 1 if you have the `ftruncate' function. */
65#define HAVE_FTRUNCATE 1
66
67/* Define to 1 if you have the `getpagesize' function. */
68#define HAVE_GETPAGESIZE 1
69
70/* Define to 1 if you have the `gettimeofday' function. */
71#define HAVE_GETTIMEOFDAY 1
72
73/* Define to 1 if you have the `gmtime' function. */
74#define HAVE_GMTIME 1
75
76/* Define to 1 if you have the `gmtime_r' function. */
77#define HAVE_GMTIME_R 1
78
79/* Define to 1 if you have the <inttypes.h> header file. */
80#define HAVE_INTTYPES_H 1
81
82/* Define to 1 if you have the `m' library (-lm). */
83#define HAVE_LIBM 1
84
85/* Define to 1 if you have the <locale.h> header file. */
86#define HAVE_LOCALE_H 1
87
88/* Define to 1 if you have the `localtime' function. */
89#define HAVE_LOCALTIME 1
90
91/* Define to 1 if you have the `localtime_r' function. */
92#define HAVE_LOCALTIME_R 1
93
94/* Define if you have C99's lrint function. */
95#define HAVE_LRINT 1
96
97/* Define if you have C99's lrintf function. */
98#define HAVE_LRINTF 1
99
100/* Define to 1 if you have the `lseek' function. */
101#define HAVE_LSEEK 1
102
103/* Define to 1 if you have the `malloc' function. */
104#define HAVE_MALLOC 1
105
106/* Define to 1 if you have the <memory.h> header file. */
107#define HAVE_MEMORY_H 1
108
109/* Define to 1 if you have the `mmap' function. */
110#define HAVE_MMAP 1
111
112/* Define to 1 if you have the `open' function. */
113#define HAVE_OPEN 1
114
115/* Define to 1 if you have the `pipe' function. */
116#define HAVE_PIPE 1
117
118/* Define to 1 if you have the `pread' function. */
119#define HAVE_PREAD 1
120
121/* Define to 1 if you have the `pwrite' function. */
122#define HAVE_PWRITE 1
123
124/* Define to 1 if you have the `read' function. */
125#define HAVE_READ 1
126
127/* Define to 1 if you have the `realloc' function. */
128#define HAVE_REALLOC 1
129
130/* Define to 1 if you have the `setlocale' function. */
131#define HAVE_SETLOCALE 1
132
133/* Define to 1 if you have the <sndio.h> header file. */
134/* #undef HAVE_SNDIO_H */
135
136/* Define to 1 if you have the `snprintf' function. */
137#define HAVE_SNPRINTF 1
138
139/* Set to 1 if you have libsqlite3. */
140#define HAVE_SQLITE3 1
141
142/* Define to 1 if the system has the type `ssize_t'. */
143#define HAVE_SSIZE_T 1
144
145/* Define to 1 if you have the <stdint.h> header file. */
146#define HAVE_STDINT_H 1
147
148/* Define to 1 if you have the <stdlib.h> header file. */
149#define HAVE_STDLIB_H 1
150
151/* Define to 1 if you have the <strings.h> header file. */
152#define HAVE_STRINGS_H 1
153
154/* Define to 1 if you have the <string.h> header file. */
155#define HAVE_STRING_H 1
156
157/* Define to 1 if you have the <sys/stat.h> header file. */
158#define HAVE_SYS_STAT_H 1
159
160/* Define to 1 if you have the <sys/time.h> header file. */
161#define HAVE_SYS_TIME_H 1
162
163/* Define to 1 if you have the <sys/types.h> header file. */
164#define HAVE_SYS_TYPES_H 1
165
166/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
167#define HAVE_SYS_WAIT_H 1
168
169/* Define to 1 if you have the <unistd.h> header file. */
170#define HAVE_UNISTD_H 1
171
172/* Define to 1 if you have the `vsnprintf' function. */
173#define HAVE_VSNPRINTF 1
174
175/* Define to 1 if you have the `waitpid' function. */
176#define HAVE_WAITPID 1
177
178/* Define to 1 if you have the `write' function. */
179#define HAVE_WRITE 1
180
181/* Define to the sub-directory in which libtool stores uninstalled libraries.
182 */
183#define LT_OBJDIR ".libs/"
184
185/* Define to 1 if your C compiler doesn't accept -c and -o together. */
186/* #undef NO_MINUS_C_MINUS_O */
187
188/* Set to 1 if compiling for MacOSX */
189#define OS_IS_MACOSX 0
190
191/* Set to 1 if compiling for Win32 */
192#define OS_IS_WIN32 0
193
194/* Name of package */
195#define PACKAGE "libsndfile"
196
197/* Define to the address where bug reports for this package should be sent. */
198#define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
199
200/* Define to the full name of this package. */
201#define PACKAGE_NAME "libsndfile"
202
203/* Define to the full name and version of this package. */
204#define PACKAGE_STRING "libsndfile 1.0.25"
205
206/* Define to the one symbol short name of this package. */
207#define PACKAGE_TARNAME "libsndfile"
208
209/* Define to the home page for this package. */
210#define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
211
212/* Define to the version of this package. */
213#define PACKAGE_VERSION "1.0.25"
214
215/* Set to maximum allowed value of sf_count_t type. */
216#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
217
218/* The size of `double', as computed by sizeof. */
219#define SIZEOF_DOUBLE 8
220
221/* The size of `float', as computed by sizeof. */
222#define SIZEOF_FLOAT 4
223
224/* The size of `int', as computed by sizeof. */
225#define SIZEOF_INT 4
226
227/* The size of `int64_t', as computed by sizeof. */
228#define SIZEOF_INT64_T 8
229
230/* The size of `loff_t', as computed by sizeof. */
231/* #undef SIZEOF_LOFF_T */
232
233/* The size of `long', as computed by sizeof. */
234#define SIZEOF_LONG 8
235
236/* The size of `long long', as computed by sizeof. */
237#define SIZEOF_LONG_LONG 8
238
239/* The size of `off64_t', as computed by sizeof. */
240/* #undef SIZEOF_OFF64_T */
241
242/* The size of `off_t', as computed by sizeof. */
243#define SIZEOF_OFF_T 8
244
245/* Set to sizeof (long) if unknown. */
246#define SIZEOF_SF_COUNT_T 8
247
248/* The size of `short', as computed by sizeof. */
249#define SIZEOF_SHORT 2
250
251/* The size of `size_t', as computed by sizeof. */
252#define SIZEOF_SIZE_T 8
253
254/* The size of `ssize_t', as computed by sizeof. */
255#define SIZEOF_SSIZE_T 8
256
257/* The size of `void*', as computed by sizeof. */
258#define SIZEOF_VOIDP 8
259
260/* The size of `wchar_t', as computed by sizeof. */
261#define SIZEOF_WCHAR_T 4
262
263/* Define to 1 if you have the ANSI C header files. */
264#define STDC_HEADERS 1
265
266/* Set to long if unknown. */
267#define TYPEOF_SF_COUNT_T int64_t
268
269/* Set to 1 to use the native windows API */
270#define USE_WINDOWS_API 0
271
272/* Version number of package */
273#define VERSION "1.0.25"
274
275/* Set to 1 if windows DLL is being built. */
276#define WIN32_TARGET_DLL 0
277
278/* Target processor is big endian. */
279#define WORDS_BIGENDIAN 0
280
281/* Number of bits in a file offset, on hosts where this is settable. */
282/* #undef _FILE_OFFSET_BITS */
283
284/* Define to make fseeko etc. visible, on some hosts. */
285/* #undef _LARGEFILE_SOURCE */
286
287/* Define for large files, on AIX-style hosts. */
288/* #undef _LARGE_FILES */
289
290/* Set to 1 to use C99 printf/snprintf in MinGW. */
291/* #undef __USE_MINGW_ANSI_STDIO */