Thu Oct 1 13:08:40 2009

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

Generated on Thu Oct 1 13:08:40 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7