Sat Jul 12 2014 17:18:26

Asterisk developer's documentation


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