Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / src / config.h.in
CommitLineData
8529da43
MG
1/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Set to 1 if the compile is GNU GCC. */
4#undef COMPILER_IS_GCC
5
6/* Target processor clips on negative float to int conversion. */
7#undef CPU_CLIPS_NEGATIVE
8
9/* Target processor clips on positive float to int conversion. */
10#undef CPU_CLIPS_POSITIVE
11
12/* Target processor is big endian. */
13#undef CPU_IS_BIG_ENDIAN
14
15/* Target processor is little endian. */
16#undef CPU_IS_LITTLE_ENDIAN
17
18/* Major version of GCC or 3 otherwise. */
19#undef GCC_MAJOR_VERSION
20
21/* Define to 1 if you have the `alarm' function. */
22#undef HAVE_ALARM
23
24/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
25#undef HAVE_ALSA_ASOUNDLIB_H
26
27/* Define to 1 if you have the `calloc' function. */
28#undef HAVE_CALLOC
29
30/* Define to 1 if you have the `ceil' function. */
31#undef HAVE_CEIL
32
33/* Define to 1 if you have the <dlfcn.h> header file. */
34#undef HAVE_DLFCN_H
35
36/* Set to 1 if you have libfftw3. */
37#undef HAVE_FFTW3
38
39/* Define to 1 if you have the `floor' function. */
40#undef HAVE_FLOOR
41
42/* Define to 1 if you have the `fmod' function. */
43#undef HAVE_FMOD
44
45/* Define to 1 if you have the `free' function. */
46#undef HAVE_FREE
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define to 1 if you have the `m' library (-lm). */
52#undef HAVE_LIBM
53
54/* Define if you have C99's lrint function. */
55#undef HAVE_LRINT
56
57/* Define if you have C99's lrintf function. */
58#undef HAVE_LRINTF
59
60/* Define to 1 if you have the `malloc' function. */
61#undef HAVE_MALLOC
62
63/* Define to 1 if you have the `memcpy' function. */
64#undef HAVE_MEMCPY
65
66/* Define to 1 if you have the `memmove' function. */
67#undef HAVE_MEMMOVE
68
69/* Define to 1 if you have the <memory.h> header file. */
70#undef HAVE_MEMORY_H
71
72/* Define if you have signal SIGALRM. */
73#undef HAVE_SIGALRM
74
75/* Define to 1 if you have the `signal' function. */
76#undef HAVE_SIGNAL
77
78/* Set to 1 if you have libsndfile. */
79#undef HAVE_SNDFILE
80
81/* Define to 1 if you have the <stdint.h> header file. */
82#undef HAVE_STDINT_H
83
84/* Define to 1 if you have the <stdlib.h> header file. */
85#undef HAVE_STDLIB_H
86
87/* Define to 1 if you have the <strings.h> header file. */
88#undef HAVE_STRINGS_H
89
90/* Define to 1 if you have the <string.h> header file. */
91#undef HAVE_STRING_H
92
93/* Define to 1 if you have the <sys/stat.h> header file. */
94#undef HAVE_SYS_STAT_H
95
96/* Define to 1 if you have the <sys/times.h> header file. */
97#undef HAVE_SYS_TIMES_H
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
101
102/* Define to 1 if you have the <unistd.h> header file. */
103#undef HAVE_UNISTD_H
104
105/* Define to the sub-directory where libtool stores uninstalled libraries. */
106#undef LT_OBJDIR
107
108/* Set to 1 if compiling for Win32 */
109#undef OS_IS_WIN32
110
111/* Name of package */
112#undef PACKAGE
113
114/* Define to the address where bug reports for this package should be sent. */
115#undef PACKAGE_BUGREPORT
116
117/* Define to the full name of this package. */
118#undef PACKAGE_NAME
119
120/* Define to the full name and version of this package. */
121#undef PACKAGE_STRING
122
123/* Define to the one symbol short name of this package. */
124#undef PACKAGE_TARNAME
125
126/* Define to the home page for this package. */
127#undef PACKAGE_URL
128
129/* Define to the version of this package. */
130#undef PACKAGE_VERSION
131
132/* The size of `double', as computed by sizeof. */
133#undef SIZEOF_DOUBLE
134
135/* The size of `float', as computed by sizeof. */
136#undef SIZEOF_FLOAT
137
138/* The size of `int', as computed by sizeof. */
139#undef SIZEOF_INT
140
141/* The size of `long', as computed by sizeof. */
142#undef SIZEOF_LONG
143
144/* Define to 1 if you have the ANSI C header files. */
145#undef STDC_HEADERS
146
147/* Version number of package */
148#undef VERSION
This page took 0.018959 seconds and 4 git commands to generate.