Mercurial > hg > sv-dependency-builds
comparison src/libsamplerate-0.1.8/src/config.h.in @ 85:545efbb81310
Import initial set of sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 85:545efbb81310 |
---|---|
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 `calloc' function. */ | |
25 #undef HAVE_CALLOC | |
26 | |
27 /* Define to 1 if you have the `ceil' function. */ | |
28 #undef HAVE_CEIL | |
29 | |
30 /* Define to 1 if you have the <dlfcn.h> header file. */ | |
31 #undef HAVE_DLFCN_H | |
32 | |
33 /* Set to 1 if you have libfftw3. */ | |
34 #undef HAVE_FFTW3 | |
35 | |
36 /* Define to 1 if you have the `floor' function. */ | |
37 #undef HAVE_FLOOR | |
38 | |
39 /* Define to 1 if you have the `fmod' function. */ | |
40 #undef HAVE_FMOD | |
41 | |
42 /* Define to 1 if you have the `free' function. */ | |
43 #undef HAVE_FREE | |
44 | |
45 /* Define to 1 if you have the <inttypes.h> header file. */ | |
46 #undef HAVE_INTTYPES_H | |
47 | |
48 /* Define to 1 if you have the `m' library (-lm). */ | |
49 #undef HAVE_LIBM | |
50 | |
51 /* Define if you have C99's lrint function. */ | |
52 #undef HAVE_LRINT | |
53 | |
54 /* Define if you have C99's lrintf function. */ | |
55 #undef HAVE_LRINTF | |
56 | |
57 /* Define to 1 if you have the `malloc' function. */ | |
58 #undef HAVE_MALLOC | |
59 | |
60 /* Define to 1 if you have the `memcpy' function. */ | |
61 #undef HAVE_MEMCPY | |
62 | |
63 /* Define to 1 if you have the `memmove' function. */ | |
64 #undef HAVE_MEMMOVE | |
65 | |
66 /* Define to 1 if you have the <memory.h> header file. */ | |
67 #undef HAVE_MEMORY_H | |
68 | |
69 /* Define if you have signal SIGALRM. */ | |
70 #undef HAVE_SIGALRM | |
71 | |
72 /* Define to 1 if you have the `signal' function. */ | |
73 #undef HAVE_SIGNAL | |
74 | |
75 /* Set to 1 if you have libsndfile. */ | |
76 #undef HAVE_SNDFILE | |
77 | |
78 /* Define to 1 if you have the <stdint.h> header file. */ | |
79 #undef HAVE_STDINT_H | |
80 | |
81 /* Define to 1 if you have the <stdlib.h> header file. */ | |
82 #undef HAVE_STDLIB_H | |
83 | |
84 /* Define to 1 if you have the <strings.h> header file. */ | |
85 #undef HAVE_STRINGS_H | |
86 | |
87 /* Define to 1 if you have the <string.h> header file. */ | |
88 #undef HAVE_STRING_H | |
89 | |
90 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
91 #undef HAVE_SYS_STAT_H | |
92 | |
93 /* Define to 1 if you have the <sys/times.h> header file. */ | |
94 #undef HAVE_SYS_TIMES_H | |
95 | |
96 /* Define to 1 if you have the <sys/types.h> header file. */ | |
97 #undef HAVE_SYS_TYPES_H | |
98 | |
99 /* Define to 1 if you have the <unistd.h> header file. */ | |
100 #undef HAVE_UNISTD_H | |
101 | |
102 /* Define to the sub-directory in which libtool stores uninstalled libraries. | |
103 */ | |
104 #undef LT_OBJDIR | |
105 | |
106 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | |
107 #undef NO_MINUS_C_MINUS_O | |
108 | |
109 /* Set to 1 if compiling for Win32 */ | |
110 #undef OS_IS_WIN32 | |
111 | |
112 /* Name of package */ | |
113 #undef PACKAGE | |
114 | |
115 /* Define to the address where bug reports for this package should be sent. */ | |
116 #undef PACKAGE_BUGREPORT | |
117 | |
118 /* Define to the full name of this package. */ | |
119 #undef PACKAGE_NAME | |
120 | |
121 /* Define to the full name and version of this package. */ | |
122 #undef PACKAGE_STRING | |
123 | |
124 /* Define to the one symbol short name of this package. */ | |
125 #undef PACKAGE_TARNAME | |
126 | |
127 /* Define to the home page for this package. */ | |
128 #undef PACKAGE_URL | |
129 | |
130 /* Define to the version of this package. */ | |
131 #undef PACKAGE_VERSION | |
132 | |
133 /* The size of `double', as computed by sizeof. */ | |
134 #undef SIZEOF_DOUBLE | |
135 | |
136 /* The size of `float', as computed by sizeof. */ | |
137 #undef SIZEOF_FLOAT | |
138 | |
139 /* The size of `int', as computed by sizeof. */ | |
140 #undef SIZEOF_INT | |
141 | |
142 /* The size of `long', as computed by sizeof. */ | |
143 #undef SIZEOF_LONG | |
144 | |
145 /* Define to 1 if you have the ANSI C header files. */ | |
146 #undef STDC_HEADERS | |
147 | |
148 /* Version number of package */ | |
149 #undef VERSION |