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