Sat Aug 6 00:39:23 2011

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

Generated on Sat Aug 6 00:39:23 2011 for Asterisk - the Open Source PBX by  doxygen 1.4.7