libvoipcodecs 0.0.1
config.h
1/* src/config.h. Generated from config-h.in by configure. */
2/* config-h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the <audiofile.h> header file. */
5#define HAVE_AUDIOFILE_H 1
6
7/* Define to 1 if you have the <dlfcn.h> header file. */
8#define HAVE_DLFCN_H 1
9
10/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
11/* #undef HAVE_DOPRNT */
12
13/* Define to 1 if you have the <fcntl.h> header file. */
14#define HAVE_FCNTL_H 1
15
16/* Define to 1 if you have the <float.h> header file. */
17#define HAVE_FLOAT_H 1
18
19/* Define to 1 if you have the `gettimeofday' function. */
20#define HAVE_GETTIMEOFDAY 1
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#define HAVE_INTTYPES_H 1
24
25/* Define to 1 if you have the `m' library (-lm). */
26#define HAVE_LIBM 1
27
28/* Define to 1 if the system has the type `long double'. */
29#define HAVE_LONG_DOUBLE 1
30
31/* Define to 1 if the system has the type `long long'. */
32#define HAVE_LONG_LONG 1
33
34/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35 to 0 otherwise. */
36#define HAVE_MALLOC 1
37
38/* Define to 1 if you have the <malloc.h> header file. */
39#define HAVE_MALLOC_H 1
40
41/* Define to 1 if you have the <math.h> header file. */
42#define HAVE_MATH_H 1
43
44/* Define to 1 if you have the `memmove' function. */
45#define HAVE_MEMMOVE 1
46
47/* Define to 1 if you have the `memset' function. */
48#define HAVE_MEMSET 1
49
50/* Define to 1 if your system has a GNU libc compatible `realloc' function,
51 and to 0 otherwise. */
52#define HAVE_REALLOC 1
53
54/* Define to 1 if you have the `select' function. */
55#define HAVE_SELECT 1
56
57/* Define to 1 if you have the <socket.h> header file. */
58/* #undef HAVE_SOCKET_H */
59
60/* Define to 1 if you have the <stdint.h> header file. */
61#define HAVE_STDINT_H 1
62
63/* Define to 1 if you have the <stdio.h> header file. */
64#define HAVE_STDIO_H 1
65
66/* Define to 1 if you have the <stdlib.h> header file. */
67#define HAVE_STDLIB_H 1
68
69/* Define to 1 if you have the `strcasecmp' function. */
70#define HAVE_STRCASECMP 1
71
72/* Define to 1 if you have the `strchr' function. */
73#define HAVE_STRCHR 1
74
75/* Define to 1 if you have the `strdup' function. */
76#define HAVE_STRDUP 1
77
78/* Define to 1 if you have the `strerror' function. */
79#define HAVE_STRERROR 1
80
81/* Define to 1 if you have the <strings.h> header file. */
82#define HAVE_STRINGS_H 1
83
84/* Define to 1 if you have the <string.h> header file. */
85#define HAVE_STRING_H 1
86
87/* Define to 1 if you have the `strstr' function. */
88#define HAVE_STRSTR 1
89
90/* Define to 1 if you have the `strtol' function. */
91#define HAVE_STRTOL 1
92
93/* Define to 1 if you have the <sys/fcntl.h> header file. */
94#define HAVE_SYS_FCNTL_H 1
95
96/* Define to 1 if you have the <sys/ioctl.h> header file. */
97#define HAVE_SYS_IOCTL_H 1
98
99/* Define to 1 if you have the <sys/select.h> header file. */
100#define HAVE_SYS_SELECT_H 1
101
102/* Define to 1 if you have the <sys/socket.h> header file. */
103#define HAVE_SYS_SOCKET_H 1
104
105/* Define to 1 if you have the <sys/stat.h> header file. */
106#define HAVE_SYS_STAT_H 1
107
108/* Define to 1 if you have the <sys/time.h> header file. */
109#define HAVE_SYS_TIME_H 1
110
111/* Define to 1 if you have the <sys/types.h> header file. */
112#define HAVE_SYS_TYPES_H 1
113
114/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
115#define HAVE_SYS_WAIT_H 1
116
117/* Define to 1 if you have the <tgmath.h> header file. */
118#define HAVE_TGMATH_H 1
119
120/* Define to 1 if you have the <unistd.h> header file. */
121#define HAVE_UNISTD_H 1
122
123/* Define to 1 if you have the `vprintf' function. */
124#define HAVE_VPRINTF 1
125
126/* Define to 1 if you have the <X11/X.h> header file. */
127/* #undef HAVE_X11_X_H */
128
129/* Enable fixed point processing, where possible, instead of floating point */
130/* #undef ILBC_USE_FIXED_POINT */
131
132/* Define to the sub-directory where libtool stores uninstalled libraries. */
133#define LT_OBJDIR ".libs/"
134
135/* Name of package */
136#define PACKAGE "ilbc"
137
138/* Define to the address where bug reports for this package should be sent. */
139#define PACKAGE_BUGREPORT ""
140
141/* Define to the full name of this package. */
142#define PACKAGE_NAME "ilbc"
143
144/* Define to the full name and version of this package. */
145#define PACKAGE_STRING "ilbc 0.0.1"
146
147/* Define to the one symbol short name of this package. */
148#define PACKAGE_TARNAME "ilbc"
149
150/* Define to the home page for this package. */
151#define PACKAGE_URL ""
152
153/* Define to the version of this package. */
154#define PACKAGE_VERSION "0.0.1"
155
156/* Define as the return type of signal handlers (`int' or `void'). */
157#define RETSIGTYPE void
158
159/* Define to the type of arg 1 for `select'. */
160#define SELECT_TYPE_ARG1 int
161
162/* Define to the type of args 2, 3 and 4 for `select'. */
163#define SELECT_TYPE_ARG234 (fd_set *)
164
165/* Define to the type of arg 5 for `select'. */
166#define SELECT_TYPE_ARG5 (struct timeval *)
167
168/* Define to 1 if all of the C90 standard headers exist (not just the ones
169 required in a freestanding environment). This macro is provided for
170 backward compatibility; new code need not use it. */
171#define STDC_HEADERS 1
172
173/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
174 macro is obsolete. */
175#define TIME_WITH_SYS_TIME 1
176
177/* Version number of package */
178#define VERSION "0.0.1"
179
180/* Define to empty if `const' does not conform to ANSI C. */
181/* #undef const */
182
183/* Define to `__inline__' or `__inline' if that's what the C compiler
184 calls it, or to nothing if 'inline' is not supported under any name. */
185#ifndef __cplusplus
186/* #undef inline */
187#endif
188
189/* Define to rpl_malloc if the replacement function should be used. */
190/* #undef malloc */
191
192/* Define to rpl_realloc if the replacement function should be used. */
193/* #undef realloc */
194
195/* Define to empty if the keyword `volatile' does not work. Warning: valid
196 code using `volatile' can become incorrect without. Disable with care. */
197/* #undef volatile */