config.h

00001 /* src/config.h.  Generated from config-h.in by configure.  */
00002 /* config-h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Do not expect a misaligned memory access to work correctly */
00005 /* #undef BROADVOICE_MISALIGNED_ACCESS_FAILS */
00006 
00007 /* Use the library symbol export capability of the compiler */
00008 #define BROADVOICE_USE_EXPORT_CAPABILITY 1
00009 
00010 /* Enable fixed point processing, where possible, instead of floating point */
00011 /* #undef BROADVOICE_USE_FIXED_POINT */
00012 
00013 /* Use the MMX instruction set (i386 and x86_64 only). */
00014 /* #undef BROADVOICE_USE_MMX */
00015 
00016 /* Use the SSE instruction set (i386 and x86_64 only). */
00017 /* #undef BROADVOICE_USE_SSE */
00018 
00019 /* Use the SSE2 instruction set (i386 and x86_64 only). */
00020 /* #undef BROADVOICE_USE_SSE2 */
00021 
00022 /* Use the SSE3 instruction set (i386 and x86_64 only). */
00023 /* #undef BROADVOICE_USE_SSE3 */
00024 
00025 /* Use the SSE4A instruction set (i386 and x86_64 only). */
00026 /* #undef BROADVOICE_USE_SSE4A */
00027 
00028 /* Use the SSE4.1 instruction set (i386 and x86_64 only). */
00029 /* #undef BROADVOICE_USE_SSE4_1 */
00030 
00031 /* Use the SSE4.2 instruction set (i386 and x86_64 only). */
00032 /* #undef BROADVOICE_USE_SSE4_2 */
00033 
00034 /* Use the SSE5 instruction set (i386 and x86_64 only). */
00035 /* #undef BROADVOICE_USE_SSE5 */
00036 
00037 /* Define to 1 if you have the acosf() function. */
00038 #define HAVE_ACOSF 1
00039 
00040 /* Define to 1 if you have the asinf() function. */
00041 #define HAVE_ASINF 1
00042 
00043 /* Define to 1 if you have the atan2f() function. */
00044 #define HAVE_ATAN2F 1
00045 
00046 /* Define to 1 if you have the atanf() function. */
00047 #define HAVE_ATANF 1
00048 
00049 /* Define to 1 if you have the ceilf() function. */
00050 #define HAVE_CEILF 1
00051 
00052 /* Define to 1 if you have the cosf() function. */
00053 #define HAVE_COSF 1
00054 
00055 /* Define to 1 if you have the <dlfcn.h> header file. */
00056 #define HAVE_DLFCN_H 1
00057 
00058 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00059 /* #undef HAVE_DOPRNT */
00060 
00061 /* Define to 1 if you have the expf() function. */
00062 #define HAVE_EXPF 1
00063 
00064 /* Define to 1 if you have the <fcntl.h> header file. */
00065 #define HAVE_FCNTL_H 1
00066 
00067 /* Define to 1 if you have the <float.h> header file. */
00068 #define HAVE_FLOAT_H 1
00069 
00070 /* Define to 1 if you have the floorf() function. */
00071 #define HAVE_FLOORF 1
00072 
00073 /* Define to 1 if you have the `gettimeofday' function. */
00074 #define HAVE_GETTIMEOFDAY 1
00075 
00076 /* Define to 1 if you have the <inttypes.h> header file. */
00077 #define HAVE_INTTYPES_H 1
00078 
00079 /* Define to 1 if you have the `m' library (-lm). */
00080 #define HAVE_LIBM 1
00081 
00082 /* Define if you have C99's llrint function. */
00083 #define HAVE_LLRINT 1
00084 
00085 /* Define if you have C99's llrintf function. */
00086 #define HAVE_LLRINTF 1
00087 
00088 /* Define to 1 if you have the log10f() function. */
00089 #define HAVE_LOG10F 1
00090 
00091 /* Define to 1 if you have the logf() function. */
00092 #define HAVE_LOGF 1
00093 
00094 /* Define to 1 if the system has the type `long double'. */
00095 #define HAVE_LONG_DOUBLE 1
00096 
00097 /* Define to 1 if the system has the type `long long'. */
00098 #define HAVE_LONG_LONG 1
00099 
00100 /* Define if you have C99's lrint function. */
00101 #define HAVE_LRINT 1
00102 
00103 /* Define if you have C99's lrintf function. */
00104 #define HAVE_LRINTF 1
00105 
00106 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00107    to 0 otherwise. */
00108 #define HAVE_MALLOC 1
00109 
00110 /* Define to 1 if you have the <malloc.h> header file. */
00111 #define HAVE_MALLOC_H 1
00112 
00113 /* Define to 1 if you have the <math.h> header file. */
00114 #define HAVE_MATH_H 1
00115 
00116 /* Define to 1 if you have the `memmove' function. */
00117 #define HAVE_MEMMOVE 1
00118 
00119 /* Define to 1 if you have the <memory.h> header file. */
00120 #define HAVE_MEMORY_H 1
00121 
00122 /* Define to 1 if you have the `memset' function. */
00123 #define HAVE_MEMSET 1
00124 
00125 /* Define to 1 if you have the powf() function. */
00126 #define HAVE_POWF 1
00127 
00128 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00129    and to 0 otherwise. */
00130 #define HAVE_REALLOC 1
00131 
00132 /* Define to 1 if you have the `select' function. */
00133 #define HAVE_SELECT 1
00134 
00135 /* Define to 1 if you have the sinf() function. */
00136 #define HAVE_SINF 1
00137 
00138 /* Define to 1 if you have the <sndfile.h> header file. */
00139 /* #undef HAVE_SNDFILE_H */
00140 
00141 /* Define to 1 if you have the <socket.h> header file. */
00142 /* #undef HAVE_SOCKET_H */
00143 
00144 /* Define to 1 if you have the <stdint.h> header file. */
00145 #define HAVE_STDINT_H 1
00146 
00147 /* Define to 1 if you have the <stdlib.h> header file. */
00148 #define HAVE_STDLIB_H 1
00149 
00150 /* Define to 1 if you have the `strcasecmp' function. */
00151 #define HAVE_STRCASECMP 1
00152 
00153 /* Define to 1 if you have the `strchr' function. */
00154 #define HAVE_STRCHR 1
00155 
00156 /* Define to 1 if you have the `strdup' function. */
00157 #define HAVE_STRDUP 1
00158 
00159 /* Define to 1 if you have the `strerror' function. */
00160 #define HAVE_STRERROR 1
00161 
00162 /* Define to 1 if you have the <strings.h> header file. */
00163 #define HAVE_STRINGS_H 1
00164 
00165 /* Define to 1 if you have the <string.h> header file. */
00166 #define HAVE_STRING_H 1
00167 
00168 /* Define to 1 if you have the `strstr' function. */
00169 #define HAVE_STRSTR 1
00170 
00171 /* Define to 1 if you have the `strtol' function. */
00172 #define HAVE_STRTOL 1
00173 
00174 /* Define to 1 if you have the <sys/fcntl.h> header file. */
00175 #define HAVE_SYS_FCNTL_H 1
00176 
00177 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00178 #define HAVE_SYS_IOCTL_H 1
00179 
00180 /* Define to 1 if you have the <sys/select.h> header file. */
00181 #define HAVE_SYS_SELECT_H 1
00182 
00183 /* Define to 1 if you have the <sys/socket.h> header file. */
00184 #define HAVE_SYS_SOCKET_H 1
00185 
00186 /* Define to 1 if you have the <sys/stat.h> header file. */
00187 #define HAVE_SYS_STAT_H 1
00188 
00189 /* Define to 1 if you have the <sys/time.h> header file. */
00190 #define HAVE_SYS_TIME_H 1
00191 
00192 /* Define to 1 if you have the <sys/types.h> header file. */
00193 #define HAVE_SYS_TYPES_H 1
00194 
00195 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00196 #define HAVE_SYS_WAIT_H 1
00197 
00198 /* Define to 1 if you have the tanf() function. */
00199 #define HAVE_TANF 1
00200 
00201 /* Define to 1 if you have the <tgmath.h> header file. */
00202 #define HAVE_TGMATH_H 1
00203 
00204 /* Define to 1 if you have the <unistd.h> header file. */
00205 #define HAVE_UNISTD_H 1
00206 
00207 /* Define to 1 if you have the `vprintf' function. */
00208 #define HAVE_VPRINTF 1
00209 
00210 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00211    */
00212 #define LT_OBJDIR ".libs/"
00213 
00214 /* Name of package */
00215 #define PACKAGE "broadvoice"
00216 
00217 /* Define to the address where bug reports for this package should be sent. */
00218 #define PACKAGE_BUGREPORT ""
00219 
00220 /* Define to the full name of this package. */
00221 #define PACKAGE_NAME "broadvoice"
00222 
00223 /* Define to the full name and version of this package. */
00224 #define PACKAGE_STRING "broadvoice 0.1.0"
00225 
00226 /* Define to the one symbol short name of this package. */
00227 #define PACKAGE_TARNAME "broadvoice"
00228 
00229 /* Define to the version of this package. */
00230 #define PACKAGE_VERSION "0.1.0"
00231 
00232 /* Define as the return type of signal handlers (`int' or `void'). */
00233 #define RETSIGTYPE void
00234 
00235 /* Define to the type of arg 1 for `select'. */
00236 #define SELECT_TYPE_ARG1 int
00237 
00238 /* Define to the type of args 2, 3 and 4 for `select'. */
00239 #define SELECT_TYPE_ARG234 (fd_set *)
00240 
00241 /* Define to the type of arg 5 for `select'. */
00242 #define SELECT_TYPE_ARG5 (struct timeval *)
00243 
00244 /* Define to 1 if you have the ANSI C header files. */
00245 #define STDC_HEADERS 1
00246 
00247 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00248 #define TIME_WITH_SYS_TIME 1
00249 
00250 /* Version number of package */
00251 #define VERSION "0.1.0"
00252 
00253 /* Define to empty if `const' does not conform to ANSI C. */
00254 /* #undef const */
00255 
00256 /* Define to `__inline__' or `__inline' if that's what the C compiler
00257    calls it, or to nothing if 'inline' is not supported under any name.  */
00258 #ifndef __cplusplus
00259 /* #undef inline */
00260 #endif
00261 
00262 /* Define to rpl_malloc if the replacement function should be used. */
00263 /* #undef malloc */
00264 
00265 /* Define to rpl_realloc if the replacement function should be used. */
00266 /* #undef realloc */
00267 
00268 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00269    code using `volatile' can become incorrect without. Disable with care. */
00270 /* #undef volatile */

Generated on 15 Mar 2017 for libg722_1 by  doxygen 1.6.1