Wed Aug 18 22:33:44 2010

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

Generated on Wed Aug 18 22:33:44 2010 for Asterisk - the Open Source PBX by  doxygen 1.4.7