blob: df079cb81be074ddf6da9f9629c5243bcb47165a [file] [log] [blame]
Emeric Vigiereebea672012-08-06 17:36:30 -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 1
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/* Major version of GCC or 3 otherwise. */
20#define GCC_MAJOR_VERSION 4
21
22/* Define to 1 if you have the `alarm' function. */
23#define HAVE_ALARM 1
24
25/* Define to 1 if you have the `calloc' function. */
26#define HAVE_CALLOC 1
27
28/* Define to 1 if you have the `ceil' function. */
29#define HAVE_CEIL 1
30
31/* Define to 1 if you have the <dlfcn.h> header file. */
32#define HAVE_DLFCN_H 1
33
34/* Set to 1 if you have libfftw3. */
35#define HAVE_FFTW3 1
36
37/* Define to 1 if you have the `floor' function. */
38#define HAVE_FLOOR 1
39
40/* Define to 1 if you have the `fmod' function. */
41#define HAVE_FMOD 1
42
43/* Define to 1 if you have the `free' function. */
44#define HAVE_FREE 1
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#define HAVE_INTTYPES_H 1
48
49/* Define to 1 if you have the `m' library (-lm). */
50#define HAVE_LIBM 1
51
52/* Define if you have C99's lrint function. */
53#define HAVE_LRINT 1
54
55/* Define if you have C99's lrintf function. */
56#define HAVE_LRINTF 1
57
58/* Define to 1 if you have the `malloc' function. */
59#define HAVE_MALLOC 1
60
61/* Define to 1 if you have the `memcpy' function. */
62#define HAVE_MEMCPY 1
63
64/* Define to 1 if you have the `memmove' function. */
65#define HAVE_MEMMOVE 1
66
67/* Define to 1 if you have the <memory.h> header file. */
68#define HAVE_MEMORY_H 1
69
70/* Define if you have signal SIGALRM. */
71#define HAVE_SIGALRM 1
72
73/* Define to 1 if you have the `signal' function. */
74#define HAVE_SIGNAL 1
75
76/* Set to 1 if you have libsndfile. */
77#define HAVE_SNDFILE 1
78
79/* Define to 1 if you have the <stdint.h> header file. */
80#define HAVE_STDINT_H 1
81
82/* Define to 1 if you have the <stdlib.h> header file. */
83#define HAVE_STDLIB_H 1
84
85/* Define to 1 if you have the <strings.h> header file. */
86#define HAVE_STRINGS_H 1
87
88/* Define to 1 if you have the <string.h> header file. */
89#define HAVE_STRING_H 1
90
91/* Define to 1 if you have the <sys/stat.h> header file. */
92#define HAVE_SYS_STAT_H 1
93
94/* Define to 1 if you have the <sys/times.h> header file. */
95#define HAVE_SYS_TIMES_H 1
96
97/* Define to 1 if you have the <sys/types.h> header file. */
98#define HAVE_SYS_TYPES_H 1
99
100/* Define to 1 if you have the <unistd.h> header file. */
101#define HAVE_UNISTD_H 1
102
103/* Set to 1 if compiling for Win32 */
104#define OS_IS_WIN32 0
105
106/* Name of package */
107#define PACKAGE "libsamplerate"
108
109/* Define to the address where bug reports for this package should be sent. */
110#define PACKAGE_BUGREPORT ""
111
112/* Define to the full name of this package. */
113#define PACKAGE_NAME ""
114
115/* Define to the full name and version of this package. */
116#define PACKAGE_STRING ""
117
118/* Define to the one symbol short name of this package. */
119#define PACKAGE_TARNAME ""
120
121/* Define to the version of this package. */
122#define PACKAGE_VERSION ""
123
124/* The size of `double', as computed by sizeof. */
125#define SIZEOF_DOUBLE 8
126
127/* The size of `float', as computed by sizeof. */
128#define SIZEOF_FLOAT 4
129
130/* The size of `int', as computed by sizeof. */
131#define SIZEOF_INT 4
132
133/* The size of `long', as computed by sizeof. */
134#define SIZEOF_LONG 4
135
136/* Define to 1 if you have the ANSI C header files. */
137#define STDC_HEADERS 1
138
139/* Version number of package */
140#define VERSION "0.1.3"