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