Thu Apr 28 2011 17:13:29

Asterisk developer's documentation


autoconfig.h

Go to the documentation of this file.
00001 /* include/asterisk/autoconfig.h.  Generated from autoconfig.h.in by configure.  */
00002 /* include/asterisk/autoconfig.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 #ifndef ASTERISK_AUTOCONFIG_H
00005 #define ASTERISK_AUTOCONFIG_H
00006 
00007 #include "asterisk/buildopts.h"
00008 
00009 
00010 
00011 /* Define to 1 if internal poll should be used. */
00012 /* #undef AST_POLL_COMPAT */
00013 
00014 /* Define to 1 if your system's implementation of mutexes supports comparison
00015    of a mutex to its initializer. */
00016 /* #undef CAN_COMPARE_MUTEX_TO_INIT_VALUE */
00017 
00018 /* Define to 1 if the `closedir' function returns void instead of `int'. */
00019 /* #undef CLOSEDIR_VOID */
00020 
00021 /* Some configure tests will unexpectedly fail if configure is run by a
00022    non-root user. These may be able to be tested at runtime. */
00023 /* #undef CONFIGURE_RAN_AS_ROOT */
00024 
00025 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
00026    systems. This function is required for `alloca.c' support on those systems.
00027    */
00028 /* #undef CRAY_STACKSEG_END */
00029 
00030 /* Define to 1 if using `alloca.c'. */
00031 /* #undef C_ALLOCA */
00032 
00033 /* Define to 1 if you have the `acos' function. */
00034 #define HAVE_ACOS 1
00035 
00036 /* Define to 1 if you have the `acosl' function. */
00037 #define HAVE_ACOSL 1
00038 
00039 /* Define to 1 if you have `alloca', as a function or macro. */
00040 #define HAVE_ALLOCA 1
00041 
00042 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
00043    */
00044 #define HAVE_ALLOCA_H 1
00045 
00046 /* Define to 1 if you have the Advanced Linux Sound Architecture library. */
00047 #define HAVE_ALSA 1
00048 
00049 /* Define to 1 if you have the <arpa/inet.h> header file. */
00050 #define HAVE_ARPA_INET_H 1
00051 
00052 /* Define to 1 if you have the <arpa/nameser.h> header file. */
00053 #define HAVE_ARPA_NAMESER_H 1
00054 
00055 /* Define to 1 if you have the `asin' function. */
00056 #define HAVE_ASIN 1
00057 
00058 /* Define to 1 if you have the `asinl' function. */
00059 #define HAVE_ASINL 1
00060 
00061 /* Define to 1 if you have the `asprintf' function. */
00062 #define HAVE_ASPRINTF 1
00063 
00064 /* Define to 1 if you have the `atan' function. */
00065 #define HAVE_ATAN 1
00066 
00067 /* Define to 1 if you have the `atan2' function. */
00068 #define HAVE_ATAN2 1
00069 
00070 /* Define to 1 if you have the `atan2l' function. */
00071 #define HAVE_ATAN2L 1
00072 
00073 /* Define to 1 if you have the `atanl' function. */
00074 #define HAVE_ATANL 1
00075 
00076 /* Define to 1 if you have the `atexit' function. */
00077 #define HAVE_ATEXIT 1
00078 
00079 /* Define to 1 if your GCC C compiler supports the 'alias' attribute. */
00080 #define HAVE_ATTRIBUTE_alias 1
00081 
00082 /* Define to 1 if your GCC C compiler supports the 'always_inline' attribute.
00083    */
00084 #define HAVE_ATTRIBUTE_always_inline 1
00085 
00086 /* Define to 1 if your GCC C compiler supports the 'const' attribute. */
00087 #define HAVE_ATTRIBUTE_const 1
00088 
00089 /* Define to 1 if your GCC C compiler supports the 'deprecated' attribute. */
00090 #define HAVE_ATTRIBUTE_deprecated 1
00091 
00092 /* Define to 1 if your GCC C compiler supports the 'malloc' attribute. */
00093 #define HAVE_ATTRIBUTE_malloc 1
00094 
00095 /* Define to 1 if your GCC C compiler supports the 'pure' attribute. */
00096 #define HAVE_ATTRIBUTE_pure 1
00097 
00098 /* Define to 1 if your GCC C compiler supports the 'sentinel' attribute. */
00099 #define HAVE_ATTRIBUTE_sentinel 1
00100 
00101 /* Define to 1 if your GCC C compiler supports the 'unused' attribute. */
00102 #define HAVE_ATTRIBUTE_unused 1
00103 
00104 /* Define to 1 if your GCC C compiler supports the 'warn_unused_result'
00105    attribute. */
00106 #define HAVE_ATTRIBUTE_warn_unused_result 1
00107 
00108 /* Define to 1 if your GCC C compiler supports the 'weak' attribute. */
00109 #define HAVE_ATTRIBUTE_weak 1
00110 
00111 /* Define to 1 if your GCC C compiler supports the 'weak_import' attribute. */
00112 /* #undef HAVE_ATTRIBUTE_weak_import */
00113 
00114 /* Define to 1 if you have the Debug symbol decoding library. */
00115 /* #undef HAVE_BFD */
00116 
00117 /* Define to 1 if you have the Stack Backtrace library. */
00118 #define HAVE_BKTR 1
00119 
00120 /* Define to 1 if byteswap.h macros are available. */
00121 #define HAVE_BYTESWAP_H 1
00122 
00123 /* Define to 1 if you have the POSIX 1.e capabilities library. */
00124 #define HAVE_CAP 1
00125 
00126 /* Define to 1 if you have the `ceil' function. */
00127 #define HAVE_CEIL 1
00128 
00129 /* Define to 1 if you have the `ceill' function. */
00130 #define HAVE_CEILL 1
00131 
00132 /* Define to 1 if your system has a working `chown' function. */
00133 #define HAVE_CHOWN 1
00134 
00135 /* Define to 1 if you have the `closefrom' function. */
00136 /* #undef HAVE_CLOSEFROM */
00137 
00138 /* Define to 1 if you have the `cos' function. */
00139 #define HAVE_COS 1
00140 
00141 /* Define to 1 if you have the `cosl' function. */
00142 #define HAVE_COSL 1
00143 
00144 /* Define to 1 if you have the OpenSSL Cryptography library. */
00145 #define HAVE_CRYPTO 1
00146 
00147 /* Define to 1 if you have a functional curl library. */
00148 #define HAVE_CURL 1
00149 
00150 /* Define to 1 if you have the curses library. */
00151 #define HAVE_CURSES 1
00152 
00153 /* Define if your system has the DAHDI headers. */
00154 #define HAVE_DAHDI 1
00155 
00156 /* Define if your system has the DAHDI_HALF_FULL headers. */
00157 /* #undef HAVE_DAHDI_HALF_FULL */
00158 
00159 /* Define if your system has the DAHDI_LINEREVERSE_VMWI headers. */
00160 /* #undef HAVE_DAHDI_LINEREVERSE_VMWI */
00161 
00162 /* Define DAHDI headers version */
00163 #define HAVE_DAHDI_VERSION 200
00164 
00165 /* Define to 1 if your system has /dev/urandom. */
00166 #define HAVE_DEV_URANDOM 1
00167 
00168 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00169    */
00170 #define HAVE_DIRENT_H 1
00171 
00172 /* Define to 1 if your system has the dladdr() GNU extension */
00173 #define HAVE_DLADDR 1
00174 
00175 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00176 /* #undef HAVE_DOPRNT */
00177 
00178 /* Define to 1 if you have the `dup2' function. */
00179 #define HAVE_DUP2 1
00180 
00181 /* Define to 1 if you have the `eaccess' function. */
00182 #define HAVE_EACCESS 1
00183 
00184 /* Define to 1 if you have the `endpwent' function. */
00185 #define HAVE_ENDPWENT 1
00186 
00187 /* Define to 1 if you have the `euidaccess' function. */
00188 #define HAVE_EUIDACCESS 1
00189 
00190 /* Define to 1 if you have the `exp' function. */
00191 #define HAVE_EXP 1
00192 
00193 /* Define to 1 if you have the `exp10' function. */
00194 #define HAVE_EXP10 1
00195 
00196 /* Define to 1 if you have the `exp10l' function. */
00197 #define HAVE_EXP10L 1
00198 
00199 /* Define to 1 if you have the `exp2' function. */
00200 #define HAVE_EXP2 1
00201 
00202 /* Define to 1 if you have the `exp2l' function. */
00203 #define HAVE_EXP2L 1
00204 
00205 /* Define to 1 if you have the `expl' function. */
00206 #define HAVE_EXPL 1
00207 
00208 /* Define to 1 if you have the <fcntl.h> header file. */
00209 #define HAVE_FCNTL_H 1
00210 
00211 /* Define to 1 if you have the Ffmpeg and avcodec library. */
00212 /* #undef HAVE_FFMPEG */
00213 
00214 /* Define to 1 if you have the `floor' function. */
00215 #define HAVE_FLOOR 1
00216 
00217 /* Define to 1 if you have the `floorl' function. */
00218 #define HAVE_FLOORL 1
00219 
00220 /* Define to 1 if you have the `fmod' function. */
00221 #define HAVE_FMOD 1
00222 
00223 /* Define to 1 if you have the `fmodl' function. */
00224 #define HAVE_FMODL 1
00225 
00226 /* Define to 1 if you have the `fopencookie' function. */
00227 #define HAVE_FOPENCOOKIE 1
00228 
00229 /* Define to 1 if you have the `fork' function. */
00230 #define HAVE_FORK 1
00231 
00232 /* Define to 1 if you have the FreeTDS library. */
00233 #define HAVE_FREETDS 1
00234 
00235 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00236 #define HAVE_FSEEKO 1
00237 
00238 /* Define to 1 if you have the `ftruncate' function. */
00239 #define HAVE_FTRUNCATE 1
00240 
00241 /* Define to 1 if you have the `funopen' function. */
00242 /* #undef HAVE_FUNOPEN */
00243 
00244 /* Define to 1 if your GCC C compiler provides atomic operations. */
00245 #define HAVE_GCC_ATOMICS 1
00246 
00247 /* Define to 1 if you have the `getcwd' function. */
00248 #define HAVE_GETCWD 1
00249 
00250 /* Define to 1 if you have the `gethostbyname' function. */
00251 #define HAVE_GETHOSTBYNAME 1
00252 
00253 /* Define to 1 if your system has gethostbyname_r with 5 arguments. */
00254 /* #undef HAVE_GETHOSTBYNAME_R_5 */
00255 
00256 /* Define to 1 if your system has gethostbyname_r with 6 arguments. */
00257 #define HAVE_GETHOSTBYNAME_R_6 1
00258 
00259 /* Define to 1 if you have the `gethostname' function. */
00260 #define HAVE_GETHOSTNAME 1
00261 
00262 /* Define if your system has the GETIFADDRS headers. */
00263 #define HAVE_GETIFADDRS 1
00264 
00265 /* Define to 1 if you have the `getloadavg' function. */
00266 #define HAVE_GETLOADAVG 1
00267 
00268 /* Define to 1 if you have the `getpagesize' function. */
00269 #define HAVE_GETPAGESIZE 1
00270 
00271 /* Define to 1 if you have the `getpeereid' function. */
00272 /* #undef HAVE_GETPEEREID */
00273 
00274 /* Define to 1 if you have the `gettimeofday' function. */
00275 #define HAVE_GETTIMEOFDAY 1
00276 
00277 /* Define to 1 if you have the `glob' function. */
00278 #define HAVE_GLOB 1
00279 
00280 /* Define if your system has the GMIME libraries. */
00281 #define HAVE_GMIME 1
00282 
00283 /* Define to indicate the GSM library */
00284 #define HAVE_GSM 1
00285 
00286 /* Define to indicate that gsm.h is in gsm/gsm.h */
00287 /* #undef HAVE_GSM_GSM_HEADER */
00288 
00289 /* Define to indicate that gsm.h has no prefix for its location */
00290 #define HAVE_GSM_HEADER 1
00291 
00292 /* Define if your system has the GTK libraries. */
00293 /* #undef HAVE_GTK */
00294 
00295 /* Define if your system has the GTK2 libraries. */
00296 #define HAVE_GTK2 1
00297 
00298 /* Define to 1 if you have the Hoard Memory Allocator library. */
00299 /* #undef HAVE_HOARD */
00300 
00301 /* Define to 1 if you have the Iconv library. */
00302 #define HAVE_ICONV 1
00303 
00304 /* Define to 1 if you have the Iksemel Jabber library. */
00305 #define HAVE_IKSEMEL 1
00306 
00307 /* Define if your system has the UW IMAP Toolkit c-client library. */
00308 #define HAVE_IMAP_TK 1
00309 
00310 /* Define if your system has the UW IMAP Toolkit c-client library version 2006
00311    or greater. */
00312 #define HAVE_IMAP_TK2006 1
00313 
00314 /* Define to 1 if you have the `inet_aton' function. */
00315 #define HAVE_INET_ATON 1
00316 
00317 /* Define to 1 if you have the `inet_ntoa' function. */
00318 #define HAVE_INET_NTOA 1
00319 
00320 /* Define to 1 if you have the inotify support library. */
00321 #define HAVE_INOTIFY 1
00322 
00323 /* Define to 1 if you have the <inttypes.h> header file. */
00324 #define HAVE_INTTYPES_H 1
00325 
00326 /* Define to 1 if you have the iODBC library. */
00327 /* #undef HAVE_IODBC */
00328 
00329 /* Define to 1 if you have the `ioperm' function. */
00330 #define HAVE_IOPERM 1
00331 
00332 /* Define if your system has the IP_MTU_DISCOVER headers. */
00333 #define HAVE_IP_MTU_DISCOVER 1
00334 
00335 /* Define to 1 if you have the `isascii' function. */
00336 #define HAVE_ISASCII 1
00337 
00338 /* Define to 1 if you have the ISDN4Linux library. */
00339 #define HAVE_ISDNNET 1
00340 
00341 /* Define to 1 if you have the Jack Audio Connection Kit library. */
00342 #define HAVE_JACK 1
00343 
00344 /* Define to 1 if you have the OpenLDAP library. */
00345 #define HAVE_LDAP 1
00346 
00347 /* Define if your system has the NetBSD Editline libraries. */
00348 #define HAVE_LIBEDIT 1
00349 
00350 /* Define to 1 if you have the <libintl.h> header file. */
00351 #define HAVE_LIBINTL_H 1
00352 
00353 /* Define to 1 if you have the `m' library (-lm). */
00354 #define HAVE_LIBM 1
00355 
00356 /* Define if your system has the LIBXML2 libraries. */
00357 #define HAVE_LIBXML2 1
00358 
00359 /* Define to 1 if you have the <limits.h> header file. */
00360 #define HAVE_LIMITS_H 1
00361 
00362 /* Define to 1 if your system has linux/compiler.h. */
00363 /* #undef HAVE_LINUX_COMPILER_H */
00364 
00365 /* Define to 1 if you have the <locale.h> header file. */
00366 #define HAVE_LOCALE_H 1
00367 
00368 /* Define to 1 if you have the `localtime_r' function. */
00369 #define HAVE_LOCALTIME_R 1
00370 
00371 /* Define to 1 if you have the `log' function. */
00372 #define HAVE_LOG 1
00373 
00374 /* Define to 1 if you have the `log10' function. */
00375 #define HAVE_LOG10 1
00376 
00377 /* Define to 1 if you have the `log10l' function. */
00378 #define HAVE_LOG10L 1
00379 
00380 /* Define to 1 if you have the `log2' function. */
00381 #define HAVE_LOG2 1
00382 
00383 /* Define to 1 if you have the `log2l' function. */
00384 #define HAVE_LOG2L 1
00385 
00386 /* Define to 1 if you have the `logl' function. */
00387 #define HAVE_LOGL 1
00388 
00389 /* Define to 1 if you have the libtool library. */
00390 #define HAVE_LTDL 1
00391 
00392 /* Define to 1 if you have the Lua library. */
00393 #define HAVE_LUA 1
00394 
00395 /* Define to 1 if you have the <malloc.h> header file. */
00396 #define HAVE_MALLOC_H 1
00397 
00398 /* Define to 1 if you have the `memchr' function. */
00399 #define HAVE_MEMCHR 1
00400 
00401 /* Define to 1 if you have the `memmove' function. */
00402 #define HAVE_MEMMOVE 1
00403 
00404 /* Define to 1 if you have the <memory.h> header file. */
00405 #define HAVE_MEMORY_H 1
00406 
00407 /* Define to 1 if you have the `memset' function. */
00408 #define HAVE_MEMSET 1
00409 
00410 /* Define to 1 if you have the mISDN user library. */
00411 #define HAVE_MISDN 1
00412 
00413 /* Define if your system has the MISDN_FAC_ERROR headers. */
00414 /* #undef HAVE_MISDN_FAC_ERROR */
00415 
00416 /* Define if your system has the MISDN_FAC_RESULT headers. */
00417 /* #undef HAVE_MISDN_FAC_RESULT */
00418 
00419 /* Define to 1 if you have the `mkdir' function. */
00420 #define HAVE_MKDIR 1
00421 
00422 /* Define to 1 if you have a working `mmap' system call. */
00423 #define HAVE_MMAP 1
00424 
00425 /* Define to 1 if you have the `munmap' function. */
00426 #define HAVE_MUNMAP 1
00427 
00428 /* Define to 1 if you have the Network Broadcast Sound library. */
00429 /* #undef HAVE_NBS */
00430 
00431 /* Define to 1 if you have the ncurses library. */
00432 #define HAVE_NCURSES 1
00433 
00434 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00435 /* #undef HAVE_NDIR_H */
00436 
00437 /* Define to 1 if you have the <netdb.h> header file. */
00438 #define HAVE_NETDB_H 1
00439 
00440 /* Define to 1 if you have the <netinet/in.h> header file. */
00441 #define HAVE_NETINET_IN_H 1
00442 
00443 /* Define if your system has the NETSNMP libraries. */
00444 #define HAVE_NETSNMP 1
00445 
00446 /* Define to 1 if you have the newt library. */
00447 #define HAVE_NEWT 1
00448 
00449 /* Define to 1 if your C library can safely print NULL to string formats. */
00450 #define HAVE_NULLSAFE_PRINTF 1
00451 
00452 /* Define to 1 if your ODBC library has wide (Unicode) types. */
00453 #define HAVE_ODBC_WCHAR 1
00454 
00455 /* Define to 1 if you have the OGG library. */
00456 #define HAVE_OGG 1
00457 
00458 /* Define to 1 if you have the OpenAIS library. */
00459 #define HAVE_OPENAIS 1
00460 
00461 /* Define if your system has the OpenH323 libraries. */
00462 /* #undef HAVE_OPENH323 */
00463 
00464 /* Define to 1 if you have the MFR2 library. */
00465 /* #undef HAVE_OPENR2 */
00466 
00467 /* Define to 1 if you have the OpenSSL Secure Sockets Layer library. */
00468 #define HAVE_OPENSSL 1
00469 
00470 /* Define this to indicate the ${OSPTK_DESCRIP} library */
00471 /* #undef HAVE_OSPTK */
00472 
00473 /* Define to 1 if you have the Open Sound System library. */
00474 #define HAVE_OSS 1
00475 
00476 /* Define to 1 if OSX atomic operations are supported. */
00477 /* #undef HAVE_OSX_ATOMICS */
00478 
00479 /* Define to indicate the PostgreSQL library */
00480 #define HAVE_PGSQL 1
00481 
00482 /* Define to indicate presence of the pg_encoding_to_char API. */
00483 /* #undef HAVE_PGSQL_pg_encoding_to_char */
00484 
00485 /* Define to 1 if your system defines IP_PKTINFO. */
00486 #define HAVE_PKTINFO 1
00487 
00488 /* Define to 1 if you have the popt library. */
00489 #define HAVE_POPT 1
00490 
00491 /* Define to 1 if you have the PortAudio library. */
00492 #define HAVE_PORTAUDIO 1
00493 
00494 /* Define to 1 if you have the `pow' function. */
00495 #define HAVE_POW 1
00496 
00497 /* Define to 1 if you have the `powl' function. */
00498 #define HAVE_POWL 1
00499 
00500 /* Define to 1 if you have the `ppoll' function. */
00501 #define HAVE_PPOLL 1
00502 
00503 /* Define to 1 if you have the ISDN PRI library. */
00504 #define HAVE_PRI 1
00505 
00506 /* Define to 1 if you have the ISDN PRI set_inbanddisconnect library. */
00507 #define HAVE_PRI_INBANDDISCONNECT 1
00508 
00509 /* Define if you have POSIX threads libraries and header files. */
00510 #define HAVE_PTHREAD 1
00511 
00512 /* Define to 1 if your system defines PTHREAD_MUTEX_RECURSIVE_NP in pthread.h
00513    */
00514 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
00515 
00516 /* Define if your system has the PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
00517    headers. */
00518 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
00519 
00520 /* Define if your system has the PTHREAD_RWLOCK_INITIALIZER headers. */
00521 #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
00522 
00523 /* Define to 1 if your system defines PTHREAD_RWLOCK_PREFER_WRITER_NP in
00524    pthread.h */
00525 #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
00526 
00527 /* Define if your system has pthread_rwlock_timedwrlock() */
00528 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
00529 
00530 /* Define to 1 if the system has the type `ptrdiff_t'. */
00531 #define HAVE_PTRDIFF_T 1
00532 
00533 /* Define to 1 if you have the `putenv' function. */
00534 #define HAVE_PUTENV 1
00535 
00536 /* Define if your system has the PWLib libraries. */
00537 /* #undef HAVE_PWLIB */
00538 
00539 /* Define to 1 if you have the Radius Client library. */
00540 #define HAVE_RADIUS 1
00541 
00542 /* Define to 1 if you have the `regcomp' function. */
00543 #define HAVE_REGCOMP 1
00544 
00545 /* Define to 1 if you have the `remainder' function. */
00546 #define HAVE_REMAINDER 1
00547 
00548 /* Define to 1 if you have the `remainderl' function. */
00549 #define HAVE_REMAINDERL 1
00550 
00551 /* Define to 1 if you have the LIBRESAMPLE library. */
00552 #define HAVE_RESAMPLE 1
00553 
00554 /* Define to 1 if your system has the ndestroy resolver function. */
00555 /* #undef HAVE_RES_NDESTROY */
00556 
00557 /* Define to 1 if your system has the re-entrant resolver functions. */
00558 #define HAVE_RES_NINIT 1
00559 
00560 /* Define to 1 if you have the `re_comp' function. */
00561 #define HAVE_RE_COMP 1
00562 
00563 /* Define to 1 if you have the `rint' function. */
00564 #define HAVE_RINT 1
00565 
00566 /* Define to 1 if you have the `rintl' function. */
00567 #define HAVE_RINTL 1
00568 
00569 /* Define to 1 if you have the `round' function. */
00570 #define HAVE_ROUND 1
00571 
00572 /* Define to 1 if you have the `roundl' function. */
00573 #define HAVE_ROUNDL 1
00574 
00575 /* Define to 1 if your system has /sbin/launchd. */
00576 /* #undef HAVE_SBIN_LAUNCHD */
00577 
00578 /* Define if your system has the SDL libraries. */
00579 /* #undef HAVE_SDL */
00580 
00581 /* Define to 1 if you have the Sdl Image library. */
00582 /* #undef HAVE_SDL_IMAGE */
00583 
00584 /* Define to 1 if you have the `select' function. */
00585 #define HAVE_SELECT 1
00586 
00587 /* Define to 1 if you have the `setenv' function. */
00588 #define HAVE_SETENV 1
00589 
00590 /* Define to 1 if you have the `sin' function. */
00591 #define HAVE_SIN 1
00592 
00593 /* Define to 1 if you have the `sinl' function. */
00594 #define HAVE_SINL 1
00595 
00596 /* Define to 1 if you have the `socket' function. */
00597 #define HAVE_SOCKET 1
00598 
00599 /* Define to 1 if your system has soxmix application. */
00600 /* #undef HAVE_SOXMIX */
00601 
00602 /* Define if your system has the SPANDSP headers. */
00603 #define HAVE_SPANDSP 1
00604 
00605 /* Define to 1 if spandsp/expose.h is available. */
00606 #define HAVE_SPANDSP_EXPOSE_H 1
00607 
00608 /* Define to 1 if you have the Speex library. */
00609 #define HAVE_SPEEX 1
00610 
00611 /* Define to 1 if you have the SpeexDSP library. */
00612 #define HAVE_SPEEXDSP 1
00613 
00614 /* Define to 1 if you have the speex_preprocess_ctl library. */
00615 /* #undef HAVE_SPEEX_PREPROCESS */
00616 
00617 /* Define to 1 if you have the SQLite library. */
00618 /* #undef HAVE_SQLITE */
00619 
00620 /* Define to 1 if you have the SQLite library. */
00621 #define HAVE_SQLITE3 1
00622 
00623 /* Define to 1 if you have the `sqrtl' function. */
00624 #define HAVE_SQRTL 1
00625 
00626 /* Define to 1 if you have the ISDN SS7 library. */
00627 #define HAVE_SS7 1
00628 
00629 /* Define to 1 if `stat' has the bug that it succeeds when given the
00630    zero-length file name argument. */
00631 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00632 
00633 /* Define to 1 if stdbool.h conforms to C99. */
00634 #define HAVE_STDBOOL_H 1
00635 
00636 /* Define to 1 if you have the <stddef.h> header file. */
00637 #define HAVE_STDDEF_H 1
00638 
00639 /* Define to 1 if you have the <stdint.h> header file. */
00640 #define HAVE_STDINT_H 1
00641 
00642 /* Define to 1 if you have the <stdlib.h> header file. */
00643 #define HAVE_STDLIB_H 1
00644 
00645 /* Define to 1 if you have the `strcasecmp' function. */
00646 #define HAVE_STRCASECMP 1
00647 
00648 /* Define to 1 if you have the `strcasestr' function. */
00649 #define HAVE_STRCASESTR 1
00650 
00651 /* Define to 1 if you have the `strchr' function. */
00652 #define HAVE_STRCHR 1
00653 
00654 /* Define to 1 if you have the `strcoll' function and it is properly defined.
00655    */
00656 #define HAVE_STRCOLL 1
00657 
00658 /* Define to 1 if you have the `strcspn' function. */
00659 #define HAVE_STRCSPN 1
00660 
00661 /* Define to 1 if you have the `strdup' function. */
00662 #define HAVE_STRDUP 1
00663 
00664 /* Define to 1 if you have the `strerror' function. */
00665 #define HAVE_STRERROR 1
00666 
00667 /* Define to 1 if you have the `strftime' function. */
00668 #define HAVE_STRFTIME 1
00669 
00670 /* Define to 1 if you have the <strings.h> header file. */
00671 #define HAVE_STRINGS_H 1
00672 
00673 /* Define to 1 if you have the <string.h> header file. */
00674 #define HAVE_STRING_H 1
00675 
00676 /* Define to 1 if you have the `strlcat' function. */
00677 /* #undef HAVE_STRLCAT */
00678 
00679 /* Define to 1 if you have the `strlcpy' function. */
00680 /* #undef HAVE_STRLCPY */
00681 
00682 /* Define to 1 if you have the `strncasecmp' function. */
00683 #define HAVE_STRNCASECMP 1
00684 
00685 /* Define to 1 if you have the `strndup' function. */
00686 #define HAVE_STRNDUP 1
00687 
00688 /* Define to 1 if you have the `strnlen' function. */
00689 #define HAVE_STRNLEN 1
00690 
00691 /* Define to 1 if you have the `strrchr' function. */
00692 #define HAVE_STRRCHR 1
00693 
00694 /* Define to 1 if you have the `strsep' function. */
00695 #define HAVE_STRSEP 1
00696 
00697 /* Define to 1 if you have the `strspn' function. */
00698 #define HAVE_STRSPN 1
00699 
00700 /* Define to 1 if you have the `strstr' function. */
00701 #define HAVE_STRSTR 1
00702 
00703 /* Define to 1 if you have the `strtod' function. */
00704 #define HAVE_STRTOD 1
00705 
00706 /* Define to 1 if you have the `strtol' function. */
00707 #define HAVE_STRTOL 1
00708 
00709 /* Define to 1 if you have the `strtold' function. */
00710 #define HAVE_STRTOLD 1
00711 
00712 /* Define to 1 if you have the `strtoq' function. */
00713 #define HAVE_STRTOQ 1
00714 
00715 /* Define to 1 if `ifr_ifru.ifru_hwaddr' is a member of `struct ifreq'. */
00716 #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
00717 
00718 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
00719 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
00720 
00721 /* Define to 1 if `cr_uid' is a member of `struct ucred'. */
00722 /* #undef HAVE_STRUCT_UCRED_CR_UID */
00723 
00724 /* Define to 1 if `uid' is a member of `struct ucred'. */
00725 #define HAVE_STRUCT_UCRED_UID 1
00726 
00727 /* Define to 1 if you have the mISDN Supplemental Services library. */
00728 #define HAVE_SUPPSERV 1
00729 
00730 /* Define to 1 if you have the `swapctl' function. */
00731 /* #undef HAVE_SWAPCTL */
00732 
00733 /* Define to 1 if you have the `sysctl' function. */
00734 #define HAVE_SYSCTL 1
00735 
00736 /* Define to 1 if your system has sysinfo support */
00737 #define HAVE_SYSINFO 1
00738 
00739 /* Define to 1 if you have the <syslog.h> header file. */
00740 #define HAVE_SYSLOG_H 1
00741 
00742 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00743    */
00744 /* #undef HAVE_SYS_DIR_H */
00745 
00746 /* Define to 1 if your sys/endian.h header file provides the bswap16 macro. */
00747 /* #undef HAVE_SYS_ENDIAN_BSWAP16 */
00748 
00749 /* Define to 1 if your sys/endian.h header file provides the __swap16 macro.
00750    */
00751 /* #undef HAVE_SYS_ENDIAN_SWAP16 */
00752 
00753 /* Define to 1 if you have the <sys/file.h> header file. */
00754 #define HAVE_SYS_FILE_H 1
00755 
00756 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00757 #define HAVE_SYS_IOCTL_H 1
00758 
00759 /* Define to 1 if you have the <sys/io.h> header file. */
00760 #define HAVE_SYS_IO_H 1
00761 
00762 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00763    */
00764 /* #undef HAVE_SYS_NDIR_H */
00765 
00766 /* Define to 1 if you have the <sys/param.h> header file. */
00767 #define HAVE_SYS_PARAM_H 1
00768 
00769 /* Define to 1 if your system has working sys/poll.h */
00770 #define HAVE_SYS_POLL_H 1
00771 
00772 /* Define to 1 if you have the <sys/select.h> header file. */
00773 #define HAVE_SYS_SELECT_H 1
00774 
00775 /* Define to 1 if you have the <sys/socket.h> header file. */
00776 #define HAVE_SYS_SOCKET_H 1
00777 
00778 /* Define to 1 if you have the <sys/stat.h> header file. */
00779 #define HAVE_SYS_STAT_H 1
00780 
00781 /* Define to 1 if you have the <sys/time.h> header file. */
00782 #define HAVE_SYS_TIME_H 1
00783 
00784 /* Define to 1 if you have the <sys/types.h> header file. */
00785 #define HAVE_SYS_TYPES_H 1
00786 
00787 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00788 #define HAVE_SYS_WAIT_H 1
00789 
00790 /* Define to 1 if you have the `tan' function. */
00791 #define HAVE_TAN 1
00792 
00793 /* Define to 1 if you have the `tanl' function. */
00794 #define HAVE_TANL 1
00795 
00796 /* Define to 1 if you have the Termcap library. */
00797 #define HAVE_TERMCAP 1
00798 
00799 /* Define to 1 if you have the <termios.h> header file. */
00800 #define HAVE_TERMIOS_H 1
00801 
00802 /* Define if your system has the TIMERFD headers. */
00803 #define HAVE_TIMERFD 1
00804 
00805 /* Define to 1 if your system defines timersub. */
00806 #define HAVE_TIMERSUB 1
00807 
00808 /* Define to 1 if you have the Term Info library. */
00809 #define HAVE_TINFO 1
00810 
00811 /* Define to 1 if you have the tonezone library. */
00812 #define HAVE_TONEZONE 1
00813 
00814 /* Define to 1 if you have the `trunc' function. */
00815 #define HAVE_TRUNC 1
00816 
00817 /* Define to 1 if you have the `truncl' function. */
00818 #define HAVE_TRUNCL 1
00819 
00820 /* Define to 1 if you have the <unistd.h> header file. */
00821 #define HAVE_UNISTD_H 1
00822 
00823 /* Define to 1 if you have the unixODBC library. */
00824 #define HAVE_UNIXODBC 1
00825 
00826 /* Define to 1 if you have the `unsetenv' function. */
00827 #define HAVE_UNSETENV 1
00828 
00829 /* Define to 1 if you have the usb library. */
00830 #define HAVE_USB 1
00831 
00832 /* Define to 1 if you have the `utime' function. */
00833 #define HAVE_UTIME 1
00834 
00835 /* Define to 1 if you have the <utime.h> header file. */
00836 #define HAVE_UTIME_H 1
00837 
00838 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
00839 #define HAVE_UTIME_NULL 1
00840 
00841 /* Define to 1 if your system can support larger than default select bitmasks.
00842    */
00843 #define HAVE_VARIABLE_FDSET 1
00844 
00845 /* Define to 1 if you have the `vasprintf' function. */
00846 #define HAVE_VASPRINTF 1
00847 
00848 /* Define to 1 if you have the `vfork' function. */
00849 #define HAVE_VFORK 1
00850 
00851 /* Define to 1 if you have the <vfork.h> header file. */
00852 /* #undef HAVE_VFORK_H */
00853 
00854 /* Define to 1 if your system has linux/videodev.h. */
00855 #define HAVE_VIDEODEV_H 1
00856 
00857 /* Define to 1 if you have the Vorbis library. */
00858 #define HAVE_VORBIS 1
00859 
00860 /* Define if your system has the VoiceTronix API libraries. */
00861 /* #undef HAVE_VPB */
00862 
00863 /* Define to 1 if you have the `vprintf' function. */
00864 #define HAVE_VPRINTF 1
00865 
00866 /* Define to 1 if you have the <winsock2.h> header file. */
00867 /* #undef HAVE_WINSOCK2_H */
00868 
00869 /* Define to 1 if you have the <winsock.h> header file. */
00870 /* #undef HAVE_WINSOCK_H */
00871 
00872 /* Define to 1 if `fork' works. */
00873 #define HAVE_WORKING_FORK 1
00874 
00875 /* Define to 1 if `vfork' works. */
00876 #define HAVE_WORKING_VFORK 1
00877 
00878 /* Define to 1 if you have the X11 library. */
00879 #define HAVE_X11 1
00880 
00881 /* Define to the version of the X11 library. */
00882 #define HAVE_X11_VERSION standard_path
00883 
00884 /* Define to 1 if you have the zlib compression library. */
00885 #define HAVE_ZLIB 1
00886 
00887 /* Define to 1 if the system has the type `_Bool'. */
00888 #define HAVE__BOOL 1
00889 
00890 /* Defined if libcurl supports AsynchDNS */
00891 #define LIBCURL_FEATURE_ASYNCHDNS 1
00892 
00893 /* Defined if libcurl supports IDN */
00894 #define LIBCURL_FEATURE_IDN 1
00895 
00896 /* Defined if libcurl supports IPv6 */
00897 #define LIBCURL_FEATURE_IPV6 1
00898 
00899 /* Defined if libcurl supports KRB4 */
00900 /* #undef LIBCURL_FEATURE_KRB4 */
00901 
00902 /* Defined if libcurl supports libz */
00903 #define LIBCURL_FEATURE_LIBZ 1
00904 
00905 /* Defined if libcurl supports NTLM */
00906 #define LIBCURL_FEATURE_NTLM 1
00907 
00908 /* Defined if libcurl supports SSL */
00909 #define LIBCURL_FEATURE_SSL 1
00910 
00911 /* Defined if libcurl supports SSPI */
00912 /* #undef LIBCURL_FEATURE_SSPI */
00913 
00914 /* Defined if libcurl supports DICT */
00915 #define LIBCURL_PROTOCOL_DICT 1
00916 
00917 /* Defined if libcurl supports FILE */
00918 #define LIBCURL_PROTOCOL_FILE 1
00919 
00920 /* Defined if libcurl supports FTP */
00921 #define LIBCURL_PROTOCOL_FTP 1
00922 
00923 /* Defined if libcurl supports FTPS */
00924 #define LIBCURL_PROTOCOL_FTPS 1
00925 
00926 /* Defined if libcurl supports HTTP */
00927 #define LIBCURL_PROTOCOL_HTTP 1
00928 
00929 /* Defined if libcurl supports HTTPS */
00930 #define LIBCURL_PROTOCOL_HTTPS 1
00931 
00932 /* Defined if libcurl supports LDAP */
00933 #define LIBCURL_PROTOCOL_LDAP 1
00934 
00935 /* Defined if libcurl supports TELNET */
00936 #define LIBCURL_PROTOCOL_TELNET 1
00937 
00938 /* Defined if libcurl supports TFTP */
00939 #define LIBCURL_PROTOCOL_TFTP 1
00940 
00941 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
00942    slash. */
00943 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00944 
00945 /* Build chan_misdn for mISDN 1.2 or later. */
00946 /* #undef MISDN_1_2 */
00947 
00948 /* Define to the address where bug reports for this package should be sent. */
00949 #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
00950 
00951 /* Define to the full name of this package. */
00952 #define PACKAGE_NAME "asterisk"
00953 
00954 /* Define to the full name and version of this package. */
00955 #define PACKAGE_STRING "asterisk 1.6.2"
00956 
00957 /* Define to the one symbol short name of this package. */
00958 #define PACKAGE_TARNAME "asterisk"
00959 
00960 /* Define to the home page for this package. */
00961 #define PACKAGE_URL ""
00962 
00963 /* Define to the version of this package. */
00964 #define PACKAGE_VERSION "1.6.2"
00965 
00966 /* Define to necessary symbol if this constant uses a non-standard name on
00967    your system. */
00968 /* #undef PTHREAD_CREATE_JOINABLE */
00969 
00970 /* Define if your system needs braces around PTHREAD_ONCE_INIT */
00971 /* #undef PTHREAD_ONCE_INIT_NEEDS_BRACES */
00972 
00973 /* Define as the return type of signal handlers (`int' or `void'). */
00974 #define RETSIGTYPE void
00975 
00976 /* Define to the type of arg 1 for `select'. */
00977 #define SELECT_TYPE_ARG1 int
00978 
00979 /* Define to the type of args 2, 3 and 4 for `select'. */
00980 #define SELECT_TYPE_ARG234 (fd_set *)
00981 
00982 /* Define to the type of arg 5 for `select'. */
00983 #define SELECT_TYPE_ARG5 (struct timeval *)
00984 
00985 /* The size of `fd_set.fds_bits', as computed by sizeof. */
00986 #define SIZEOF_FD_SET_FDS_BITS 8
00987 
00988 /* The size of `int', as computed by sizeof. */
00989 #define SIZEOF_INT 4
00990 
00991 /* The size of `long', as computed by sizeof. */
00992 #define SIZEOF_LONG 8
00993 
00994 /* The size of `long long', as computed by sizeof. */
00995 #define SIZEOF_LONG_LONG 8
00996 
00997 /* If using the C implementation of alloca, define if you know the
00998    direction of stack growth for your system; otherwise it will be
00999    automatically deduced at runtime.
01000    STACK_DIRECTION > 0 => grows toward higher addresses
01001    STACK_DIRECTION < 0 => grows toward lower addresses
01002    STACK_DIRECTION = 0 => direction of growth unknown */
01003 /* #undef STACK_DIRECTION */
01004 
01005 /* Define to 1 if you have the ANSI C header files. */
01006 #define STDC_HEADERS 1
01007 
01008 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
01009 #define TIME_WITH_SYS_TIME 1
01010 
01011 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
01012 /* #undef TM_IN_SYS_TIME */
01013 
01014 /* Define to a type of the same size as fd_set.fds_bits[[0]] */
01015 #define TYPEOF_FD_SET_FDS_BITS long
01016 
01017 /* Enable extensions on AIX 3, Interix.  */
01018 #ifndef _ALL_SOURCE
01019 # define _ALL_SOURCE 1
01020 #endif
01021 /* Enable GNU extensions on systems that have them.  */
01022 #ifndef _GNU_SOURCE
01023 # define _GNU_SOURCE 1
01024 #endif
01025 /* Enable threading extensions on Solaris.  */
01026 #ifndef _POSIX_PTHREAD_SEMANTICS
01027 # define _POSIX_PTHREAD_SEMANTICS 1
01028 #endif
01029 /* Enable extensions on HP NonStop.  */
01030 #ifndef _TANDEM_SOURCE
01031 # define _TANDEM_SOURCE 1
01032 #endif
01033 /* Enable general extensions on Solaris.  */
01034 #ifndef __EXTENSIONS__
01035 # define __EXTENSIONS__ 1
01036 #endif
01037 
01038 
01039 /* Define to 1 if running on Darwin. */
01040 /* #undef _DARWIN_UNLIMITED_SELECT */
01041 
01042 /* Number of bits in a file offset, on hosts where this is settable. */
01043 /* #undef _FILE_OFFSET_BITS */
01044 
01045 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
01046 /* #undef _LARGEFILE_SOURCE */
01047 
01048 /* Define for large files, on AIX-style hosts. */
01049 /* #undef _LARGE_FILES */
01050 
01051 /* Define to 1 if on MINIX. */
01052 /* #undef _MINIX */
01053 
01054 /* Define to 2 if the system does not provide POSIX.1 features except with
01055    this defined. */
01056 /* #undef _POSIX_1_SOURCE */
01057 
01058 /* Define to 1 if you need to in order for `stat' and other things to work. */
01059 /* #undef _POSIX_SOURCE */
01060 
01061 /* Define to empty if `const' does not conform to ANSI C. */
01062 /* #undef const */
01063 
01064 /* Define curl_free() as free() if our version of curl lacks curl_free. */
01065 /* #undef curl_free */
01066 
01067 /* Define to `int' if <sys/types.h> doesn't define. */
01068 /* #undef gid_t */
01069 
01070 /* Define to `__inline__' or `__inline' if that's what the C compiler
01071    calls it, or to nothing if 'inline' is not supported under any name.  */
01072 #ifndef __cplusplus
01073 /* #undef inline */
01074 #endif
01075 
01076 /* Define to `int' if <sys/types.h> does not define. */
01077 /* #undef mode_t */
01078 
01079 /* Define to `long int' if <sys/types.h> does not define. */
01080 /* #undef off_t */
01081 
01082 /* Define to `int' if <sys/types.h> does not define. */
01083 /* #undef pid_t */
01084 
01085 /* Define to `unsigned int' if <sys/types.h> does not define. */
01086 /* #undef size_t */
01087 
01088 /* Define to `int' if <sys/types.h> doesn't define. */
01089 /* #undef uid_t */
01090 
01091 /* Define as `fork' if `vfork' does not work. */
01092 /* #undef vfork */
01093 
01094 /* Define to empty if the keyword `volatile' does not work. Warning: valid
01095    code using `volatile' can become incorrect without. Disable with care. */
01096 /* #undef volatile */
01097 
01098 #endif
01099