Fri Aug 24 02:22:12 2007

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

Generated on Fri Aug 24 02:22:12 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1