libdap++
Updated for version 3.12.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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 if building universal (internal helper macro) */
8
/* #undef AC_APPLE_UNIVERSAL_BUILD */
9
10
/* Define to the number of bits in type 'ptrdiff_t'. */
11
/* #undef BITSIZEOF_PTRDIFF_T */
12
13
/* Define to the number of bits in type 'sig_atomic_t'. */
14
/* #undef BITSIZEOF_SIG_ATOMIC_T */
15
16
/* Define to the number of bits in type 'size_t'. */
17
/* #undef BITSIZEOF_SIZE_T */
18
19
/* Define to the number of bits in type 'wchar_t'. */
20
/* #undef BITSIZEOF_WCHAR_T */
21
22
/* Define to the number of bits in type 'wint_t'. */
23
/* #undef BITSIZEOF_WINT_T */
24
25
/* What sort of HTTP client is this? */
26
#define CNAME "libdap"
27
28
/* Should a function (run-time) be used to determine the byte order? */
29
/* #undef COMPUTE_ENDIAN_AT_RUNTIME */
30
31
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32
systems. This function is required for `alloca.c' support on those systems.
33
*/
34
/* #undef CRAY_STACKSEG_END */
35
36
/* Client version number */
37
#define CVER "3.12.0"
38
39
/* Define to 1 if using `alloca.c'. */
40
/* #undef C_ALLOCA */
41
42
/* Should DAP4 support be enabled? */
43
/* #undef DAP4 */
44
45
/* Highest DAP version implemented? */
46
#define DAP_PROTOCOL_VERSION "3.4"
47
48
/* unsigned bytes/chars */
49
#define DBYTE uint8_t
50
51
/* 32-bit real type */
52
#define DFLOAT32 float
53
54
/* 64-bit real type */
55
#define DFLOAT64 double
56
57
/* 16-bit integer type */
58
#define DINT16 int16_t
59
60
/* 32-bit integer type */
61
#define DINT32 int32_t
62
63
/* 64-bit integer type */
64
#define DINT64 int64_t
65
66
/* 8-bit integer type */
67
#define DINT8 int8_t
68
69
/* Set instrumentation to level 1 (see debug.h) */
70
/* #undef DODS_DEBUG */
71
72
/* Set instrumentation to level 2 */
73
/* #undef DODS_DEBUG2 */
74
75
/* 16-bit unsigned integer type */
76
#define DUINT16 uint16_t
77
78
/* 32-bit unsigned integer type */
79
#define DUINT32 uint32_t
80
81
/* 64-bit unsigned integer type */
82
#define DUINT64 uint64_t
83
84
/* Client name and version combined */
85
#define DVR "libdap/3.12.0"
86
87
/* Should all the classes run ConstraintEvaluator::eval()? */
88
#define EVAL 1
89
90
/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
91
#define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
92
93
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
94
whether the gnulib module malloc-gnu shall be considered present. */
95
#define GNULIB_MALLOC_GNU 1
96
97
/* Define to 1 when the gnulib module btowc should be tested. */
98
#define GNULIB_TEST_BTOWC 1
99
100
/* Define to 1 when the gnulib module localeconv should be tested. */
101
#define GNULIB_TEST_LOCALECONV 1
102
103
/* Define to 1 when the gnulib module malloc-posix should be tested. */
104
#define GNULIB_TEST_MALLOC_POSIX 1
105
106
/* Define to 1 when the gnulib module mbrtowc should be tested. */
107
#define GNULIB_TEST_MBRTOWC 1
108
109
/* Define to 1 when the gnulib module mbsinit should be tested. */
110
#define GNULIB_TEST_MBSINIT 1
111
112
/* Define to 1 when the gnulib module mbtowc should be tested. */
113
#define GNULIB_TEST_MBTOWC 1
114
115
/* Define to 1 when the gnulib module nl_langinfo should be tested. */
116
#define GNULIB_TEST_NL_LANGINFO 1
117
118
/* Define to 1 when the gnulib module wcrtomb should be tested. */
119
#define GNULIB_TEST_WCRTOMB 1
120
121
/* Define to 1 if you have the `alarm' function. */
122
#define HAVE_ALARM 1
123
124
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
125
may be supplied by this distribution. */
126
#define HAVE_ALLOCA 1
127
128
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
129
*/
130
#define HAVE_ALLOCA_H 1
131
132
/* Define to 1 if you have the `atexit' function. */
133
#define HAVE_ATEXIT 1
134
135
/* Define to 1 if you have the `btowc' function. */
136
#define HAVE_BTOWC 1
137
138
/* Define to 1 if you have the <byteswap.h> header file. */
139
#define HAVE_BYTESWAP_H 1
140
141
/* Define to 1 if you have the `bzero' function. */
142
#define HAVE_BZERO 1
143
144
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
145
don't. */
146
#define HAVE_DECL_GETC_UNLOCKED 1
147
148
/* Define to 1 if you have the declaration of `isblank', and to 0 if you
149
don't. */
150
/* #undef HAVE_DECL_ISBLANK */
151
152
/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
153
don't. */
154
/* #undef HAVE_DECL_MBRTOWC */
155
156
/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
157
don't. */
158
/* #undef HAVE_DECL_MBSINIT */
159
160
/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
161
don't. */
162
#define HAVE_DECL_STRNCASECMP 1
163
164
/* Define to 1 if you have the declaration of `towlower', and to 0 if you
165
don't. */
166
/* #undef HAVE_DECL_TOWLOWER */
167
168
/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
169
don't. */
170
/* #undef HAVE_DECL_WCRTOMB */
171
172
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
173
*/
174
#define HAVE_DIRENT_H 1
175
176
/* Define to 1 if you have the <dlfcn.h> header file. */
177
#define HAVE_DLFCN_H 1
178
179
/* Define to 1 if you have the `dup2' function. */
180
#define HAVE_DUP2 1
181
182
/* Define to 1 if you have the <fcntl.h> header file. */
183
#define HAVE_FCNTL_H 1
184
185
/* Define to 1 if you have the <features.h> header file. */
186
#define HAVE_FEATURES_H 1
187
188
/* Define to 1 if you have the `getcwd' function. */
189
#define HAVE_GETCWD 1
190
191
/* Define to 1 if you have the `getpagesize' function. */
192
#define HAVE_GETPAGESIZE 1
193
194
/* Define to 1 if you have the <inttypes.h> header file. */
195
#define HAVE_INTTYPES_H 1
196
197
/* Define to 1 if you have the `isblank' function. */
198
#define HAVE_ISBLANK 1
199
200
/* Define to 1 if you have the `iswcntrl' function. */
201
#define HAVE_ISWCNTRL 1
202
203
/* Define to 1 if you have the `iswctype' function. */
204
#define HAVE_ISWCTYPE 1
205
206
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
207
#define HAVE_LANGINFO_CODESET 1
208
209
/* Define to 1 if you have the <langinfo.h> header file. */
210
#define HAVE_LANGINFO_H 1
211
212
/* Define to 1 if you have the <libintl.h> header file. */
213
/* #undef HAVE_LIBINTL_H */
214
215
/* Define to 1 if you have the `localtime_r' function. */
216
#define HAVE_LOCALTIME_R 1
217
218
/* Define to 1 if the system has the type 'long long int'. */
219
#define HAVE_LONG_LONG_INT 1
220
221
/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
222
to 0 otherwise. */
223
#define HAVE_MALLOC_GNU 1
224
225
/* Define to 1 if you have the <malloc.h> header file. */
226
#define HAVE_MALLOC_H 1
227
228
/* Define if the 'malloc' function is POSIX compliant. */
229
#define HAVE_MALLOC_POSIX 1
230
231
/* Define to 1 if you have the `mbrtowc' function. */
232
#define HAVE_MBRTOWC 1
233
234
/* Define to 1 if you have the `mbsinit' function. */
235
#define HAVE_MBSINIT 1
236
237
/* Define to 1 if <wchar.h> declares mbstate_t. */
238
#define HAVE_MBSTATE_T 1
239
240
/* Define to 1 if you have the `memmove' function. */
241
#define HAVE_MEMMOVE 1
242
243
/* Define to 1 if you have the <memory.h> header file. */
244
#define HAVE_MEMORY_H 1
245
246
/* Define to 1 if you have the `memset' function. */
247
#define HAVE_MEMSET 1
248
249
/* Define to 1 if you have the `mktime' function. */
250
#define HAVE_MKTIME 1
251
252
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
253
/* #undef HAVE_NDIR_H */
254
255
/* Define to 1 if you have the <netinet/in.h> header file. */
256
#define HAVE_NETINET_IN_H 1
257
258
/* Define to 1 if you have the `nl_langinfo' function. */
259
#define HAVE_NL_LANGINFO 1
260
261
/* Define to 1 if you have the `pow' function. */
262
/* #undef HAVE_POW */
263
264
/* Define to 1 if you have the `putenv' function. */
265
#define HAVE_PUTENV 1
266
267
/* Define to 1 if atoll is declared even after undefining macros. */
268
#define HAVE_RAW_DECL_ATOLL 1
269
270
/* Define to 1 if btowc is declared even after undefining macros. */
271
#define HAVE_RAW_DECL_BTOWC 1
272
273
/* Define to 1 if canonicalize_file_name is declared even after undefining
274
macros. */
275
#define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
276
277
/* Define to 1 if chdir is declared even after undefining macros. */
278
#define HAVE_RAW_DECL_CHDIR 1
279
280
/* Define to 1 if chown is declared even after undefining macros. */
281
#define HAVE_RAW_DECL_CHOWN 1
282
283
/* Define to 1 if dup is declared even after undefining macros. */
284
#define HAVE_RAW_DECL_DUP 1
285
286
/* Define to 1 if dup2 is declared even after undefining macros. */
287
#define HAVE_RAW_DECL_DUP2 1
288
289
/* Define to 1 if dup3 is declared even after undefining macros. */
290
#define HAVE_RAW_DECL_DUP3 1
291
292
/* Define to 1 if duplocale is declared even after undefining macros. */
293
#define HAVE_RAW_DECL_DUPLOCALE 1
294
295
/* Define to 1 if endusershell is declared even after undefining macros. */
296
#define HAVE_RAW_DECL_ENDUSERSHELL 1
297
298
/* Define to 1 if environ is declared even after undefining macros. */
299
#define HAVE_RAW_DECL_ENVIRON 1
300
301
/* Define to 1 if euidaccess is declared even after undefining macros. */
302
#define HAVE_RAW_DECL_EUIDACCESS 1
303
304
/* Define to 1 if faccessat is declared even after undefining macros. */
305
#define HAVE_RAW_DECL_FACCESSAT 1
306
307
/* Define to 1 if fchdir is declared even after undefining macros. */
308
#define HAVE_RAW_DECL_FCHDIR 1
309
310
/* Define to 1 if fchownat is declared even after undefining macros. */
311
#define HAVE_RAW_DECL_FCHOWNAT 1
312
313
/* Define to 1 if fdatasync is declared even after undefining macros. */
314
#define HAVE_RAW_DECL_FDATASYNC 1
315
316
/* Define to 1 if ffs is declared even after undefining macros. */
317
#define HAVE_RAW_DECL_FFS 1
318
319
/* Define to 1 if fsync is declared even after undefining macros. */
320
#define HAVE_RAW_DECL_FSYNC 1
321
322
/* Define to 1 if ftruncate is declared even after undefining macros. */
323
#define HAVE_RAW_DECL_FTRUNCATE 1
324
325
/* Define to 1 if getcwd is declared even after undefining macros. */
326
#define HAVE_RAW_DECL_GETCWD 1
327
328
/* Define to 1 if getdomainname is declared even after undefining macros. */
329
#define HAVE_RAW_DECL_GETDOMAINNAME 1
330
331
/* Define to 1 if getdtablesize is declared even after undefining macros. */
332
#define HAVE_RAW_DECL_GETDTABLESIZE 1
333
334
/* Define to 1 if getgroups is declared even after undefining macros. */
335
#define HAVE_RAW_DECL_GETGROUPS 1
336
337
/* Define to 1 if gethostname is declared even after undefining macros. */
338
#define HAVE_RAW_DECL_GETHOSTNAME 1
339
340
/* Define to 1 if getloadavg is declared even after undefining macros. */
341
#define HAVE_RAW_DECL_GETLOADAVG 1
342
343
/* Define to 1 if getlogin is declared even after undefining macros. */
344
#define HAVE_RAW_DECL_GETLOGIN 1
345
346
/* Define to 1 if getlogin_r is declared even after undefining macros. */
347
#define HAVE_RAW_DECL_GETLOGIN_R 1
348
349
/* Define to 1 if getpagesize is declared even after undefining macros. */
350
#define HAVE_RAW_DECL_GETPAGESIZE 1
351
352
/* Define to 1 if getsubopt is declared even after undefining macros. */
353
#define HAVE_RAW_DECL_GETSUBOPT 1
354
355
/* Define to 1 if getusershell is declared even after undefining macros. */
356
#define HAVE_RAW_DECL_GETUSERSHELL 1
357
358
/* Define to 1 if grantpt is declared even after undefining macros. */
359
#define HAVE_RAW_DECL_GRANTPT 1
360
361
/* Define to 1 if group_member is declared even after undefining macros. */
362
#define HAVE_RAW_DECL_GROUP_MEMBER 1
363
364
/* Define to 1 if initstate is declared even after undefining macros. */
365
#define HAVE_RAW_DECL_INITSTATE 1
366
367
/* Define to 1 if initstate_r is declared even after undefining macros. */
368
#define HAVE_RAW_DECL_INITSTATE_R 1
369
370
/* Define to 1 if isatty is declared even after undefining macros. */
371
#define HAVE_RAW_DECL_ISATTY 1
372
373
/* Define to 1 if iswctype is declared even after undefining macros. */
374
#define HAVE_RAW_DECL_ISWCTYPE 1
375
376
/* Define to 1 if lchown is declared even after undefining macros. */
377
#define HAVE_RAW_DECL_LCHOWN 1
378
379
/* Define to 1 if link is declared even after undefining macros. */
380
#define HAVE_RAW_DECL_LINK 1
381
382
/* Define to 1 if linkat is declared even after undefining macros. */
383
#define HAVE_RAW_DECL_LINKAT 1
384
385
/* Define to 1 if lseek is declared even after undefining macros. */
386
#define HAVE_RAW_DECL_LSEEK 1
387
388
/* Define to 1 if mbrlen is declared even after undefining macros. */
389
#define HAVE_RAW_DECL_MBRLEN 1
390
391
/* Define to 1 if mbrtowc is declared even after undefining macros. */
392
#define HAVE_RAW_DECL_MBRTOWC 1
393
394
/* Define to 1 if mbsinit is declared even after undefining macros. */
395
#define HAVE_RAW_DECL_MBSINIT 1
396
397
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
398
#define HAVE_RAW_DECL_MBSNRTOWCS 1
399
400
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
401
#define HAVE_RAW_DECL_MBSRTOWCS 1
402
403
/* Define to 1 if mkdtemp is declared even after undefining macros. */
404
#define HAVE_RAW_DECL_MKDTEMP 1
405
406
/* Define to 1 if mkostemp is declared even after undefining macros. */
407
#define HAVE_RAW_DECL_MKOSTEMP 1
408
409
/* Define to 1 if mkostemps is declared even after undefining macros. */
410
#define HAVE_RAW_DECL_MKOSTEMPS 1
411
412
/* Define to 1 if mkstemp is declared even after undefining macros. */
413
#define HAVE_RAW_DECL_MKSTEMP 1
414
415
/* Define to 1 if mkstemps is declared even after undefining macros. */
416
#define HAVE_RAW_DECL_MKSTEMPS 1
417
418
/* Define to 1 if nl_langinfo is declared even after undefining macros. */
419
#define HAVE_RAW_DECL_NL_LANGINFO 1
420
421
/* Define to 1 if pipe is declared even after undefining macros. */
422
#define HAVE_RAW_DECL_PIPE 1
423
424
/* Define to 1 if pipe2 is declared even after undefining macros. */
425
#define HAVE_RAW_DECL_PIPE2 1
426
427
/* Define to 1 if posix_openpt is declared even after undefining macros. */
428
#define HAVE_RAW_DECL_POSIX_OPENPT 1
429
430
/* Define to 1 if pread is declared even after undefining macros. */
431
#define HAVE_RAW_DECL_PREAD 1
432
433
/* Define to 1 if ptsname is declared even after undefining macros. */
434
#define HAVE_RAW_DECL_PTSNAME 1
435
436
/* Define to 1 if ptsname_r is declared even after undefining macros. */
437
#define HAVE_RAW_DECL_PTSNAME_R 1
438
439
/* Define to 1 if pwrite is declared even after undefining macros. */
440
#define HAVE_RAW_DECL_PWRITE 1
441
442
/* Define to 1 if random is declared even after undefining macros. */
443
#define HAVE_RAW_DECL_RANDOM 1
444
445
/* Define to 1 if random_r is declared even after undefining macros. */
446
#define HAVE_RAW_DECL_RANDOM_R 1
447
448
/* Define to 1 if readlink is declared even after undefining macros. */
449
#define HAVE_RAW_DECL_READLINK 1
450
451
/* Define to 1 if readlinkat is declared even after undefining macros. */
452
#define HAVE_RAW_DECL_READLINKAT 1
453
454
/* Define to 1 if realpath is declared even after undefining macros. */
455
#define HAVE_RAW_DECL_REALPATH 1
456
457
/* Define to 1 if rmdir is declared even after undefining macros. */
458
#define HAVE_RAW_DECL_RMDIR 1
459
460
/* Define to 1 if rpmatch is declared even after undefining macros. */
461
#define HAVE_RAW_DECL_RPMATCH 1
462
463
/* Define to 1 if setenv is declared even after undefining macros. */
464
#define HAVE_RAW_DECL_SETENV 1
465
466
/* Define to 1 if sethostname is declared even after undefining macros. */
467
#define HAVE_RAW_DECL_SETHOSTNAME 1
468
469
/* Define to 1 if setlocale is declared even after undefining macros. */
470
#define HAVE_RAW_DECL_SETLOCALE 1
471
472
/* Define to 1 if setstate is declared even after undefining macros. */
473
#define HAVE_RAW_DECL_SETSTATE 1
474
475
/* Define to 1 if setstate_r is declared even after undefining macros. */
476
#define HAVE_RAW_DECL_SETSTATE_R 1
477
478
/* Define to 1 if setusershell is declared even after undefining macros. */
479
#define HAVE_RAW_DECL_SETUSERSHELL 1
480
481
/* Define to 1 if sleep is declared even after undefining macros. */
482
#define HAVE_RAW_DECL_SLEEP 1
483
484
/* Define to 1 if srandom is declared even after undefining macros. */
485
#define HAVE_RAW_DECL_SRANDOM 1
486
487
/* Define to 1 if srandom_r is declared even after undefining macros. */
488
#define HAVE_RAW_DECL_SRANDOM_R 1
489
490
/* Define to 1 if strcasecmp is declared even after undefining macros. */
491
#define HAVE_RAW_DECL_STRCASECMP 1
492
493
/* Define to 1 if strncasecmp is declared even after undefining macros. */
494
#define HAVE_RAW_DECL_STRNCASECMP 1
495
496
/* Define to 1 if strtod is declared even after undefining macros. */
497
#define HAVE_RAW_DECL_STRTOD 1
498
499
/* Define to 1 if strtoll is declared even after undefining macros. */
500
#define HAVE_RAW_DECL_STRTOLL 1
501
502
/* Define to 1 if strtoull is declared even after undefining macros. */
503
#define HAVE_RAW_DECL_STRTOULL 1
504
505
/* Define to 1 if symlink is declared even after undefining macros. */
506
#define HAVE_RAW_DECL_SYMLINK 1
507
508
/* Define to 1 if symlinkat is declared even after undefining macros. */
509
#define HAVE_RAW_DECL_SYMLINKAT 1
510
511
/* Define to 1 if towctrans is declared even after undefining macros. */
512
#define HAVE_RAW_DECL_TOWCTRANS 1
513
514
/* Define to 1 if ttyname_r is declared even after undefining macros. */
515
#define HAVE_RAW_DECL_TTYNAME_R 1
516
517
/* Define to 1 if unlink is declared even after undefining macros. */
518
#define HAVE_RAW_DECL_UNLINK 1
519
520
/* Define to 1 if unlinkat is declared even after undefining macros. */
521
#define HAVE_RAW_DECL_UNLINKAT 1
522
523
/* Define to 1 if unlockpt is declared even after undefining macros. */
524
#define HAVE_RAW_DECL_UNLOCKPT 1
525
526
/* Define to 1 if unsetenv is declared even after undefining macros. */
527
#define HAVE_RAW_DECL_UNSETENV 1
528
529
/* Define to 1 if usleep is declared even after undefining macros. */
530
#define HAVE_RAW_DECL_USLEEP 1
531
532
/* Define to 1 if wcpcpy is declared even after undefining macros. */
533
#define HAVE_RAW_DECL_WCPCPY 1
534
535
/* Define to 1 if wcpncpy is declared even after undefining macros. */
536
#define HAVE_RAW_DECL_WCPNCPY 1
537
538
/* Define to 1 if wcrtomb is declared even after undefining macros. */
539
#define HAVE_RAW_DECL_WCRTOMB 1
540
541
/* Define to 1 if wcscasecmp is declared even after undefining macros. */
542
#define HAVE_RAW_DECL_WCSCASECMP 1
543
544
/* Define to 1 if wcscat is declared even after undefining macros. */
545
#define HAVE_RAW_DECL_WCSCAT 1
546
547
/* Define to 1 if wcschr is declared even after undefining macros. */
548
#define HAVE_RAW_DECL_WCSCHR 1
549
550
/* Define to 1 if wcscmp is declared even after undefining macros. */
551
#define HAVE_RAW_DECL_WCSCMP 1
552
553
/* Define to 1 if wcscoll is declared even after undefining macros. */
554
#define HAVE_RAW_DECL_WCSCOLL 1
555
556
/* Define to 1 if wcscpy is declared even after undefining macros. */
557
#define HAVE_RAW_DECL_WCSCPY 1
558
559
/* Define to 1 if wcscspn is declared even after undefining macros. */
560
#define HAVE_RAW_DECL_WCSCSPN 1
561
562
/* Define to 1 if wcsdup is declared even after undefining macros. */
563
#define HAVE_RAW_DECL_WCSDUP 1
564
565
/* Define to 1 if wcslen is declared even after undefining macros. */
566
#define HAVE_RAW_DECL_WCSLEN 1
567
568
/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
569
#define HAVE_RAW_DECL_WCSNCASECMP 1
570
571
/* Define to 1 if wcsncat is declared even after undefining macros. */
572
#define HAVE_RAW_DECL_WCSNCAT 1
573
574
/* Define to 1 if wcsncmp is declared even after undefining macros. */
575
#define HAVE_RAW_DECL_WCSNCMP 1
576
577
/* Define to 1 if wcsncpy is declared even after undefining macros. */
578
#define HAVE_RAW_DECL_WCSNCPY 1
579
580
/* Define to 1 if wcsnlen is declared even after undefining macros. */
581
#define HAVE_RAW_DECL_WCSNLEN 1
582
583
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
584
#define HAVE_RAW_DECL_WCSNRTOMBS 1
585
586
/* Define to 1 if wcspbrk is declared even after undefining macros. */
587
#define HAVE_RAW_DECL_WCSPBRK 1
588
589
/* Define to 1 if wcsrchr is declared even after undefining macros. */
590
#define HAVE_RAW_DECL_WCSRCHR 1
591
592
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
593
#define HAVE_RAW_DECL_WCSRTOMBS 1
594
595
/* Define to 1 if wcsspn is declared even after undefining macros. */
596
#define HAVE_RAW_DECL_WCSSPN 1
597
598
/* Define to 1 if wcsstr is declared even after undefining macros. */
599
#define HAVE_RAW_DECL_WCSSTR 1
600
601
/* Define to 1 if wcstok is declared even after undefining macros. */
602
#define HAVE_RAW_DECL_WCSTOK 1
603
604
/* Define to 1 if wcswidth is declared even after undefining macros. */
605
#define HAVE_RAW_DECL_WCSWIDTH 1
606
607
/* Define to 1 if wcsxfrm is declared even after undefining macros. */
608
#define HAVE_RAW_DECL_WCSXFRM 1
609
610
/* Define to 1 if wctob is declared even after undefining macros. */
611
#define HAVE_RAW_DECL_WCTOB 1
612
613
/* Define to 1 if wctrans is declared even after undefining macros. */
614
#define HAVE_RAW_DECL_WCTRANS 1
615
616
/* Define to 1 if wctype is declared even after undefining macros. */
617
#define HAVE_RAW_DECL_WCTYPE 1
618
619
/* Define to 1 if wcwidth is declared even after undefining macros. */
620
#define HAVE_RAW_DECL_WCWIDTH 1
621
622
/* Define to 1 if wmemchr is declared even after undefining macros. */
623
#define HAVE_RAW_DECL_WMEMCHR 1
624
625
/* Define to 1 if wmemcmp is declared even after undefining macros. */
626
#define HAVE_RAW_DECL_WMEMCMP 1
627
628
/* Define to 1 if wmemcpy is declared even after undefining macros. */
629
#define HAVE_RAW_DECL_WMEMCPY 1
630
631
/* Define to 1 if wmemmove is declared even after undefining macros. */
632
#define HAVE_RAW_DECL_WMEMMOVE 1
633
634
/* Define to 1 if wmemset is declared even after undefining macros. */
635
#define HAVE_RAW_DECL_WMEMSET 1
636
637
/* Define to 1 if _Exit is declared even after undefining macros. */
638
#define HAVE_RAW_DECL__EXIT 1
639
640
/* Define to 1 if you have the `setenv' function. */
641
#define HAVE_SETENV 1
642
643
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
644
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */
645
646
/* Define to 1 if 'wchar_t' is a signed integer type. */
647
/* #undef HAVE_SIGNED_WCHAR_T */
648
649
/* Define to 1 if 'wint_t' is a signed integer type. */
650
/* #undef HAVE_SIGNED_WINT_T */
651
652
/* Define to 1 if you have the <stddef.h> header file. */
653
#define HAVE_STDDEF_H 1
654
655
/* Define to 1 if you have the <stdint.h> header file. */
656
#define HAVE_STDINT_H 1
657
658
/* Define to 1 if you have the <stdlib.h> header file. */
659
#define HAVE_STDLIB_H 1
660
661
/* Define to 1 if you have the `strcasecmp' function. */
662
#define HAVE_STRCASECMP 1
663
664
/* Define to 1 if you have the `strchr' function. */
665
#define HAVE_STRCHR 1
666
667
/* Define to 1 if you have the `strerror' function. */
668
#define HAVE_STRERROR 1
669
670
/* Define to 1 if you have the <strings.h> header file. */
671
#define HAVE_STRINGS_H 1
672
673
/* Define to 1 if you have the <string.h> header file. */
674
#define HAVE_STRING_H 1
675
676
/* Define to 1 if you have the `strncasecmp' function. */
677
#define HAVE_STRNCASECMP 1
678
679
/* Define to 1 if you have the `strtol' function. */
680
#define HAVE_STRTOL 1
681
682
/* Define to 1 if you have the `strtoul' function. */
683
#define HAVE_STRTOUL 1
684
685
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
686
/* #undef HAVE_STRUCT_LCONV_DECIMAL_POINT */
687
688
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
689
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
690
691
/* Define to 1 if you have the `symlink' function. */
692
#define HAVE_SYMLINK 1
693
694
/* Define to 1 if you have the <sys/bitypes.h> header file. */
695
/* #undef HAVE_SYS_BITYPES_H */
696
697
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
698
*/
699
/* #undef HAVE_SYS_DIR_H */
700
701
/* Define to 1 if you have the <sys/inttypes.h> header file. */
702
/* #undef HAVE_SYS_INTTYPES_H */
703
704
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
705
*/
706
/* #undef HAVE_SYS_NDIR_H */
707
708
/* Define to 1 if you have the <sys/param.h> header file. */
709
#define HAVE_SYS_PARAM_H 1
710
711
/* Define to 1 if you have the <sys/stat.h> header file. */
712
#define HAVE_SYS_STAT_H 1
713
714
/* Define to 1 if you have the <sys/time.h> header file. */
715
#define HAVE_SYS_TIME_H 1
716
717
/* Define to 1 if you have the <sys/types.h> header file. */
718
#define HAVE_SYS_TYPES_H 1
719
720
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
721
#define HAVE_SYS_WAIT_H 1
722
723
/* Define to 1 if you have the `timegm' function. */
724
#define HAVE_TIMEGM 1
725
726
/* Define to 1 if you have the `towlower' function. */
727
#define HAVE_TOWLOWER 1
728
729
/* Define to 1 if you have the <unistd.h> header file. */
730
#define HAVE_UNISTD_H 1
731
732
/* Define to 1 if the system has the type 'unsigned long long int'. */
733
#define HAVE_UNSIGNED_LONG_LONG_INT 1
734
735
/* Define to 1 if you have the <wchar.h> header file. */
736
#define HAVE_WCHAR_H 1
737
738
/* Define if you have the 'wchar_t' type. */
739
#define HAVE_WCHAR_T 1
740
741
/* Define to 1 if you have the `wcrtomb' function. */
742
#define HAVE_WCRTOMB 1
743
744
/* Define to 1 if you have the `wcscoll' function. */
745
#define HAVE_WCSCOLL 1
746
747
/* Define to 1 if you have the <wctype.h> header file. */
748
#define HAVE_WCTYPE_H 1
749
750
/* Define if you have the 'wint_t' type. */
751
#define HAVE_WINT_T 1
752
753
/* Define to 1 if O_NOATIME works. */
754
#define HAVE_WORKING_O_NOATIME 1
755
756
/* Define to 1 if O_NOFOLLOW works. */
757
#define HAVE_WORKING_O_NOFOLLOW 1
758
759
/* Define to 1 if you have the <xlocale.h> header file. */
760
#define HAVE_XLOCALE_H 1
761
762
/* Define to 1 if the system has the type `_Bool'. */
763
#define HAVE__BOOL 1
764
765
/* Set to the prefix directory */
766
#define LIBDAP_ROOT "/usr"
767
768
/* Define to the sub-directory in which libtool stores uninstalled libraries.
769
*/
770
#define LT_OBJDIR ".libs/"
771
772
/* Define if the mbrtowc function has the NULL pwc argument bug. */
773
/* #undef MBRTOWC_NULL_ARG1_BUG */
774
775
/* Define if the mbrtowc function has the NULL string argument bug. */
776
/* #undef MBRTOWC_NULL_ARG2_BUG */
777
778
/* Define if the mbrtowc function does not return 0 for a NUL character. */
779
/* #undef MBRTOWC_NUL_RETVAL_BUG */
780
781
/* Define if the mbrtowc function returns a wrong return value. */
782
/* #undef MBRTOWC_RETVAL_BUG */
783
784
/* Remove this to activate assert() calls. */
785
#define NDEBUG 1
786
787
/* Name of package */
788
#define PACKAGE "libdap"
789
790
/* Define to the address where bug reports for this package should be sent. */
791
#define PACKAGE_BUGREPORT "opendap-tech@opendap.org"
792
793
/* Define to the full name of this package. */
794
#define PACKAGE_NAME "libdap"
795
796
/* Define to the full name and version of this package. */
797
#define PACKAGE_STRING "libdap 3.12.0"
798
799
/* Define to the one symbol short name of this package. */
800
#define PACKAGE_TARNAME "libdap"
801
802
/* Define to the home page for this package. */
803
#define PACKAGE_URL ""
804
805
/* Define to the version of this package. */
806
#define PACKAGE_VERSION "3.12.0"
807
808
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
809
'ptrdiff_t'. */
810
/* #undef PTRDIFF_T_SUFFIX */
811
812
/* Define if nl_langinfo exists but is overridden by gnulib. */
813
/* #undef REPLACE_NL_LANGINFO */
814
815
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
816
'sig_atomic_t'. */
817
/* #undef SIG_ATOMIC_T_SUFFIX */
818
819
/* The size of `char', as computed by sizeof. */
820
#define SIZEOF_CHAR 1
821
822
/* The size of `double', as computed by sizeof. */
823
#define SIZEOF_DOUBLE 8
824
825
/* The size of `float', as computed by sizeof. */
826
#define SIZEOF_FLOAT 4
827
828
/* The size of `int', as computed by sizeof. */
829
#define SIZEOF_INT 4
830
831
/* The size of `int16_t', as computed by sizeof. */
832
#define SIZEOF_INT16_T 2
833
834
/* The size of `int32_t', as computed by sizeof. */
835
#define SIZEOF_INT32_T 4
836
837
/* The size of `long', as computed by sizeof. */
838
#define SIZEOF_LONG 4
839
840
/* The size of `uint16_t', as computed by sizeof. */
841
#define SIZEOF_UINT16_T 2
842
843
/* The size of `uint32_t', as computed by sizeof. */
844
#define SIZEOF_UINT32_T 4
845
846
/* The size of `uint8_t', as computed by sizeof. */
847
#define SIZEOF_UINT8_T 1
848
849
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
850
'size_t'. */
851
/* #undef SIZE_T_SUFFIX */
852
853
/* If using the C implementation of alloca, define if you know the
854
direction of stack growth for your system; otherwise it will be
855
automatically deduced at runtime.
856
STACK_DIRECTION > 0 => grows toward higher addresses
857
STACK_DIRECTION < 0 => grows toward lower addresses
858
STACK_DIRECTION = 0 => direction of growth unknown */
859
/* #undef STACK_DIRECTION */
860
861
/* Define to 1 if you have the ANSI C header files. */
862
#define STDC_HEADERS 1
863
864
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
865
#define TIME_WITH_SYS_TIME 1
866
867
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
868
/* #undef TM_IN_SYS_TIME */
869
870
/* Version number of package */
871
#define VERSION "3.12.0"
872
873
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
874
'wchar_t'. */
875
/* #undef WCHAR_T_SUFFIX */
876
877
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
878
'wint_t'. */
879
/* #undef WINT_T_SUFFIX */
880
881
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
882
significant byte first (like Motorola and SPARC, unlike Intel). */
883
#if defined AC_APPLE_UNIVERSAL_BUILD
884
# if defined __BIG_ENDIAN__
885
# define WORDS_BIGENDIAN 1
886
# endif
887
#else
888
# ifndef WORDS_BIGENDIAN
889
/* # undef WORDS_BIGENDIAN */
890
# endif
891
#endif
892
893
/* xdr float32 */
894
#define XDR_FLOAT32 xdr_float
895
896
/* xdr float64 */
897
#define XDR_FLOAT64 xdr_double
898
899
/* xdr int16 */
900
#define XDR_INT16 xdr_int16_t
901
902
/* xdr int32 */
903
#define XDR_INT32 xdr_int32_t
904
905
/* xdr uint16 */
906
#define XDR_UINT16 xdr_uint16_t
907
908
/* xdr uint32 */
909
#define XDR_UINT32 xdr_uint32_t
910
911
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
912
`char[]'. */
913
#define YYTEXT_POINTER 1
914
915
/* Define to 1 on Solaris. */
916
/* #undef _LCONV_C99 */
917
918
/* Define to 1 if on MINIX. */
919
/* #undef _MINIX */
920
921
/* The _Noreturn keyword of C11. */
922
#if ! (defined _Noreturn \
923
|| (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
924
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
925
|| 0x5110 <= __SUNPRO_C)
926
# define _Noreturn __attribute__ ((__noreturn__))
927
# elif defined _MSC_VER && 1200 <= _MSC_VER
928
# define _Noreturn __declspec (noreturn)
929
# else
930
# define _Noreturn
931
# endif
932
#endif
933
934
935
/* Define to 2 if the system does not provide POSIX.1 features except with
936
this defined. */
937
/* #undef _POSIX_1_SOURCE */
938
939
/* Define to 1 if you need to in order for 'stat' and other things to work. */
940
/* #undef _POSIX_SOURCE */
941
942
/* Define if you want <regex.h> to include <limits.h>, so that it consistently
943
overrides <limits.h>'s RE_DUP_MAX. */
944
/* #undef _REGEX_INCLUDE_LIMITS_H */
945
946
/* Define if you want regoff_t to be at least as wide POSIX requires. */
947
/* #undef _REGEX_LARGE_OFFSETS */
948
949
/* Define to 500 only on HP-UX. */
950
/* #undef _XOPEN_SOURCE */
951
952
/* Enable extensions on AIX 3, Interix. */
953
#ifndef _ALL_SOURCE
954
# define _ALL_SOURCE 1
955
#endif
956
/* Enable general extensions on Mac OS X. */
957
#ifndef _DARWIN_C_SOURCE
958
# define _DARWIN_C_SOURCE 1
959
#endif
960
/* Enable GNU extensions on systems that have them. */
961
#ifndef _GNU_SOURCE
962
# define _GNU_SOURCE 1
963
#endif
964
/* Enable threading extensions on Solaris. */
965
#ifndef _POSIX_PTHREAD_SEMANTICS
966
# define _POSIX_PTHREAD_SEMANTICS 1
967
#endif
968
/* Enable extensions on HP NonStop. */
969
#ifndef _TANDEM_SOURCE
970
# define _TANDEM_SOURCE 1
971
#endif
972
/* Enable general extensions on Solaris. */
973
#ifndef __EXTENSIONS__
974
# define __EXTENSIONS__ 1
975
#endif
976
977
978
/* Define to empty if `const' does not conform to ANSI C. */
979
/* #undef const */
980
981
/* Define to `__inline__' or `__inline' if that's what the C compiler
982
calls it, or to nothing if 'inline' is not supported under any name. */
983
#ifndef __cplusplus
984
/* #undef inline */
985
#endif
986
987
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
988
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
989
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
990
__APPLE__ && __MACH__ test for Mac OS X.
991
__APPLE_CC__ tests for the Apple compiler and its version.
992
__STDC_VERSION__ tests for the C99 mode. */
993
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
994
# define __GNUC_STDC_INLINE__ 1
995
#endif
996
997
/* Define to a type if <wchar.h> does not define. */
998
/* #undef mbstate_t */
999
1000
/* Define to `int' if <sys/types.h> does not define. */
1001
/* #undef mode_t */
1002
1003
/* Define to `int' if <sys/types.h> does not define. */
1004
/* #undef pid_t */
1005
1006
/* Define to rpl_re_comp if the replacement should be used. */
1007
/* #undef re_comp */
1008
1009
/* Define to rpl_re_compile_fastmap if the replacement should be used. */
1010
/* #undef re_compile_fastmap */
1011
1012
/* Define to rpl_re_compile_pattern if the replacement should be used. */
1013
/* #undef re_compile_pattern */
1014
1015
/* Define to rpl_re_exec if the replacement should be used. */
1016
/* #undef re_exec */
1017
1018
/* Define to rpl_re_match if the replacement should be used. */
1019
/* #undef re_match */
1020
1021
/* Define to rpl_re_match_2 if the replacement should be used. */
1022
/* #undef re_match_2 */
1023
1024
/* Define to rpl_re_search if the replacement should be used. */
1025
/* #undef re_search */
1026
1027
/* Define to rpl_re_search_2 if the replacement should be used. */
1028
/* #undef re_search_2 */
1029
1030
/* Define to rpl_re_set_registers if the replacement should be used. */
1031
/* #undef re_set_registers */
1032
1033
/* Define to rpl_re_set_syntax if the replacement should be used. */
1034
/* #undef re_set_syntax */
1035
1036
/* Define to rpl_re_syntax_options if the replacement should be used. */
1037
/* #undef re_syntax_options */
1038
1039
/* Define to rpl_regcomp if the replacement should be used. */
1040
/* #undef regcomp */
1041
1042
/* Define to rpl_regerror if the replacement should be used. */
1043
/* #undef regerror */
1044
1045
/* Define to rpl_regexec if the replacement should be used. */
1046
/* #undef regexec */
1047
1048
/* Define to rpl_regfree if the replacement should be used. */
1049
/* #undef regfree */
1050
1051
/* Define to the equivalent of the C99 'restrict' keyword, or to
1052
nothing if this is not supported. Do not define if restrict is
1053
supported directly. */
1054
#define restrict __restrict
1055
/* Work around a bug in Sun C++: it does not support _Restrict or
1056
__restrict__, even though the corresponding Sun C compiler ends up with
1057
"#define restrict _Restrict" or "#define restrict __restrict__" in the
1058
previous line. Perhaps some future version of Sun C++ will work with
1059
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1060
#if defined __SUNPRO_CC && !defined __RESTRICT
1061
# define _Restrict
1062
# define __restrict__
1063
#endif
1064
1065
/* Define to `unsigned int' if <sys/types.h> does not define. */
1066
/* #undef size_t */
1067
1068
/* Define as a signed type of the same size as size_t. */
1069
/* #undef ssize_t */
1070
1071
/* Define as a marker that can be attached to declarations that might not
1072
be used. This helps to reduce warnings, such as from
1073
GCC -Wunused-parameter. */
1074
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1075
# define _GL_UNUSED __attribute__ ((__unused__))
1076
#else
1077
# define _GL_UNUSED
1078
#endif
1079
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1080
is a misnomer outside of parameter lists. */
1081
#define _UNUSED_PARAMETER_ _GL_UNUSED
1082
1083
/* The __pure__ attribute was added in gcc 2.96. */
1084
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1085
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1086
#else
1087
# define _GL_ATTRIBUTE_PURE
/* empty */
1088
#endif
1089
1090
/* The __const__ attribute was added in gcc 2.95. */
1091
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1092
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1093
#else
1094
# define _GL_ATTRIBUTE_CONST
/* empty */
1095
#endif
1096
1097
1098
/* Define to empty if the keyword `volatile' does not work. Warning: valid
1099
code using `volatile' can become incorrect without. Disable with care. */
1100
/* #undef volatile */
1101
1102
/* Shorthand for gcc's unused attribute feature */
1103
#if defined(__GNUG__) || defined(__GNUC__)
1104
#define not_used __attribute__ ((unused))
1105
#else
1106
#define not_used
1107
#endif
/* __GNUG__ || __GNUC__ */
1108
1109
#endif
/* _config_h */
config.h
Generated on Tue Oct 22 2013 06:24:37 for libdap++ by
1.8.4