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 /* Define to 1 if you have the <audiofile.h> header file. */
00005 /* #undef HAVE_AUDIOFILE_H */
00006 
00007 /* Define to 1 if you have the <dlfcn.h> header file. */
00008 #define HAVE_DLFCN_H 1
00009 
00010 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00011 /* #undef HAVE_DOPRNT */
00012 
00013 /* Define to 1 if you have the <fcntl.h> header file. */
00014 #define HAVE_FCNTL_H 1
00015 
00016 /* Define to 1 if you have the <float.h> header file. */
00017 #define HAVE_FLOAT_H 1
00018 
00019 /* Define to 1 if you have the `gettimeofday' function. */
00020 #define HAVE_GETTIMEOFDAY 1
00021 
00022 /* Define to 1 if you have the <inttypes.h> header file. */
00023 #define HAVE_INTTYPES_H 1
00024 
00025 /* Define to 1 if you have the `m' library (-lm). */
00026 #define HAVE_LIBM 1
00027 
00028 /* Define to 1 if the system has the type `long double'. */
00029 #define HAVE_LONG_DOUBLE 1
00030 
00031 /* Define to 1 if the system has the type `long long'. */
00032 #define HAVE_LONG_LONG 1
00033 
00034 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00035    to 0 otherwise. */
00036 #define HAVE_MALLOC 1
00037 
00038 /* Define to 1 if you have the <malloc.h> header file. */
00039 #define HAVE_MALLOC_H 1
00040 
00041 /* Define to 1 if you have the <math.h> header file. */
00042 #define HAVE_MATH_H 1
00043 
00044 /* Define to 1 if you have the `memmove' function. */
00045 #define HAVE_MEMMOVE 1
00046 
00047 /* Define to 1 if you have the <memory.h> header file. */
00048 #define HAVE_MEMORY_H 1
00049 
00050 /* Define to 1 if you have the `memset' function. */
00051 #define HAVE_MEMSET 1
00052 
00053 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00054    and to 0 otherwise. */
00055 #define HAVE_REALLOC 1
00056 
00057 /* Define to 1 if you have the `select' function. */
00058 #define HAVE_SELECT 1
00059 
00060 /* Define to 1 if you have the <socket.h> header file. */
00061 /* #undef HAVE_SOCKET_H */
00062 
00063 /* Define to 1 if you have the <stdint.h> header file. */
00064 #define HAVE_STDINT_H 1
00065 
00066 /* Define to 1 if you have the <stdlib.h> header file. */
00067 #define HAVE_STDLIB_H 1
00068 
00069 /* Define to 1 if you have the `strcasecmp' function. */
00070 #define HAVE_STRCASECMP 1
00071 
00072 /* Define to 1 if you have the `strchr' function. */
00073 #define HAVE_STRCHR 1
00074 
00075 /* Define to 1 if you have the `strdup' function. */
00076 #define HAVE_STRDUP 1
00077 
00078 /* Define to 1 if you have the `strerror' function. */
00079 #define HAVE_STRERROR 1
00080 
00081 /* Define to 1 if you have the <strings.h> header file. */
00082 #define HAVE_STRINGS_H 1
00083 
00084 /* Define to 1 if you have the <string.h> header file. */
00085 #define HAVE_STRING_H 1
00086 
00087 /* Define to 1 if you have the `strstr' function. */
00088 #define HAVE_STRSTR 1
00089 
00090 /* Define to 1 if you have the `strtol' function. */
00091 #define HAVE_STRTOL 1
00092 
00093 /* Define to 1 if you have the <sys/fcntl.h> header file. */
00094 #define HAVE_SYS_FCNTL_H 1
00095 
00096 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00097 #define HAVE_SYS_IOCTL_H 1
00098 
00099 /* Define to 1 if you have the <sys/select.h> header file. */
00100 #define HAVE_SYS_SELECT_H 1
00101 
00102 /* Define to 1 if you have the <sys/socket.h> header file. */
00103 #define HAVE_SYS_SOCKET_H 1
00104 
00105 /* Define to 1 if you have the <sys/stat.h> header file. */
00106 #define HAVE_SYS_STAT_H 1
00107 
00108 /* Define to 1 if you have the <sys/time.h> header file. */
00109 #define HAVE_SYS_TIME_H 1
00110 
00111 /* Define to 1 if you have the <sys/types.h> header file. */
00112 #define HAVE_SYS_TYPES_H 1
00113 
00114 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00115 #define HAVE_SYS_WAIT_H 1
00116 
00117 /* Define to 1 if you have the <tgmath.h> header file. */
00118 #define HAVE_TGMATH_H 1
00119 
00120 /* Define to 1 if you have the <unistd.h> header file. */
00121 #define HAVE_UNISTD_H 1
00122 
00123 /* Define to 1 if you have the `vprintf' function. */
00124 #define HAVE_VPRINTF 1
00125 
00126 /* Define to 1 if you have the <X11/X.h> header file. */
00127 /* #undef HAVE_X11_X_H */
00128 
00129 /* Enable fixed point processing, where possible, instead of floating point */
00130 /* #undef ILBC_USE_FIXED_POINT */
00131 
00132 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00133    */
00134 #define LT_OBJDIR ".libs/"
00135 
00136 /* Name of package */
00137 #define PACKAGE "ilbc"
00138 
00139 /* Define to the address where bug reports for this package should be sent. */
00140 #define PACKAGE_BUGREPORT ""
00141 
00142 /* Define to the full name of this package. */
00143 #define PACKAGE_NAME ""
00144 
00145 /* Define to the full name and version of this package. */
00146 #define PACKAGE_STRING ""
00147 
00148 /* Define to the one symbol short name of this package. */
00149 #define PACKAGE_TARNAME ""
00150 
00151 /* Define to the version of this package. */
00152 #define PACKAGE_VERSION ""
00153 
00154 /* Define as the return type of signal handlers (`int' or `void'). */
00155 #define RETSIGTYPE void
00156 
00157 /* Define to the type of arg 1 for `select'. */
00158 #define SELECT_TYPE_ARG1 int
00159 
00160 /* Define to the type of args 2, 3 and 4 for `select'. */
00161 #define SELECT_TYPE_ARG234 (fd_set *)
00162 
00163 /* Define to the type of arg 5 for `select'. */
00164 #define SELECT_TYPE_ARG5 (struct timeval *)
00165 
00166 /* Define to 1 if you have the ANSI C header files. */
00167 #define STDC_HEADERS 1
00168 
00169 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00170 #define TIME_WITH_SYS_TIME 1
00171 
00172 /* Version number of package */
00173 #define VERSION "0.0.1"
00174 
00175 /* Define to empty if `const' does not conform to ANSI C. */
00176 /* #undef const */
00177 
00178 /* Define to `__inline__' or `__inline' if that's what the C compiler
00179    calls it, or to nothing if 'inline' is not supported under any name.  */
00180 #ifndef __cplusplus
00181 /* #undef inline */
00182 #endif
00183 
00184 /* Define to rpl_malloc if the replacement function should be used. */
00185 /* #undef malloc */
00186 
00187 /* Define to rpl_realloc if the replacement function should be used. */
00188 /* #undef realloc */
00189 
00190 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00191    code using `volatile' can become incorrect without. Disable with care. */
00192 /* #undef volatile */

Generated on Sat May 23 12:24:23 2009 for libvoipcodecs by  doxygen 1.5.5