config.h

Go to the documentation of this file.
00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 #ifndef _config_h
00005 #define _config_h
00006 
00007 /* Define to the number of bits in type 'ptrdiff_t'. */
00008 /* #undef BITSIZEOF_PTRDIFF_T */
00009 
00010 /* Define to the number of bits in type 'sig_atomic_t'. */
00011 /* #undef BITSIZEOF_SIG_ATOMIC_T */
00012 
00013 /* Define to the number of bits in type 'size_t'. */
00014 /* #undef BITSIZEOF_SIZE_T */
00015 
00016 /* Define to the number of bits in type 'wchar_t'. */
00017 /* #undef BITSIZEOF_WCHAR_T */
00018 
00019 /* Define to the number of bits in type 'wint_t'. */
00020 /* #undef BITSIZEOF_WINT_T */
00021 
00022 /* What sort of HTTP client is this? */
00023 #define CNAME "libdap"
00024 
00025 /* Should the subprocess compressor for Server3 be includes? */
00026 #define COMPRESSION_FOR_SERVER3 0
00027 
00028 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
00029    systems. This function is required for `alloca.c' support on those systems.
00030    */
00031 /* #undef CRAY_STACKSEG_END */
00032 
00033 /* Client version number */
00034 #define CVER "3.7.8"
00035 
00036 /* Define to 1 if using `alloca.c'. */
00037 /* #undef C_ALLOCA */
00038 
00039 /* What DAP version is supported? */
00040 #define DAP_PROTOCOL_VERSION "3.1"
00041 
00042 /* dbyte */
00043 #define DBYTE uint8_t
00044 
00045 /* dfloat32 */
00046 #define DFLOAT32 float
00047 
00048 /* dfloat64 */
00049 #define DFLOAT64 double
00050 
00051 /* dint16 */
00052 #define DINT16 int16_t
00053 
00054 /* int32 */
00055 #define DINT32 int32_t
00056 
00057 /* Set instrumentation to level 1 (see debug.h) */
00058 /* #undef DODS_DEBUG */
00059 
00060 /* Set instrumentation to level 2 */
00061 /* #undef DODS_DEBUG2 */
00062 
00063 /* uint16 */
00064 #define DUINT16 uint16_t
00065 
00066 /* uint32 */
00067 #define DUINT32 uint32_t
00068 
00069 /* Client name and vesion combined */
00070 #define DVR "libdap/3.7.8"
00071 
00072 /* Should all the classes run ConstraintEvaluator::eval()? */
00073 #define EVAL 1
00074 
00075 /* Define to 1 if you have the `alarm' function. */
00076 #define HAVE_ALARM 1
00077 
00078 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
00079    may be supplied by this distribution. */
00080 #define HAVE_ALLOCA 1
00081 
00082 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
00083    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
00084 #define HAVE_ALLOCA_H 1
00085 
00086 /* Define to 1 if you have the `atexit' function. */
00087 #define HAVE_ATEXIT 1
00088 
00089 /* Define to 1 if you have the `bzero' function. */
00090 #define HAVE_BZERO 1
00091 
00092 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
00093    don't. */
00094 #define HAVE_DECL_GETC_UNLOCKED 1
00095 
00096 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
00097    don't. */
00098 #define HAVE_DECL_ISBLANK 1
00099 
00100 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00101    */
00102 #define HAVE_DIRENT_H 1
00103 
00104 /* Define to 1 if you have the <dlfcn.h> header file. */
00105 #define HAVE_DLFCN_H 1
00106 
00107 /* Define to 1 if you have the `dup2' function. */
00108 #define HAVE_DUP2 1
00109 
00110 /* Define to 1 if you have the <fcntl.h> header file. */
00111 #define HAVE_FCNTL_H 1
00112 
00113 /* Define to 1 if you have the `getcwd' function. */
00114 #define HAVE_GETCWD 1
00115 
00116 /* Define to 1 if you have the `getpagesize' function. */
00117 #define HAVE_GETPAGESIZE 1
00118 
00119 /* Define if your compiler supports the #include_next directive. */
00120 #define HAVE_INCLUDE_NEXT 1
00121 
00122 /* Define to 1 if you have the <inttypes.h> header file. */
00123 #define HAVE_INTTYPES_H 1
00124 
00125 /* Define to 1 if you have the `isblank' function. */
00126 #define HAVE_ISBLANK 1
00127 
00128 /* Define to 1 if you have the `iswcntrl' function. */
00129 #define HAVE_ISWCNTRL 1
00130 
00131 /* Define to 1 if you have the `iswctype' function. */
00132 #define HAVE_ISWCTYPE 1
00133 
00134 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
00135 #define HAVE_LANGINFO_CODESET 1
00136 
00137 /* Define to 1 if you have the <locale.h> header file. */
00138 #define HAVE_LOCALE_H 1
00139 
00140 /* Define to 1 if you have the `localtime_r' function. */
00141 #define HAVE_LOCALTIME_R 1
00142 
00143 /* Define to 1 if the system has the type `long long int'. */
00144 #define HAVE_LONG_LONG_INT 1
00145 
00146 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00147    to 0 otherwise. */
00148 #define HAVE_MALLOC 1
00149 
00150 /* Define to 1 if you have the <malloc.h> header file. */
00151 #define HAVE_MALLOC_H 1
00152 
00153 /* Define to 1 if you have the `mbrtowc' function. */
00154 #define HAVE_MBRTOWC 1
00155 
00156 /* Define to 1 if you have the `memmove' function. */
00157 #define HAVE_MEMMOVE 1
00158 
00159 /* Define to 1 if you have the <memory.h> header file. */
00160 #define HAVE_MEMORY_H 1
00161 
00162 /* Define to 1 if you have the `memset' function. */
00163 #define HAVE_MEMSET 1
00164 
00165 /* Define to 1 if you have the `mktime' function. */
00166 #define HAVE_MKTIME 1
00167 
00168 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00169 /* #undef HAVE_NDIR_H */
00170 
00171 /* Define to 1 if you have the <netinet/in.h> header file. */
00172 #define HAVE_NETINET_IN_H 1
00173 
00174 /* Define to 1 if you have the `pow' function. */
00175 /* #undef HAVE_POW */
00176 
00177 /* Define to 1 if you have the `putenv' function. */
00178 #define HAVE_PUTENV 1
00179 
00180 /* Define to 1 if you have the `setenv' function. */
00181 #define HAVE_SETENV 1
00182 
00183 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
00184 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
00185 
00186 /* Define to 1 if 'wchar_t' is a signed integer type. */
00187 /* #undef HAVE_SIGNED_WCHAR_T */
00188 
00189 /* Define to 1 if 'wint_t' is a signed integer type. */
00190 /* #undef HAVE_SIGNED_WINT_T */
00191 
00192 /* Define to 1 if stdbool.h conforms to C99. */
00193 #define HAVE_STDBOOL_H 1
00194 
00195 /* Define to 1 if you have the <stddef.h> header file. */
00196 #define HAVE_STDDEF_H 1
00197 
00198 /* Define to 1 if you have the <stdint.h> header file. */
00199 #define HAVE_STDINT_H 1
00200 
00201 /* Define to 1 if you have the <stdlib.h> header file. */
00202 #define HAVE_STDLIB_H 1
00203 
00204 /* Define to 1 if you have the `strchr' function. */
00205 #define HAVE_STRCHR 1
00206 
00207 /* Define to 1 if you have the `strerror' function. */
00208 #define HAVE_STRERROR 1
00209 
00210 /* Define to 1 if you have the <strings.h> header file. */
00211 #define HAVE_STRINGS_H 1
00212 
00213 /* Define to 1 if you have the <string.h> header file. */
00214 #define HAVE_STRING_H 1
00215 
00216 /* Define to 1 if you have the `strtol' function. */
00217 #define HAVE_STRTOL 1
00218 
00219 /* Define to 1 if you have the `strtoul' function. */
00220 #define HAVE_STRTOUL 1
00221 
00222 /* Define to 1 if `st_blksize' is member of `struct stat'. */
00223 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
00224 
00225 /* Define to 1 if you have the <sys/bitypes.h> header file. */
00226 /* #undef HAVE_SYS_BITYPES_H */
00227 
00228 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00229    */
00230 /* #undef HAVE_SYS_DIR_H */
00231 
00232 /* Define to 1 if you have the <sys/inttypes.h> header file. */
00233 /* #undef HAVE_SYS_INTTYPES_H */
00234 
00235 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00236    */
00237 /* #undef HAVE_SYS_NDIR_H */
00238 
00239 /* Define to 1 if you have the <sys/param.h> header file. */
00240 #define HAVE_SYS_PARAM_H 1
00241 
00242 /* Define to 1 if you have the <sys/stat.h> header file. */
00243 #define HAVE_SYS_STAT_H 1
00244 
00245 /* Define to 1 if you have the <sys/time.h> header file. */
00246 #define HAVE_SYS_TIME_H 1
00247 
00248 /* Define to 1 if you have the <sys/types.h> header file. */
00249 #define HAVE_SYS_TYPES_H 1
00250 
00251 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00252 #define HAVE_SYS_WAIT_H 1
00253 
00254 /* Define to 1 if you have the `timegm' function. */
00255 #define HAVE_TIMEGM 1
00256 
00257 /* Define to 1 if you have the <unistd.h> header file. */
00258 #define HAVE_UNISTD_H 1
00259 
00260 /* Define to 1 if the system has the type `unsigned long long int'. */
00261 #define HAVE_UNSIGNED_LONG_LONG_INT 1
00262 
00263 /* Define to 1 if you have the <wchar.h> header file. */
00264 #define HAVE_WCHAR_H 1
00265 
00266 /* Define to 1 if you have the `wcrtomb' function. */
00267 #define HAVE_WCRTOMB 1
00268 
00269 /* Define to 1 if you have the `wcscoll' function. */
00270 #define HAVE_WCSCOLL 1
00271 
00272 /* Define to 1 if you have the <wctype.h> header file. */
00273 #define HAVE_WCTYPE_H 1
00274 
00275 /* Define if you have the 'wint_t' type. */
00276 #define HAVE_WINT_T 1
00277 
00278 /* Define to 1 if you have the `xdr_int16_t' function. */
00279 #define HAVE_XDR_INT16_T 1
00280 
00281 /* Define to 1 if you have the `xdr_int32_t' function. */
00282 #define HAVE_XDR_INT32_T 1
00283 
00284 /* Define to 1 if you have the `xdr_uint16_t' function. */
00285 #define HAVE_XDR_UINT16_T 1
00286 
00287 /* Define to 1 if you have the `xdr_uint32_t' function. */
00288 #define HAVE_XDR_UINT32_T 1
00289 
00290 /* Define to 1 if the system has the type `_Bool'. */
00291 #define HAVE__BOOL 1
00292 
00293 /* Set to the prefix directory */
00294 #define LIBDAP_ROOT "/usr"
00295 
00296 /* define if you have xml2 2.5.10 or greater */
00297 #define LIBXML2_5_10 1
00298 
00299 /* define if you have xml2 2.6.16 or greater */
00300 #define LIBXML2_6_16 1
00301 
00302 /* Name of package */
00303 #define PACKAGE "libdap"
00304 
00305 /* Define to the address where bug reports for this package should be sent. */
00306 #define PACKAGE_BUGREPORT "opendap-tech@opendap.org"
00307 
00308 /* Define to the full name of this package. */
00309 #define PACKAGE_NAME "libdap"
00310 
00311 /* Define to the full name and version of this package. */
00312 #define PACKAGE_STRING "libdap 3.7.8"
00313 
00314 /* Define to the one symbol short name of this package. */
00315 #define PACKAGE_TARNAME "libdap"
00316 
00317 /* Define to the version of this package. */
00318 #define PACKAGE_VERSION "3.7.8"
00319 
00320 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
00321    'ptrdiff_t'. */
00322 /* #undef PTRDIFF_T_SUFFIX */
00323 
00324 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
00325    'sig_atomic_t'. */
00326 /* #undef SIG_ATOMIC_T_SUFFIX */
00327 
00328 /* The size of a `char', as computed by sizeof. */
00329 #define SIZEOF_CHAR 1
00330 
00331 /* The size of a `double', as computed by sizeof. */
00332 #define SIZEOF_DOUBLE 8
00333 
00334 /* The size of a `float', as computed by sizeof. */
00335 #define SIZEOF_FLOAT 4
00336 
00337 /* The size of a `int', as computed by sizeof. */
00338 #define SIZEOF_INT 4
00339 
00340 /* The size of a `int16_t', as computed by sizeof. */
00341 #define SIZEOF_INT16_T 2
00342 
00343 /* The size of a `int32_t', as computed by sizeof. */
00344 #define SIZEOF_INT32_T 4
00345 
00346 /* The size of a `long', as computed by sizeof. */
00347 #define SIZEOF_LONG 8
00348 
00349 /* The size of a `uint16_t', as computed by sizeof. */
00350 #define SIZEOF_UINT16_T 2
00351 
00352 /* The size of a `uint32_t', as computed by sizeof. */
00353 #define SIZEOF_UINT32_T 4
00354 
00355 /* The size of a `uint8_t', as computed by sizeof. */
00356 #define SIZEOF_UINT8_T 1
00357 
00358 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
00359    'size_t'. */
00360 /* #undef SIZE_T_SUFFIX */
00361 
00362 /* If using the C implementation of alloca, define if you know the
00363    direction of stack growth for your system; otherwise it will be
00364    automatically deduced at run-time.
00365         STACK_DIRECTION > 0 => grows toward higher addresses
00366         STACK_DIRECTION < 0 => grows toward lower addresses
00367         STACK_DIRECTION = 0 => direction of growth unknown */
00368 /* #undef STACK_DIRECTION */
00369 
00370 /* Define to 1 if you have the ANSI C header files. */
00371 #define STDC_HEADERS 1
00372 
00373 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00374 #define TIME_WITH_SYS_TIME 1
00375 
00376 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00377 /* #undef TM_IN_SYS_TIME */
00378 
00379 /* Version number of package */
00380 #define VERSION "3.7.8"
00381 
00382 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
00383    'wchar_t'. */
00384 /* #undef WCHAR_T_SUFFIX */
00385 
00386 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
00387    'wint_t'. */
00388 /* #undef WINT_T_SUFFIX */
00389 
00390 /* xdr float32 */
00391 #define XDR_FLOAT32 xdr_float
00392 
00393 /* xdr float64 */
00394 #define XDR_FLOAT64 xdr_double
00395 
00396 /* xdr int16 */
00397 #define XDR_INT16 xdr_int16_t
00398 
00399 /* xdr int32 */
00400 #define XDR_INT32 xdr_int32_t
00401 
00402 /* xdr uint16 */
00403 #define XDR_UINT16 xdr_uint16_t
00404 
00405 /* xdr uint32 */
00406 #define XDR_UINT32 xdr_uint32_t
00407 
00408 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
00409    `char[]'. */
00410 #define YYTEXT_POINTER 1
00411 
00412 /* Define to 1 if on AIX 3.
00413    System headers sometimes define this.
00414    We just want to avoid a redefinition error message.  */
00415 #ifndef _ALL_SOURCE
00416 /* # undef _ALL_SOURCE */
00417 #endif
00418 
00419 /* Enable GNU extensions on systems that have them.  */
00420 #ifndef _GNU_SOURCE
00421 # define _GNU_SOURCE 1
00422 #endif
00423 
00424 /* Define to 1 if on MINIX. */
00425 /* #undef _MINIX */
00426 
00427 /* Define to 2 if the system does not provide POSIX.1 features except with
00428    this defined. */
00429 /* #undef _POSIX_1_SOURCE */
00430 
00431 /* Define to 1 if you need to in order for `stat' and other things to work. */
00432 /* #undef _POSIX_SOURCE */
00433 
00434 /* Define if you want regoff_t to be at least as wide POSIX requires. */
00435 #define _REGEX_LARGE_OFFSETS 1
00436 
00437 /* Enable extensions on Solaris.  */
00438 #ifndef __EXTENSIONS__
00439 # define __EXTENSIONS__ 1
00440 #endif
00441 #ifndef _POSIX_PTHREAD_SEMANTICS
00442 # define _POSIX_PTHREAD_SEMANTICS 1
00443 #endif
00444 #ifndef _TANDEM_SOURCE
00445 # define _TANDEM_SOURCE 1
00446 #endif
00447 
00448 /* Define to empty if `const' does not conform to ANSI C. */
00449 /* #undef const */
00450 
00451 /* Define to `__inline__' or `__inline' if that's what the C compiler
00452    calls it, or to nothing if 'inline' is not supported under any name.  */
00453 #ifndef __cplusplus
00454 /* #undef inline */
00455 #endif
00456 
00457 /* Define to rpl_malloc if the replacement function should be used. */
00458 /* #undef malloc */
00459 
00460 /* Define to rpl_re_comp if the replacement should be used. */
00461 #define re_comp rpl_re_comp
00462 
00463 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
00464 #define re_compile_fastmap rpl_re_compile_fastmap
00465 
00466 /* Define to rpl_re_compile_pattern if the replacement should be used. */
00467 #define re_compile_pattern rpl_re_compile_pattern
00468 
00469 /* Define to rpl_re_exec if the replacement should be used. */
00470 #define re_exec rpl_re_exec
00471 
00472 /* Define to rpl_re_match if the replacement should be used. */
00473 #define re_match rpl_re_match
00474 
00475 /* Define to rpl_re_match_2 if the replacement should be used. */
00476 #define re_match_2 rpl_re_match_2
00477 
00478 /* Define to rpl_re_search if the replacement should be used. */
00479 #define re_search rpl_re_search
00480 
00481 /* Define to rpl_re_search_2 if the replacement should be used. */
00482 #define re_search_2 rpl_re_search_2
00483 
00484 /* Define to rpl_re_set_registers if the replacement should be used. */
00485 #define re_set_registers rpl_re_set_registers
00486 
00487 /* Define to rpl_re_set_syntax if the replacement should be used. */
00488 #define re_set_syntax rpl_re_set_syntax
00489 
00490 /* Define to rpl_re_syntax_options if the replacement should be used. */
00491 #define re_syntax_options rpl_re_syntax_options
00492 
00493 /* Define to rpl_regcomp if the replacement should be used. */
00494 #define regcomp rpl_regcomp
00495 
00496 /* Define to rpl_regerror if the replacement should be used. */
00497 #define regerror rpl_regerror
00498 
00499 /* Define to rpl_regexec if the replacement should be used. */
00500 #define regexec rpl_regexec
00501 
00502 /* Define to rpl_regfree if the replacement should be used. */
00503 #define regfree rpl_regfree
00504 
00505 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
00506    supported. Do not define if restrict is supported directly. */
00507 #define restrict __restrict
00508 
00509 /* Define to `unsigned' if <sys/types.h> does not define. */
00510 /* #undef size_t */
00511 
00512 /* Define as a signed type of the same size as size_t. */
00513 /* #undef ssize_t */
00514 
00515 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00516    code using `volatile' can become incorrect without. Disable with care. */
00517 /* #undef volatile */
00518 
00519 /* Shorthand for gcc's unused attribute feature */
00520 #if defined(__GNUG__) || defined(__GNUC__)
00521 #define not_used __attribute__ ((unused))
00522 #else
00523 #define not_used
00524 #endif /* __GNUG__ || __GNUC__ */
00525 
00526 #endif /* _config_h */

Generated on Wed Jun 27 12:56:38 2007 for libdap++ by  doxygen 1.4.7