libdap++  Updated for version 3.8.2
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef _config_h
5 #define _config_h
6 
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 /* #undef BITSIZEOF_PTRDIFF_T */
9 
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 /* #undef BITSIZEOF_SIG_ATOMIC_T */
12 
13 /* Define to the number of bits in type 'size_t'. */
14 /* #undef BITSIZEOF_SIZE_T */
15 
16 /* Define to the number of bits in type 'wchar_t'. */
17 /* #undef BITSIZEOF_WCHAR_T */
18 
19 /* Define to the number of bits in type 'wint_t'. */
20 /* #undef BITSIZEOF_WINT_T */
21 
22 /* What sort of HTTP client is this? */
23 #define CNAME "libdap"
24 
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26  systems. This function is required for `alloca.c' support on those systems.
27  */
28 /* #undef CRAY_STACKSEG_END */
29 
30 /* Client version number */
31 #define CVER "3.11.0"
32 
33 /* Define to 1 if using `alloca.c'. */
34 /* #undef C_ALLOCA */
35 
36 /* Highest DAP version implemented? */
37 #define DAP_PROTOCOL_VERSION "3.4"
38 
39 /* dbyte */
40 #define DBYTE uint8_t
41 
42 /* dfloat32 */
43 #define DFLOAT32 float
44 
45 /* dfloat64 */
46 #define DFLOAT64 double
47 
48 /* dint16 */
49 #define DINT16 int16_t
50 
51 /* int32 */
52 #define DINT32 int32_t
53 
54 /* Set instrumentation to level 1 (see debug.h) */
55 /* #undef DODS_DEBUG */
56 
57 /* Set instrumentation to level 2 */
58 /* #undef DODS_DEBUG2 */
59 
60 /* uint16 */
61 #define DUINT16 uint16_t
62 
63 /* uint32 */
64 #define DUINT32 uint32_t
65 
66 /* Client name and version combined */
67 #define DVR "libdap/3.11.0"
68 
69 /* Should all the classes run ConstraintEvaluator::eval()? */
70 #define EVAL 1
71 
72 /* Define to 1 if you have the `alarm' function. */
73 #define HAVE_ALARM 1
74 
75 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
76  may be supplied by this distribution. */
77 #define HAVE_ALLOCA 1
78 
79 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
80  includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
81 #define HAVE_ALLOCA_H 1
82 
83 /* Define to 1 if you have the `atexit' function. */
84 #define HAVE_ATEXIT 1
85 
86 /* Define to 1 if you have the `bzero' function. */
87 #define HAVE_BZERO 1
88 
89 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
90  don't. */
91 #define HAVE_DECL_GETC_UNLOCKED 1
92 
93 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
94  don't. */
95 /* #undef HAVE_DECL_ISBLANK */
96 
97 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
98  */
99 #define HAVE_DIRENT_H 1
100 
101 /* Define to 1 if you have the <dlfcn.h> header file. */
102 #define HAVE_DLFCN_H 1
103 
104 /* Define to 1 if you have the `dup2' function. */
105 #define HAVE_DUP2 1
106 
107 /* Define to 1 if you have the <fcntl.h> header file. */
108 #define HAVE_FCNTL_H 1
109 
110 /* Define to 1 if you have the `getcwd' function. */
111 #define HAVE_GETCWD 1
112 
113 /* Define to 1 if you have the `getpagesize' function. */
114 #define HAVE_GETPAGESIZE 1
115 
116 /* Define if your compiler supports the #include_next directive. */
117 #define HAVE_INCLUDE_NEXT 1
118 
119 /* Define to 1 if you have the <inttypes.h> header file. */
120 #define HAVE_INTTYPES_H 1
121 
122 /* Define to 1 if you have the `isblank' function. */
123 #define HAVE_ISBLANK 1
124 
125 /* Define to 1 if you have the `iswcntrl' function. */
126 #define HAVE_ISWCNTRL 1
127 
128 /* Define to 1 if you have the `iswctype' function. */
129 #define HAVE_ISWCTYPE 1
130 
131 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
132 #define HAVE_LANGINFO_CODESET 1
133 
134 /* Define to 1 if you have the <locale.h> header file. */
135 #define HAVE_LOCALE_H 1
136 
137 /* Define to 1 if you have the `localtime_r' function. */
138 #define HAVE_LOCALTIME_R 1
139 
140 /* Define to 1 if the system has the type `long long int'. */
141 #define HAVE_LONG_LONG_INT 1
142 
143 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
144  to 0 otherwise. */
145 #define HAVE_MALLOC 1
146 
147 /* Define to 1 if you have the <malloc.h> header file. */
148 #define HAVE_MALLOC_H 1
149 
150 /* Define if the 'malloc' function is POSIX compliant. */
151 #define HAVE_MALLOC_POSIX 1
152 
153 /* Define to 1 if you have the `mbrtowc' function. */
154 #define HAVE_MBRTOWC 1
155 
156 /* Define to 1 if you have the `memmove' function. */
157 #define HAVE_MEMMOVE 1
158 
159 /* Define to 1 if you have the <memory.h> header file. */
160 #define HAVE_MEMORY_H 1
161 
162 /* Define to 1 if you have the `memset' function. */
163 #define HAVE_MEMSET 1
164 
165 /* Define to 1 if you have the `mktime' function. */
166 #define HAVE_MKTIME 1
167 
168 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
169 /* #undef HAVE_NDIR_H */
170 
171 /* Define to 1 if you have the <netinet/in.h> header file. */
172 #define HAVE_NETINET_IN_H 1
173 
174 /* Define to 1 if you have the `pow' function. */
175 /* #undef HAVE_POW */
176 
177 /* Define to 1 if you have the `putenv' function. */
178 #define HAVE_PUTENV 1
179 
180 /* Define to 1 if you have the `setenv' function. */
181 #define HAVE_SETENV 1
182 
183 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
184 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
185 
186 /* Define to 1 if 'wchar_t' is a signed integer type. */
187 /* #undef HAVE_SIGNED_WCHAR_T */
188 
189 /* Define to 1 if 'wint_t' is a signed integer type. */
190 /* #undef HAVE_SIGNED_WINT_T */
191 
192 /* Define to 1 if stdbool.h conforms to C99. */
193 #define HAVE_STDBOOL_H 1
194 
195 /* Define to 1 if you have the <stddef.h> header file. */
196 #define HAVE_STDDEF_H 1
197 
198 /* Define to 1 if you have the <stdint.h> header file. */
199 #define HAVE_STDINT_H 1
200 
201 /* Define to 1 if you have the <stdlib.h> header file. */
202 #define HAVE_STDLIB_H 1
203 
204 /* Define to 1 if you have the `strchr' function. */
205 #define HAVE_STRCHR 1
206 
207 /* Define to 1 if you have the `strerror' function. */
208 #define HAVE_STRERROR 1
209 
210 /* Define to 1 if you have the <strings.h> header file. */
211 #define HAVE_STRINGS_H 1
212 
213 /* Define to 1 if you have the <string.h> header file. */
214 #define HAVE_STRING_H 1
215 
216 /* Define to 1 if you have the `strtol' function. */
217 #define HAVE_STRTOL 1
218 
219 /* Define to 1 if you have the `strtoul' function. */
220 #define HAVE_STRTOUL 1
221 
222 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
223 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
224 
225 /* Define to 1 if you have the <sys/bitypes.h> header file. */
226 /* #undef HAVE_SYS_BITYPES_H */
227 
228 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
229  */
230 /* #undef HAVE_SYS_DIR_H */
231 
232 /* Define to 1 if you have the <sys/inttypes.h> header file. */
233 /* #undef HAVE_SYS_INTTYPES_H */
234 
235 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
236  */
237 /* #undef HAVE_SYS_NDIR_H */
238 
239 /* Define to 1 if you have the <sys/param.h> header file. */
240 #define HAVE_SYS_PARAM_H 1
241 
242 /* Define to 1 if you have the <sys/stat.h> header file. */
243 #define HAVE_SYS_STAT_H 1
244 
245 /* Define to 1 if you have the <sys/time.h> header file. */
246 #define HAVE_SYS_TIME_H 1
247 
248 /* Define to 1 if you have the <sys/types.h> header file. */
249 #define HAVE_SYS_TYPES_H 1
250 
251 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
252 #define HAVE_SYS_WAIT_H 1
253 
254 /* Define to 1 if you have the `timegm' function. */
255 #define HAVE_TIMEGM 1
256 
257 /* Define to 1 if you have the <unistd.h> header file. */
258 #define HAVE_UNISTD_H 1
259 
260 /* Define to 1 if the system has the type `unsigned long long int'. */
261 #define HAVE_UNSIGNED_LONG_LONG_INT 1
262 
263 /* Define to 1 if you have the <wchar.h> header file. */
264 #define HAVE_WCHAR_H 1
265 
266 /* Define to 1 if you have the `wcrtomb' function. */
267 #define HAVE_WCRTOMB 1
268 
269 /* Define to 1 if you have the `wcscoll' function. */
270 #define HAVE_WCSCOLL 1
271 
272 /* Define to 1 if you have the <wctype.h> header file. */
273 #define HAVE_WCTYPE_H 1
274 
275 /* Define if you have the 'wint_t' type. */
276 #define HAVE_WINT_T 1
277 
278 /* Define to 1 if the system has the type `_Bool'. */
279 #define HAVE__BOOL 1
280 
281 /* Set to the prefix directory */
282 #define LIBDAP_ROOT "/usr"
283 
284 /* Define to the sub-directory in which libtool stores uninstalled libraries.
285  */
286 #define LT_OBJDIR ".libs/"
287 
288 /* Name of package */
289 #define PACKAGE "libdap"
290 
291 /* Define to the address where bug reports for this package should be sent. */
292 #define PACKAGE_BUGREPORT "opendap-tech@opendap.org"
293 
294 /* Define to the full name of this package. */
295 #define PACKAGE_NAME "libdap"
296 
297 /* Define to the full name and version of this package. */
298 #define PACKAGE_STRING "libdap 3.11.0"
299 
300 /* Define to the one symbol short name of this package. */
301 #define PACKAGE_TARNAME "libdap"
302 
303 /* Define to the home page for this package. */
304 #define PACKAGE_URL ""
305 
306 /* Define to the version of this package. */
307 #define PACKAGE_VERSION "3.11.0"
308 
309 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
310  'ptrdiff_t'. */
311 /* #undef PTRDIFF_T_SUFFIX */
312 
313 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
314  'sig_atomic_t'. */
315 /* #undef SIG_ATOMIC_T_SUFFIX */
316 
317 /* The size of `char', as computed by sizeof. */
318 #define SIZEOF_CHAR 1
319 
320 /* The size of `double', as computed by sizeof. */
321 #define SIZEOF_DOUBLE 8
322 
323 /* The size of `float', as computed by sizeof. */
324 #define SIZEOF_FLOAT 4
325 
326 /* The size of `int', as computed by sizeof. */
327 #define SIZEOF_INT 4
328 
329 /* The size of `int16_t', as computed by sizeof. */
330 #define SIZEOF_INT16_T 2
331 
332 /* The size of `int32_t', as computed by sizeof. */
333 #define SIZEOF_INT32_T 4
334 
335 /* The size of `long', as computed by sizeof. */
336 #define SIZEOF_LONG 4
337 
338 /* The size of `uint16_t', as computed by sizeof. */
339 #define SIZEOF_UINT16_T 2
340 
341 /* The size of `uint32_t', as computed by sizeof. */
342 #define SIZEOF_UINT32_T 4
343 
344 /* The size of `uint8_t', as computed by sizeof. */
345 #define SIZEOF_UINT8_T 1
346 
347 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
348  'size_t'. */
349 /* #undef SIZE_T_SUFFIX */
350 
351 /* If using the C implementation of alloca, define if you know the
352  direction of stack growth for your system; otherwise it will be
353  automatically deduced at runtime.
354  STACK_DIRECTION > 0 => grows toward higher addresses
355  STACK_DIRECTION < 0 => grows toward lower addresses
356  STACK_DIRECTION = 0 => direction of growth unknown */
357 /* #undef STACK_DIRECTION */
358 
359 /* Define to 1 if you have the ANSI C header files. */
360 #define STDC_HEADERS 1
361 
362 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
363 #define TIME_WITH_SYS_TIME 1
364 
365 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
366 /* #undef TM_IN_SYS_TIME */
367 
368 /* Version number of package */
369 #define VERSION "3.11.0"
370 
371 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
372  'wchar_t'. */
373 /* #undef WCHAR_T_SUFFIX */
374 
375 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
376  'wint_t'. */
377 /* #undef WINT_T_SUFFIX */
378 
379 /* xdr float32 */
380 #define XDR_FLOAT32 xdr_float
381 
382 /* xdr float64 */
383 #define XDR_FLOAT64 xdr_double
384 
385 /* xdr int16 */
386 #define XDR_INT16 xdr_int16_t
387 
388 /* xdr int32 */
389 #define XDR_INT32 xdr_int32_t
390 
391 /* xdr uint16 */
392 #define XDR_UINT16 xdr_uint16_t
393 
394 /* xdr uint32 */
395 #define XDR_UINT32 xdr_uint32_t
396 
397 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
398  `char[]'. */
399 #define YYTEXT_POINTER 1
400 
401 /* Define to 1 if on MINIX. */
402 /* #undef _MINIX */
403 
404 /* Define to 2 if the system does not provide POSIX.1 features except with
405  this defined. */
406 /* #undef _POSIX_1_SOURCE */
407 
408 /* Define to 1 if you need to in order for `stat' and other things to work. */
409 /* #undef _POSIX_SOURCE */
410 
411 /* Define if you want regoff_t to be at least as wide POSIX requires. */
412 /* #undef _REGEX_LARGE_OFFSETS */
413 
414 /* Enable extensions on AIX 3, Interix. */
415 #ifndef _ALL_SOURCE
416 # define _ALL_SOURCE 1
417 #endif
418 /* Enable GNU extensions on systems that have them. */
419 #ifndef _GNU_SOURCE
420 # define _GNU_SOURCE 1
421 #endif
422 /* Enable threading extensions on Solaris. */
423 #ifndef _POSIX_PTHREAD_SEMANTICS
424 # define _POSIX_PTHREAD_SEMANTICS 1
425 #endif
426 /* Enable extensions on HP NonStop. */
427 #ifndef _TANDEM_SOURCE
428 # define _TANDEM_SOURCE 1
429 #endif
430 /* Enable general extensions on Solaris. */
431 #ifndef __EXTENSIONS__
432 # define __EXTENSIONS__ 1
433 #endif
434 
435 
436 /* Define to empty if `const' does not conform to ANSI C. */
437 /* #undef const */
438 
439 /* Define to `__inline__' or `__inline' if that's what the C compiler
440  calls it, or to nothing if 'inline' is not supported under any name. */
441 #ifndef __cplusplus
442 /* #undef inline */
443 #endif
444 
445 /* Define to rpl_malloc if the replacement function should be used. */
446 /* #undef malloc */
447 
448 /* Define to rpl_re_comp if the replacement should be used. */
449 /* #undef re_comp */
450 
451 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
452 /* #undef re_compile_fastmap */
453 
454 /* Define to rpl_re_compile_pattern if the replacement should be used. */
455 /* #undef re_compile_pattern */
456 
457 /* Define to rpl_re_exec if the replacement should be used. */
458 /* #undef re_exec */
459 
460 /* Define to rpl_re_match if the replacement should be used. */
461 /* #undef re_match */
462 
463 /* Define to rpl_re_match_2 if the replacement should be used. */
464 /* #undef re_match_2 */
465 
466 /* Define to rpl_re_search if the replacement should be used. */
467 /* #undef re_search */
468 
469 /* Define to rpl_re_search_2 if the replacement should be used. */
470 /* #undef re_search_2 */
471 
472 /* Define to rpl_re_set_registers if the replacement should be used. */
473 /* #undef re_set_registers */
474 
475 /* Define to rpl_re_set_syntax if the replacement should be used. */
476 /* #undef re_set_syntax */
477 
478 /* Define to rpl_re_syntax_options if the replacement should be used. */
479 /* #undef re_syntax_options */
480 
481 /* Define to rpl_regcomp if the replacement should be used. */
482 /* #undef regcomp */
483 
484 /* Define to rpl_regerror if the replacement should be used. */
485 /* #undef regerror */
486 
487 /* Define to rpl_regexec if the replacement should be used. */
488 /* #undef regexec */
489 
490 /* Define to rpl_regfree if the replacement should be used. */
491 /* #undef regfree */
492 
493 /* Define to the equivalent of the C99 'restrict' keyword, or to
494  nothing if this is not supported. Do not define if restrict is
495  supported directly. */
496 #define restrict __restrict
497 /* Work around a bug in Sun C++: it does not support _Restrict or
498  __restrict__, even though the corresponding Sun C compiler ends up with
499  "#define restrict _Restrict" or "#define restrict __restrict__" in the
500  previous line. Perhaps some future version of Sun C++ will work with
501  restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
502 #if defined __SUNPRO_CC && !defined __RESTRICT
503 # define _Restrict
504 # define __restrict__
505 #endif
506 
507 /* Define to `unsigned int' if <sys/types.h> does not define. */
508 /* #undef size_t */
509 
510 /* Define as a signed type of the same size as size_t. */
511 /* #undef ssize_t */
512 
513 /* Define to empty if the keyword `volatile' does not work. Warning: valid
514  code using `volatile' can become incorrect without. Disable with care. */
515 /* #undef volatile */
516 
517 /* Shorthand for gcc's unused attribute feature */
518 #if defined(__GNUG__) || defined(__GNUC__)
519 #define not_used __attribute__ ((unused))
520 #else
521 #define not_used
522 #endif /* __GNUG__ || __GNUC__ */
523 
524 #endif /* _config_h */