Fri Nov 12 11:45:45 2010

Asterisk developer's documentation


autoconfig.h

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

Generated by  doxygen 1.6.2