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 the `closedir' function returns void instead of `int'. */ 00015 /* #undef CLOSEDIR_VOID */ 00016 00017 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00018 systems. This function is required for `alloca.c' support on those systems. 00019 */ 00020 /* #undef CRAY_STACKSEG_END */ 00021 00022 /* Define to 1 if using `alloca.c'. */ 00023 /* #undef C_ALLOCA */ 00024 00025 /* Define to 1 if you have `alloca', as a function or macro. */ 00026 #define HAVE_ALLOCA 1 00027 00028 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 00029 */ 00030 #define HAVE_ALLOCA_H 1 00031 00032 /* Define to 1 if you have the Advanced Linux Sound Architecture library. */ 00033 #define HAVE_ALSA 1 00034 00035 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00036 #define HAVE_ARPA_INET_H 1 00037 00038 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 00039 #define HAVE_ARPA_NAMESER_H 1 00040 00041 /* Define to 1 if you have the `asprintf' function. */ 00042 #define HAVE_ASPRINTF 1 00043 00044 /* Define to 1 if you have the `atexit' function. */ 00045 #define HAVE_ATEXIT 1 00046 00047 /* Define to 1 if your GCC C compiler supports the 'always_inline' attribute. 00048 */ 00049 /* #undef HAVE_ATTRIBUTE_always_inline */ 00050 00051 /* Define to 1 if your GCC C compiler supports the 'const' attribute. */ 00052 /* #undef HAVE_ATTRIBUTE_const */ 00053 00054 /* Define to 1 if your GCC C compiler supports the 'deprecated' attribute. */ 00055 /* #undef HAVE_ATTRIBUTE_deprecated */ 00056 00057 /* Define to 1 if your GCC C compiler supports the 'malloc' attribute. */ 00058 /* #undef HAVE_ATTRIBUTE_malloc */ 00059 00060 /* Define to 1 if your GCC C compiler supports the 'pure' attribute. */ 00061 /* #undef HAVE_ATTRIBUTE_pure */ 00062 00063 /* Define to 1 if your GCC C compiler supports the 'unused' attribute. */ 00064 #define HAVE_ATTRIBUTE_unused 1 00065 00066 /* Define to 1 if you have the `bzero' function. */ 00067 #define HAVE_BZERO 1 00068 00069 /* Define to 1 if you have the POSIX 1.e capabilities library. */ 00070 #define HAVE_CAP 1 00071 00072 /* Define to 1 if your system has a working `chown' function. */ 00073 #define HAVE_CHOWN 1 00074 00075 /* Define to 1 if you have a functional curl library. */ 00076 #define HAVE_CURL 1 00077 00078 /* Define to 1 if you have the curses library. */ 00079 #define HAVE_CURSES 1 00080 00081 /* Define if your system has the DAHDI headers. */ 00082 #define HAVE_DAHDI 1 00083 00084 /* Define DAHDI headers version */ 00085 #define HAVE_DAHDI_VERSION 00086 00087 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00088 */ 00089 #define HAVE_DIRENT_H 1 00090 00091 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00092 /* #undef HAVE_DOPRNT */ 00093 00094 /* Define to 1 if you have the `dup2' function. */ 00095 #define HAVE_DUP2 1 00096 00097 /* Define to 1 if you have the `endpwent' function. */ 00098 #define HAVE_ENDPWENT 1 00099 00100 /* Define to 1 if you have the <fcntl.h> header file. */ 00101 #define HAVE_FCNTL_H 1 00102 00103 /* Define to 1 if you have the `floor' function. */ 00104 /* #undef HAVE_FLOOR */ 00105 00106 /* Define to 1 if you have the `fork' function. */ 00107 #define HAVE_FORK 1 00108 00109 /* Define to 1 if you have the FreeTDS library. */ 00110 /* #undef HAVE_FREETDS */ 00111 00112 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00113 #define HAVE_FSEEKO 1 00114 00115 /* Define to 1 if you have the `ftruncate' function. */ 00116 #define HAVE_FTRUNCATE 1 00117 00118 /* Define to 1 if your GCC C compiler provides atomic operations. */ 00119 #define HAVE_GCC_ATOMICS 1 00120 00121 /* Define to 1 if you have the `getcwd' function. */ 00122 #define HAVE_GETCWD 1 00123 00124 /* Define to 1 if you have the `gethostbyname' function. */ 00125 #define HAVE_GETHOSTBYNAME 1 00126 00127 /* Define to 1 if your system has gethostbyname_r with 5 arguments. */ 00128 /* #undef HAVE_GETHOSTBYNAME_R_5 */ 00129 00130 /* Define to 1 if your system has gethostbyname_r with 6 arguments. */ 00131 #define HAVE_GETHOSTBYNAME_R_6 1 00132 00133 /* Define to 1 if you have the `gethostname' function. */ 00134 #define HAVE_GETHOSTNAME 1 00135 00136 /* Define if your system has the GETIFADDRS headers. */ 00137 #define HAVE_GETIFADDRS 1 00138 00139 /* Define GETIFADDRS headers version */ 00140 #define HAVE_GETIFADDRS_VERSION 00141 00142 /* Define to 1 if you have the `getloadavg' function. */ 00143 #define HAVE_GETLOADAVG 1 00144 00145 /* Define to 1 if you have the `getpagesize' function. */ 00146 #define HAVE_GETPAGESIZE 1 00147 00148 /* Define to 1 if you have the `gettimeofday' function. */ 00149 #define HAVE_GETTIMEOFDAY 1 00150 00151 /* Define to 1 if your glob function supports GLOB_BRACE option. */ 00152 #define HAVE_GLOB_BRACE 1 00153 00154 /* Define to 1 if your glob function supports GLOB_NOMAGIC option. */ 00155 #define HAVE_GLOB_NOMAGIC 1 00156 00157 /* Define to 1 if you have the GNU TLS support (used for iksemel only) 00158 library. */ 00159 #define HAVE_GNUTLS 1 00160 00161 /* Define to indicate the GSM library */ 00162 #define HAVE_GSM 1 00163 00164 /* Define to indicate that gsm.h is in gsm/gsm.h */ 00165 #define HAVE_GSM_GSM_HEADER 1 00166 00167 /* Define to indicate that gsm.h has no prefix for its location */ 00168 /* #undef HAVE_GSM_HEADER */ 00169 00170 /* Define if your system has the GTK libraries. */ 00171 /* #undef HAVE_GTK */ 00172 00173 /* Define if your system has the GTK2 libraries. */ 00174 #define HAVE_GTK2 1 00175 00176 /* Define to 1 if you have the Iksemel Jabber Library library. */ 00177 #define HAVE_IKSEMEL 1 00178 00179 /* Define if your system has the UW IMAP Toolkit c-client library. */ 00180 #define HAVE_IMAP_TK 1 00181 00182 /* Define if your system has the UW IMAP Toolkit c-client library version 2006 00183 or greater. */ 00184 #define HAVE_IMAP_TK2006 1 00185 00186 /* Define to 1 if you have the `inet_ntoa' function. */ 00187 #define HAVE_INET_NTOA 1 00188 00189 /* Define to 1 if you have the <inttypes.h> header file. */ 00190 #define HAVE_INTTYPES_H 1 00191 00192 /* Define to 1 if you have the `ioperm' function. */ 00193 #define HAVE_IOPERM 1 00194 00195 /* Define to 1 if your system has PMTU discovery on UDP sockets. */ 00196 #define HAVE_IP_MTU_DISCOVER 1 00197 00198 /* Define to 1 if you have the `isascii' function. */ 00199 #define HAVE_ISASCII 1 00200 00201 /* Define to 1 if you have the ISDN4Linux Library library. */ 00202 #define HAVE_ISDNNET 1 00203 00204 /* Define to 1 if you have the KDE library. */ 00205 /* #undef HAVE_KDE */ 00206 00207 /* Define to 1 if you have the <libintl.h> header file. */ 00208 #define HAVE_LIBINTL_H 1 00209 00210 /* Define if your system has the KDE libraries. */ 00211 /* #undef HAVE_LIBKDE */ 00212 00213 /* Define to 1 if you have the <limits.h> header file. */ 00214 #define HAVE_LIMITS_H 1 00215 00216 /* Define to 1 if your system has linux/compiler.h. */ 00217 /* #undef HAVE_LINUX_COMPILER_H */ 00218 00219 /* Define to 1 if you have the <locale.h> header file. */ 00220 #define HAVE_LOCALE_H 1 00221 00222 /* Define to 1 if you have the `localtime_r' function. */ 00223 #define HAVE_LOCALTIME_R 1 00224 00225 /* Define to 1 if you have the libtool library. */ 00226 #define HAVE_LTDL 1 00227 00228 /* Define to 1 if you have the <malloc.h> header file. */ 00229 #define HAVE_MALLOC_H 1 00230 00231 /* Define to 1 if you have the `memchr' function. */ 00232 #define HAVE_MEMCHR 1 00233 00234 /* Define to 1 if you have the `memmove' function. */ 00235 #define HAVE_MEMMOVE 1 00236 00237 /* Define to 1 if you have the <memory.h> header file. */ 00238 #define HAVE_MEMORY_H 1 00239 00240 /* Define to 1 if you have the `memset' function. */ 00241 #define HAVE_MEMSET 1 00242 00243 /* Define to 1 if you have the mISDN User Library library. */ 00244 #define HAVE_MISDN 1 00245 00246 /* Define to 1 if you have the `mkdir' function. */ 00247 #define HAVE_MKDIR 1 00248 00249 /* Define to 1 if you have a working `mmap' system call. */ 00250 #define HAVE_MMAP 1 00251 00252 /* Define to 1 if you have the `munmap' function. */ 00253 #define HAVE_MUNMAP 1 00254 00255 /* Define to 1 if you have the Network Broadcast Sound library. */ 00256 /* #undef HAVE_NBS */ 00257 00258 /* Define to 1 if you have the ncurses library. */ 00259 #define HAVE_NCURSES 1 00260 00261 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00262 /* #undef HAVE_NDIR_H */ 00263 00264 /* Define to 1 if you have the <netdb.h> header file. */ 00265 #define HAVE_NETDB_H 1 00266 00267 /* Define to 1 if you have the <netinet/in.h> header file. */ 00268 #define HAVE_NETINET_IN_H 1 00269 00270 /* Define to indicate the Net-SNMP library */ 00271 #define HAVE_NETSNMP 1 00272 00273 /* Define to 1 if you have the newt library. */ 00274 #define HAVE_NEWT 1 00275 00276 /* Define to 1 if you have the OGG library. */ 00277 #define HAVE_OGG 1 00278 00279 /* Define if your system has the OpenH323 libraries. */ 00280 #define HAVE_OPENH323 1 00281 00282 /* Define to 1 if you have the MFCR2 library. */ 00283 #define HAVE_OPENR2 1 00284 00285 /* Define to 1 if you have the OpenSSL library. */ 00286 #define HAVE_OPENSSL 1 00287 00288 /* Define to 1 if you have the OSP Toolkit library. */ 00289 /* #undef HAVE_OSPTK */ 00290 00291 /* Define to indicate the Open Sound System library */ 00292 #define HAVE_OSS 1 00293 00294 /* Define to 1 if OSX atomic operations are supported. */ 00295 /* #undef HAVE_OSX_ATOMICS */ 00296 00297 /* Define to indicate the PostgreSQL library */ 00298 #define HAVE_PGSQL 1 00299 00300 /* Define to 1 if you have the popt library. */ 00301 #define HAVE_POPT 1 00302 00303 /* Define to 1 if you have the `pow' function. */ 00304 /* #undef HAVE_POW */ 00305 00306 /* Define to 1 if you have the ISDN PRI library. */ 00307 #define HAVE_PRI 1 00308 00309 /* Define to 1 if you have the ISDN PRI set_inbanddisconnect library. */ 00310 #define HAVE_PRI_INBANDDISCONNECT 1 00311 00312 /* Define to 1 if you have the ISDN PRI get_version library. */ 00313 #define HAVE_PRI_VERSION 1 00314 00315 /* Define if you have POSIX threads libraries and header files. */ 00316 #define HAVE_PTHREAD 1 00317 00318 /* Define to 1 if your system has PTHREAD_RWLOCK_INITIALIZER. */ 00319 #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 00320 00321 /* Define to 1 if your system has PTHREAD_RWLOCK_PREFER_WRITER_NP. */ 00322 #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 00323 00324 /* Define if your system has pthread_rwlock_timedwrlock() */ 00325 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 00326 00327 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00328 #define HAVE_PTRDIFF_T 1 00329 00330 /* Define to 1 if you have the `putenv' function. */ 00331 #define HAVE_PUTENV 1 00332 00333 /* Define if your system has the PWLib libraries. */ 00334 #define HAVE_PWLIB 1 00335 00336 /* Define to 1 if you have the Radius Client library. */ 00337 #define HAVE_RADIUS 1 00338 00339 /* Define to 1 if you have the `regcomp' function. */ 00340 #define HAVE_REGCOMP 1 00341 00342 /* Define to 1 if your system has the ndestroy resolver function. */ 00343 /* #undef HAVE_RES_NDESTROY */ 00344 00345 /* Define to 1 if your system has the re-entrant resolver functions. */ 00346 #define HAVE_RES_NINIT 1 00347 00348 /* Define to 1 if you have the `re_comp' function. */ 00349 #define HAVE_RE_COMP 1 00350 00351 /* Define to 1 if you have the `rint' function. */ 00352 /* #undef HAVE_RINT */ 00353 00354 /* Define to 1 if your system has /sbin/launchd. */ 00355 /* #undef HAVE_SBIN_LAUNCHD */ 00356 00357 /* Define to 1 if you have the `select' function. */ 00358 #define HAVE_SELECT 1 00359 00360 /* Define to 1 if you have the `setenv' function. */ 00361 #define HAVE_SETENV 1 00362 00363 /* Define to 1 if you have the `socket' function. */ 00364 #define HAVE_SOCKET 1 00365 00366 /* Define to 1 if your system has soxmix application. */ 00367 #define HAVE_SOXMIX 1 00368 00369 /* Define to 1 if you have the Speex library. */ 00370 #define HAVE_SPEEX 1 00371 00372 /* Define to 1 if you have the Speexdsp library. */ 00373 #define HAVE_SPEEXDSP 1 00374 00375 /* Define to 1 if you have the speex_preprocess_ctl library. */ 00376 /* #undef HAVE_SPEEX_PREPROCESS */ 00377 00378 /* Define to 1 if you have the SQLite library. */ 00379 #define HAVE_SQLITE 1 00380 00381 /* Define to 1 if you have the `sqrt' function. */ 00382 /* #undef HAVE_SQRT */ 00383 00384 /* Define to 1 if `stat' has the bug that it succeeds when given the 00385 zero-length file name argument. */ 00386 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00387 00388 /* Define to 1 if stdbool.h conforms to C99. */ 00389 #define HAVE_STDBOOL_H 1 00390 00391 /* Define to 1 if you have the <stddef.h> header file. */ 00392 #define HAVE_STDDEF_H 1 00393 00394 /* Define to 1 if you have the <stdint.h> header file. */ 00395 #define HAVE_STDINT_H 1 00396 00397 /* Define to 1 if you have the <stdlib.h> header file. */ 00398 #define HAVE_STDLIB_H 1 00399 00400 /* Define to 1 if you have the `strcasecmp' function. */ 00401 #define HAVE_STRCASECMP 1 00402 00403 /* Define to 1 if you have the `strcasestr' function. */ 00404 #define HAVE_STRCASESTR 1 00405 00406 /* Define to 1 if you have the `strchr' function. */ 00407 #define HAVE_STRCHR 1 00408 00409 /* Define to 1 if you have the `strcoll' function and it is properly defined. 00410 */ 00411 #define HAVE_STRCOLL 1 00412 00413 /* Define to 1 if you have the `strcspn' function. */ 00414 #define HAVE_STRCSPN 1 00415 00416 /* Define to 1 if you have the `strdup' function. */ 00417 #define HAVE_STRDUP 1 00418 00419 /* Define to 1 if you have the `strerror' function. */ 00420 #define HAVE_STRERROR 1 00421 00422 /* Define to 1 if you have the `strftime' function. */ 00423 #define HAVE_STRFTIME 1 00424 00425 /* Define to 1 if you have the <strings.h> header file. */ 00426 #define HAVE_STRINGS_H 1 00427 00428 /* Define to 1 if you have the <string.h> header file. */ 00429 #define HAVE_STRING_H 1 00430 00431 /* Define to 1 if you have the `strlcat' function. */ 00432 /* #undef HAVE_STRLCAT */ 00433 00434 /* Define to 1 if you have the `strlcpy' function. */ 00435 /* #undef HAVE_STRLCPY */ 00436 00437 /* Define to 1 if you have the `strncasecmp' function. */ 00438 #define HAVE_STRNCASECMP 1 00439 00440 /* Define to 1 if you have the `strndup' function. */ 00441 #define HAVE_STRNDUP 1 00442 00443 /* Define to 1 if you have the `strnlen' function. */ 00444 #define HAVE_STRNLEN 1 00445 00446 /* Define to 1 if you have the `strrchr' function. */ 00447 #define HAVE_STRRCHR 1 00448 00449 /* Define to 1 if you have the `strsep' function. */ 00450 #define HAVE_STRSEP 1 00451 00452 /* Define to 1 if you have the `strspn' function. */ 00453 #define HAVE_STRSPN 1 00454 00455 /* Define to 1 if you have the `strstr' function. */ 00456 #define HAVE_STRSTR 1 00457 00458 /* Define to 1 if you have the `strtol' function. */ 00459 #define HAVE_STRTOL 1 00460 00461 /* Define to 1 if you have the `strtoq' function. */ 00462 #define HAVE_STRTOQ 1 00463 00464 /* Define to 1 if `st_blksize' is member of `struct stat'. */ 00465 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 00466 00467 /* Define to 1 if you have the mISDN Supplemental Services library. */ 00468 #define HAVE_SUPPSERV 1 00469 00470 /* Define to 1 if you have the <syslog.h> header file. */ 00471 #define HAVE_SYSLOG_H 1 00472 00473 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00474 */ 00475 /* #undef HAVE_SYS_DIR_H */ 00476 00477 /* Define to 1 if you have the <sys/file.h> header file. */ 00478 #define HAVE_SYS_FILE_H 1 00479 00480 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00481 #define HAVE_SYS_IOCTL_H 1 00482 00483 /* Define to 1 if you have the <sys/io.h> header file. */ 00484 #define HAVE_SYS_IO_H 1 00485 00486 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00487 */ 00488 /* #undef HAVE_SYS_NDIR_H */ 00489 00490 /* Define to 1 if you have the <sys/param.h> header file. */ 00491 #define HAVE_SYS_PARAM_H 1 00492 00493 /* Define to 1 if you have the <sys/select.h> header file. */ 00494 #define HAVE_SYS_SELECT_H 1 00495 00496 /* Define to 1 if you have the <sys/socket.h> header file. */ 00497 #define HAVE_SYS_SOCKET_H 1 00498 00499 /* Define to 1 if you have the <sys/stat.h> header file. */ 00500 #define HAVE_SYS_STAT_H 1 00501 00502 /* Define to 1 if you have the <sys/time.h> header file. */ 00503 #define HAVE_SYS_TIME_H 1 00504 00505 /* Define to 1 if you have the <sys/types.h> header file. */ 00506 #define HAVE_SYS_TYPES_H 1 00507 00508 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00509 #define HAVE_SYS_WAIT_H 1 00510 00511 /* Define to 1 if you have the Termcap library. */ 00512 #define HAVE_TERMCAP 1 00513 00514 /* Define to 1 if you have the <termios.h> header file. */ 00515 #define HAVE_TERMIOS_H 1 00516 00517 /* Define to 1 if your system has timersub in time.h */ 00518 #define HAVE_TIMERSUB 1 00519 00520 /* Define to 1 if you have the Term Info library. */ 00521 /* #undef HAVE_TINFO */ 00522 00523 /* Define to 1 if you have the tonezone library. */ 00524 #define HAVE_TONEZONE 1 00525 00526 /* Define to 1 if you have the <unistd.h> header file. */ 00527 #define HAVE_UNISTD_H 1 00528 00529 /* Define to 1 if you have the unixODBC library. */ 00530 #define HAVE_UNIXODBC 1 00531 00532 /* Define to 1 if you have the `unsetenv' function. */ 00533 #define HAVE_UNSETENV 1 00534 00535 /* Define to 1 if you have the usb library. */ 00536 #define HAVE_USB 1 00537 00538 /* Define to 1 if you have the `utime' function. */ 00539 #define HAVE_UTIME 1 00540 00541 /* Define to 1 if you have the <utime.h> header file. */ 00542 #define HAVE_UTIME_H 1 00543 00544 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ 00545 #define HAVE_UTIME_NULL 1 00546 00547 /* Define to 1 if you have the `vasprintf' function. */ 00548 #define HAVE_VASPRINTF 1 00549 00550 /* Define to 1 if you have the `vfork' function. */ 00551 #define HAVE_VFORK 1 00552 00553 /* Define to 1 if you have the <vfork.h> header file. */ 00554 /* #undef HAVE_VFORK_H */ 00555 00556 /* Define to 1 if you have the Vorbis library. */ 00557 #define HAVE_VORBIS 1 00558 00559 /* Define if your system has the VoiceTronix API libraries. */ 00560 /* #undef HAVE_VPB */ 00561 00562 /* Define to 1 if you have the `vprintf' function. */ 00563 #define HAVE_VPRINTF 1 00564 00565 /* Define to 1 if `fork' works. */ 00566 #define HAVE_WORKING_FORK 1 00567 00568 /* Define to 1 if `vfork' works. */ 00569 #define HAVE_WORKING_VFORK 1 00570 00571 /* Define if your system has the Zaptel headers. */ 00572 /* #undef HAVE_ZAPTEL */ 00573 00574 /* Define if your Zaptel drivers have chan_alarms. */ 00575 /* #undef HAVE_ZAPTEL_CHANALARMS */ 00576 00577 /* Define to 1 if you have the zlib library. */ 00578 #define HAVE_ZLIB 1 00579 00580 /* Define to 1 if the system has the type `_Bool'. */ 00581 #define HAVE__BOOL 1 00582 00583 /* Defined if libcurl supports AsynchDNS */ 00584 /* #undef LIBCURL_FEATURE_ASYNCHDNS */ 00585 00586 /* Defined if libcurl supports IDN */ 00587 #define LIBCURL_FEATURE_IDN 1 00588 00589 /* Defined if libcurl supports IPv6 */ 00590 #define LIBCURL_FEATURE_IPV6 1 00591 00592 /* Defined if libcurl supports KRB4 */ 00593 /* #undef LIBCURL_FEATURE_KRB4 */ 00594 00595 /* Defined if libcurl supports libz */ 00596 #define LIBCURL_FEATURE_LIBZ 1 00597 00598 /* Defined if libcurl supports NTLM */ 00599 #define LIBCURL_FEATURE_NTLM 1 00600 00601 /* Defined if libcurl supports SSL */ 00602 #define LIBCURL_FEATURE_SSL 1 00603 00604 /* Defined if libcurl supports SSPI */ 00605 /* #undef LIBCURL_FEATURE_SSPI */ 00606 00607 /* Defined if libcurl supports DICT */ 00608 #define LIBCURL_PROTOCOL_DICT 1 00609 00610 /* Defined if libcurl supports FILE */ 00611 #define LIBCURL_PROTOCOL_FILE 1 00612 00613 /* Defined if libcurl supports FTP */ 00614 #define LIBCURL_PROTOCOL_FTP 1 00615 00616 /* Defined if libcurl supports FTPS */ 00617 #define LIBCURL_PROTOCOL_FTPS 1 00618 00619 /* Defined if libcurl supports HTTP */ 00620 #define LIBCURL_PROTOCOL_HTTP 1 00621 00622 /* Defined if libcurl supports HTTPS */ 00623 #define LIBCURL_PROTOCOL_HTTPS 1 00624 00625 /* Defined if libcurl supports LDAP */ 00626 #define LIBCURL_PROTOCOL_LDAP 1 00627 00628 /* Defined if libcurl supports TELNET */ 00629 #define LIBCURL_PROTOCOL_TELNET 1 00630 00631 /* Defined if libcurl supports TFTP */ 00632 #define LIBCURL_PROTOCOL_TFTP 1 00633 00634 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00635 slash. */ 00636 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00637 00638 /* Build chan_misdn for mISDN 1.2 or later. */ 00639 /* #undef MISDN_1_2 */ 00640 00641 /* Define to the address where bug reports for this package should be sent. */ 00642 #define PACKAGE_BUGREPORT "www.asterisk.org" 00643 00644 /* Define to the full name of this package. */ 00645 #define PACKAGE_NAME "asterisk" 00646 00647 /* Define to the full name and version of this package. */ 00648 #define PACKAGE_STRING "asterisk 1.4" 00649 00650 /* Define to the one symbol short name of this package. */ 00651 #define PACKAGE_TARNAME "asterisk" 00652 00653 /* Define to the version of this package. */ 00654 #define PACKAGE_VERSION "1.4" 00655 00656 /* Define to 1 if the C compiler supports function prototypes. */ 00657 #define PROTOTYPES 1 00658 00659 /* Define to necessary symbol if this constant uses a non-standard name on 00660 your system. */ 00661 /* #undef PTHREAD_CREATE_JOINABLE */ 00662 00663 /* Define if your system needs braces around PTHREAD_ONCE_INIT */ 00664 #define PTHREAD_ONCE_INIT_NEEDS_BRACES 1 00665 00666 /* Define as the return type of signal handlers (`int' or `void'). */ 00667 #define RETSIGTYPE void 00668 00669 /* Define to the type of arg 1 for `select'. */ 00670 #define SELECT_TYPE_ARG1 int 00671 00672 /* Define to the type of args 2, 3 and 4 for `select'. */ 00673 #define SELECT_TYPE_ARG234 (fd_set *) 00674 00675 /* Define to the type of arg 5 for `select'. */ 00676 #define SELECT_TYPE_ARG5 (struct timeval *) 00677 00678 /* Define to 1 if the `setvbuf' function takes the buffering type as its 00679 second argument and the buffer pointer as the third, as on System V before 00680 release 3. */ 00681 /* #undef SETVBUF_REVERSED */ 00682 00683 /* The size of `int', as computed by sizeof. */ 00684 #define SIZEOF_INT 4 00685 00686 /* If using the C implementation of alloca, define if you know the 00687 direction of stack growth for your system; otherwise it will be 00688 automatically deduced at runtime. 00689 STACK_DIRECTION > 0 => grows toward higher addresses 00690 STACK_DIRECTION < 0 => grows toward lower addresses 00691 STACK_DIRECTION = 0 => direction of growth unknown */ 00692 /* #undef STACK_DIRECTION */ 00693 00694 /* Define to 1 if you have the ANSI C header files. */ 00695 #define STDC_HEADERS 1 00696 00697 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00698 #define TIME_WITH_SYS_TIME 1 00699 00700 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00701 /* #undef TM_IN_SYS_TIME */ 00702 00703 /* Define to 1 if on AIX 3. 00704 System headers sometimes define this. 00705 We just want to avoid a redefinition error message. */ 00706 #ifndef _ALL_SOURCE 00707 /* # undef _ALL_SOURCE */ 00708 #endif 00709 00710 /* Number of bits in a file offset, on hosts where this is settable. */ 00711 #define _FILE_OFFSET_BITS 64 00712 00713 /* Enable GNU extensions on systems that have them. */ 00714 #ifndef _GNU_SOURCE 00715 # define _GNU_SOURCE 1 00716 #endif 00717 00718 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00719 /* #undef _LARGEFILE_SOURCE */ 00720 00721 /* Define for large files, on AIX-style hosts. */ 00722 /* #undef _LARGE_FILES */ 00723 00724 /* Define to 1 if on MINIX. */ 00725 /* #undef _MINIX */ 00726 00727 /* Define to 2 if the system does not provide POSIX.1 features except with 00728 this defined. */ 00729 /* #undef _POSIX_1_SOURCE */ 00730 00731 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00732 /* #undef _POSIX_SOURCE */ 00733 00734 /* Enable extensions on Solaris. */ 00735 #ifndef __EXTENSIONS__ 00736 # define __EXTENSIONS__ 1 00737 #endif 00738 #ifndef _POSIX_PTHREAD_SEMANTICS 00739 # define _POSIX_PTHREAD_SEMANTICS 1 00740 #endif 00741 00742 /* Define like PROTOTYPES; this can be used by system headers. */ 00743 #define __PROTOTYPES 1 00744 00745 /* Define to empty if `const' does not conform to ANSI C. */ 00746 /* #undef const */ 00747 00748 /* Define curl_free() as free() if our version of curl lacks curl_free. */ 00749 /* #undef curl_free */ 00750 00751 /* Define to `int' if <sys/types.h> doesn't define. */ 00752 /* #undef gid_t */ 00753 00754 /* Define to `__inline__' or `__inline' if that's what the C compiler 00755 calls it, or to nothing if 'inline' is not supported under any name. */ 00756 #ifndef __cplusplus 00757 /* #undef inline */ 00758 #endif 00759 00760 /* Define to `int' if <sys/types.h> does not define. */ 00761 /* #undef mode_t */ 00762 00763 /* Define to `long int' if <sys/types.h> does not define. */ 00764 /* #undef off_t */ 00765 00766 /* Define to `int' if <sys/types.h> does not define. */ 00767 /* #undef pid_t */ 00768 00769 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00770 /* #undef size_t */ 00771 00772 /* Define to `int' if <sys/types.h> doesn't define. */ 00773 /* #undef uid_t */ 00774 00775 /* Define as `fork' if `vfork' does not work. */ 00776 /* #undef vfork */ 00777 00778 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00779 code using `volatile' can become incorrect without. Disable with care. */ 00780 /* #undef volatile */ 00781 00782 #endif 00783