libdap  Updated for version 3.18.3
config.h
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.18.3"
38 
39 /* Define to 1 if using `alloca.c'. */
40 /* #undef C_ALLOCA */
41 
42 /* Should DAP4 support be enabled? */
43 #define DAP4 1
44 
45 /* Highest DAP version implemented? */
46 #define DAP_PROTOCOL_VERSION "4.0"
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.18.3"
86 
87 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
88 #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
89 
90 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
91  whether the gnulib module lock shall be considered present. */
92 #define GNULIB_LOCK 1
93 
94 /* Define to 1 when the gnulib module btowc should be tested. */
95 #define GNULIB_TEST_BTOWC 1
96 
97 /* Define to 1 when the gnulib module localeconv should be tested. */
98 #define GNULIB_TEST_LOCALECONV 1
99 
100 /* Define to 1 when the gnulib module mbrtowc should be tested. */
101 #define GNULIB_TEST_MBRTOWC 1
102 
103 /* Define to 1 when the gnulib module mbsinit should be tested. */
104 #define GNULIB_TEST_MBSINIT 1
105 
106 /* Define to 1 when the gnulib module mbtowc should be tested. */
107 #define GNULIB_TEST_MBTOWC 1
108 
109 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
110 #define GNULIB_TEST_NL_LANGINFO 1
111 
112 /* Define to 1 when the gnulib module wcrtomb should be tested. */
113 #define GNULIB_TEST_WCRTOMB 1
114 
115 /* Define to 1 if you have the `alarm' function. */
116 #define HAVE_ALARM 1
117 
118 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
119  may be supplied by this distribution. */
120 #define HAVE_ALLOCA 1
121 
122 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
123  */
124 #define HAVE_ALLOCA_H 1
125 
126 /* Define to 1 if you have the `atexit' function. */
127 #define HAVE_ATEXIT 1
128 
129 /* Define to 1 if you have the `btowc' function. */
130 #define HAVE_BTOWC 1
131 
132 /* Define to 1 if you have the <byteswap.h> header file. */
133 #define HAVE_BYTESWAP_H 1
134 
135 /* Define to 1 if you have the `bzero' function. */
136 #define HAVE_BZERO 1
137 
138 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
139  */
140 #define HAVE_DECL_ALARM 1
141 
142 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
143  don't. */
144 #define HAVE_DECL_GETC_UNLOCKED 1
145 
146 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
147  don't. */
148 /* #undef HAVE_DECL_ISBLANK */
149 
150 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
151  don't. */
152 /* #undef HAVE_DECL_MBRTOWC */
153 
154 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
155  don't. */
156 /* #undef HAVE_DECL_MBSINIT */
157 
158 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
159  don't. */
160 /* #undef HAVE_DECL_TOWLOWER */
161 
162 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
163  don't. */
164 /* #undef HAVE_DECL_WCRTOMB */
165 
166 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
167  */
168 #define HAVE_DIRENT_H 1
169 
170 /* Define to 1 if you have the <dlfcn.h> header file. */
171 #define HAVE_DLFCN_H 1
172 
173 /* Define to 1 if you have the `dup2' function. */
174 #define HAVE_DUP2 1
175 
176 /* Define to 1 if you have the <fcntl.h> header file. */
177 #define HAVE_FCNTL_H 1
178 
179 /* Define to 1 if you have the <features.h> header file. */
180 #define HAVE_FEATURES_H 1
181 
182 /* Define to 1 if you have the `getcwd' function. */
183 #define HAVE_GETCWD 1
184 
185 /* Define to 1 if you have the `getpagesize' function. */
186 #define HAVE_GETPAGESIZE 1
187 
188 /* Define to 1 if you have the <inttypes.h> header file. */
189 #define HAVE_INTTYPES_H 1
190 
191 /* Define to 1 if you have the `isblank' function. */
192 #define HAVE_ISBLANK 1
193 
194 /* Define to 1 if you have the `iswcntrl' function. */
195 #define HAVE_ISWCNTRL 1
196 
197 /* Define to 1 if you have the `iswctype' function. */
198 #define HAVE_ISWCTYPE 1
199 
200 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
201 #define HAVE_LANGINFO_CODESET 1
202 
203 /* Define to 1 if you have the <langinfo.h> header file. */
204 #define HAVE_LANGINFO_H 1
205 
206 /* Define to 1 if you have the <libintl.h> header file. */
207 /* #undef HAVE_LIBINTL_H */
208 
209 /* Define to 1 if you have the `localtime_r' function. */
210 #define HAVE_LOCALTIME_R 1
211 
212 /* Define to 1 if the system has the type 'long long int'. */
213 #define HAVE_LONG_LONG_INT 1
214 
215 /* Define to 1 if you have the <malloc.h> header file. */
216 #define HAVE_MALLOC_H 1
217 
218 /* Define to 1 if you have the `mbrtowc' function. */
219 #define HAVE_MBRTOWC 1
220 
221 /* Define to 1 if you have the `mbsinit' function. */
222 #define HAVE_MBSINIT 1
223 
224 /* Define to 1 if <wchar.h> declares mbstate_t. */
225 #define HAVE_MBSTATE_T 1
226 
227 /* Define to 1 if you have the `memmove' function. */
228 #define HAVE_MEMMOVE 1
229 
230 /* Define to 1 if you have the <memory.h> header file. */
231 #define HAVE_MEMORY_H 1
232 
233 /* Define to 1 if you have the `memset' function. */
234 #define HAVE_MEMSET 1
235 
236 /* Define to 1 if you have the `mktime' function. */
237 #define HAVE_MKTIME 1
238 
239 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
240 /* #undef HAVE_NDIR_H */
241 
242 /* Define to 1 if you have the <netinet/in.h> header file. */
243 #define HAVE_NETINET_IN_H 1
244 
245 /* Define to 1 if you have the `nl_langinfo' function. */
246 #define HAVE_NL_LANGINFO 1
247 
248 /* Define to 1 if you have the `pow' function. */
249 /* #undef HAVE_POW */
250 
251 /* Define to 1 if you have the <pthread.h> header file. */
252 #define HAVE_PTHREAD_H 1
253 
254 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
255 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
256 
257 /* Define if the POSIX multithreading library has read/write locks. */
258 #define HAVE_PTHREAD_RWLOCK 1
259 
260 /* Define to 1 if you have the `putenv' function. */
261 #define HAVE_PUTENV 1
262 
263 /* Define to 1 if atoll is declared even after undefining macros. */
264 #define HAVE_RAW_DECL_ATOLL 1
265 
266 /* Define to 1 if btowc is declared even after undefining macros. */
267 #define HAVE_RAW_DECL_BTOWC 1
268 
269 /* Define to 1 if canonicalize_file_name is declared even after undefining
270  macros. */
271 #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
272 
273 /* Define to 1 if chdir is declared even after undefining macros. */
274 #define HAVE_RAW_DECL_CHDIR 1
275 
276 /* Define to 1 if chown is declared even after undefining macros. */
277 #define HAVE_RAW_DECL_CHOWN 1
278 
279 /* Define to 1 if dup is declared even after undefining macros. */
280 #define HAVE_RAW_DECL_DUP 1
281 
282 /* Define to 1 if dup2 is declared even after undefining macros. */
283 #define HAVE_RAW_DECL_DUP2 1
284 
285 /* Define to 1 if dup3 is declared even after undefining macros. */
286 #define HAVE_RAW_DECL_DUP3 1
287 
288 /* Define to 1 if duplocale is declared even after undefining macros. */
289 #define HAVE_RAW_DECL_DUPLOCALE 1
290 
291 /* Define to 1 if endusershell is declared even after undefining macros. */
292 #define HAVE_RAW_DECL_ENDUSERSHELL 1
293 
294 /* Define to 1 if environ is declared even after undefining macros. */
295 #define HAVE_RAW_DECL_ENVIRON 1
296 
297 /* Define to 1 if euidaccess is declared even after undefining macros. */
298 #define HAVE_RAW_DECL_EUIDACCESS 1
299 
300 /* Define to 1 if faccessat is declared even after undefining macros. */
301 #define HAVE_RAW_DECL_FACCESSAT 1
302 
303 /* Define to 1 if fchdir is declared even after undefining macros. */
304 #define HAVE_RAW_DECL_FCHDIR 1
305 
306 /* Define to 1 if fchownat is declared even after undefining macros. */
307 #define HAVE_RAW_DECL_FCHOWNAT 1
308 
309 /* Define to 1 if fdatasync is declared even after undefining macros. */
310 #define HAVE_RAW_DECL_FDATASYNC 1
311 
312 /* Define to 1 if fsync is declared even after undefining macros. */
313 #define HAVE_RAW_DECL_FSYNC 1
314 
315 /* Define to 1 if ftruncate is declared even after undefining macros. */
316 #define HAVE_RAW_DECL_FTRUNCATE 1
317 
318 /* Define to 1 if getcwd is declared even after undefining macros. */
319 #define HAVE_RAW_DECL_GETCWD 1
320 
321 /* Define to 1 if getdomainname is declared even after undefining macros. */
322 #define HAVE_RAW_DECL_GETDOMAINNAME 1
323 
324 /* Define to 1 if getdtablesize is declared even after undefining macros. */
325 #define HAVE_RAW_DECL_GETDTABLESIZE 1
326 
327 /* Define to 1 if getgroups is declared even after undefining macros. */
328 #define HAVE_RAW_DECL_GETGROUPS 1
329 
330 /* Define to 1 if gethostname is declared even after undefining macros. */
331 #define HAVE_RAW_DECL_GETHOSTNAME 1
332 
333 /* Define to 1 if getloadavg is declared even after undefining macros. */
334 #define HAVE_RAW_DECL_GETLOADAVG 1
335 
336 /* Define to 1 if getlogin is declared even after undefining macros. */
337 #define HAVE_RAW_DECL_GETLOGIN 1
338 
339 /* Define to 1 if getlogin_r is declared even after undefining macros. */
340 #define HAVE_RAW_DECL_GETLOGIN_R 1
341 
342 /* Define to 1 if getpagesize is declared even after undefining macros. */
343 #define HAVE_RAW_DECL_GETPAGESIZE 1
344 
345 /* Define to 1 if getsubopt is declared even after undefining macros. */
346 #define HAVE_RAW_DECL_GETSUBOPT 1
347 
348 /* Define to 1 if getusershell is declared even after undefining macros. */
349 #define HAVE_RAW_DECL_GETUSERSHELL 1
350 
351 /* Define to 1 if grantpt is declared even after undefining macros. */
352 #define HAVE_RAW_DECL_GRANTPT 1
353 
354 /* Define to 1 if group_member is declared even after undefining macros. */
355 #define HAVE_RAW_DECL_GROUP_MEMBER 1
356 
357 /* Define to 1 if initstate is declared even after undefining macros. */
358 #define HAVE_RAW_DECL_INITSTATE 1
359 
360 /* Define to 1 if initstate_r is declared even after undefining macros. */
361 #define HAVE_RAW_DECL_INITSTATE_R 1
362 
363 /* Define to 1 if isatty is declared even after undefining macros. */
364 #define HAVE_RAW_DECL_ISATTY 1
365 
366 /* Define to 1 if iswctype is declared even after undefining macros. */
367 #define HAVE_RAW_DECL_ISWCTYPE 1
368 
369 /* Define to 1 if lchown is declared even after undefining macros. */
370 #define HAVE_RAW_DECL_LCHOWN 1
371 
372 /* Define to 1 if link is declared even after undefining macros. */
373 #define HAVE_RAW_DECL_LINK 1
374 
375 /* Define to 1 if linkat is declared even after undefining macros. */
376 #define HAVE_RAW_DECL_LINKAT 1
377 
378 /* Define to 1 if lseek is declared even after undefining macros. */
379 #define HAVE_RAW_DECL_LSEEK 1
380 
381 /* Define to 1 if mbrlen is declared even after undefining macros. */
382 #define HAVE_RAW_DECL_MBRLEN 1
383 
384 /* Define to 1 if mbrtowc is declared even after undefining macros. */
385 #define HAVE_RAW_DECL_MBRTOWC 1
386 
387 /* Define to 1 if mbsinit is declared even after undefining macros. */
388 #define HAVE_RAW_DECL_MBSINIT 1
389 
390 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
391 #define HAVE_RAW_DECL_MBSNRTOWCS 1
392 
393 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
394 #define HAVE_RAW_DECL_MBSRTOWCS 1
395 
396 /* Define to 1 if mkdtemp is declared even after undefining macros. */
397 #define HAVE_RAW_DECL_MKDTEMP 1
398 
399 /* Define to 1 if mkostemp is declared even after undefining macros. */
400 #define HAVE_RAW_DECL_MKOSTEMP 1
401 
402 /* Define to 1 if mkostemps is declared even after undefining macros. */
403 #define HAVE_RAW_DECL_MKOSTEMPS 1
404 
405 /* Define to 1 if mkstemp is declared even after undefining macros. */
406 #define HAVE_RAW_DECL_MKSTEMP 1
407 
408 /* Define to 1 if mkstemps is declared even after undefining macros. */
409 #define HAVE_RAW_DECL_MKSTEMPS 1
410 
411 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
412 #define HAVE_RAW_DECL_NL_LANGINFO 1
413 
414 /* Define to 1 if pipe is declared even after undefining macros. */
415 #define HAVE_RAW_DECL_PIPE 1
416 
417 /* Define to 1 if pipe2 is declared even after undefining macros. */
418 #define HAVE_RAW_DECL_PIPE2 1
419 
420 /* Define to 1 if posix_openpt is declared even after undefining macros. */
421 #define HAVE_RAW_DECL_POSIX_OPENPT 1
422 
423 /* Define to 1 if pread is declared even after undefining macros. */
424 #define HAVE_RAW_DECL_PREAD 1
425 
426 /* Define to 1 if ptsname is declared even after undefining macros. */
427 #define HAVE_RAW_DECL_PTSNAME 1
428 
429 /* Define to 1 if ptsname_r is declared even after undefining macros. */
430 #define HAVE_RAW_DECL_PTSNAME_R 1
431 
432 /* Define to 1 if pwrite is declared even after undefining macros. */
433 #define HAVE_RAW_DECL_PWRITE 1
434 
435 /* Define to 1 if random is declared even after undefining macros. */
436 #define HAVE_RAW_DECL_RANDOM 1
437 
438 /* Define to 1 if random_r is declared even after undefining macros. */
439 #define HAVE_RAW_DECL_RANDOM_R 1
440 
441 /* Define to 1 if readlink is declared even after undefining macros. */
442 #define HAVE_RAW_DECL_READLINK 1
443 
444 /* Define to 1 if readlinkat is declared even after undefining macros. */
445 #define HAVE_RAW_DECL_READLINKAT 1
446 
447 /* Define to 1 if realpath is declared even after undefining macros. */
448 #define HAVE_RAW_DECL_REALPATH 1
449 
450 /* Define to 1 if rmdir is declared even after undefining macros. */
451 #define HAVE_RAW_DECL_RMDIR 1
452 
453 /* Define to 1 if rpmatch is declared even after undefining macros. */
454 #define HAVE_RAW_DECL_RPMATCH 1
455 
456 /* Define to 1 if secure_getenv is declared even after undefining macros. */
457 #define HAVE_RAW_DECL_SECURE_GETENV 1
458 
459 /* Define to 1 if setenv is declared even after undefining macros. */
460 #define HAVE_RAW_DECL_SETENV 1
461 
462 /* Define to 1 if sethostname is declared even after undefining macros. */
463 #define HAVE_RAW_DECL_SETHOSTNAME 1
464 
465 /* Define to 1 if setlocale is declared even after undefining macros. */
466 #define HAVE_RAW_DECL_SETLOCALE 1
467 
468 /* Define to 1 if setstate is declared even after undefining macros. */
469 #define HAVE_RAW_DECL_SETSTATE 1
470 
471 /* Define to 1 if setstate_r is declared even after undefining macros. */
472 #define HAVE_RAW_DECL_SETSTATE_R 1
473 
474 /* Define to 1 if setusershell is declared even after undefining macros. */
475 #define HAVE_RAW_DECL_SETUSERSHELL 1
476 
477 /* Define to 1 if sleep is declared even after undefining macros. */
478 #define HAVE_RAW_DECL_SLEEP 1
479 
480 /* Define to 1 if srandom is declared even after undefining macros. */
481 #define HAVE_RAW_DECL_SRANDOM 1
482 
483 /* Define to 1 if srandom_r is declared even after undefining macros. */
484 #define HAVE_RAW_DECL_SRANDOM_R 1
485 
486 /* Define to 1 if strtod is declared even after undefining macros. */
487 #define HAVE_RAW_DECL_STRTOD 1
488 
489 /* Define to 1 if strtoll is declared even after undefining macros. */
490 #define HAVE_RAW_DECL_STRTOLL 1
491 
492 /* Define to 1 if strtoull is declared even after undefining macros. */
493 #define HAVE_RAW_DECL_STRTOULL 1
494 
495 /* Define to 1 if symlink is declared even after undefining macros. */
496 #define HAVE_RAW_DECL_SYMLINK 1
497 
498 /* Define to 1 if symlinkat is declared even after undefining macros. */
499 #define HAVE_RAW_DECL_SYMLINKAT 1
500 
501 /* Define to 1 if towctrans is declared even after undefining macros. */
502 #define HAVE_RAW_DECL_TOWCTRANS 1
503 
504 /* Define to 1 if ttyname_r is declared even after undefining macros. */
505 #define HAVE_RAW_DECL_TTYNAME_R 1
506 
507 /* Define to 1 if unlink is declared even after undefining macros. */
508 #define HAVE_RAW_DECL_UNLINK 1
509 
510 /* Define to 1 if unlinkat is declared even after undefining macros. */
511 #define HAVE_RAW_DECL_UNLINKAT 1
512 
513 /* Define to 1 if unlockpt is declared even after undefining macros. */
514 #define HAVE_RAW_DECL_UNLOCKPT 1
515 
516 /* Define to 1 if unsetenv is declared even after undefining macros. */
517 #define HAVE_RAW_DECL_UNSETENV 1
518 
519 /* Define to 1 if usleep is declared even after undefining macros. */
520 #define HAVE_RAW_DECL_USLEEP 1
521 
522 /* Define to 1 if wcpcpy is declared even after undefining macros. */
523 #define HAVE_RAW_DECL_WCPCPY 1
524 
525 /* Define to 1 if wcpncpy is declared even after undefining macros. */
526 #define HAVE_RAW_DECL_WCPNCPY 1
527 
528 /* Define to 1 if wcrtomb is declared even after undefining macros. */
529 #define HAVE_RAW_DECL_WCRTOMB 1
530 
531 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
532 #define HAVE_RAW_DECL_WCSCASECMP 1
533 
534 /* Define to 1 if wcscat is declared even after undefining macros. */
535 #define HAVE_RAW_DECL_WCSCAT 1
536 
537 /* Define to 1 if wcschr is declared even after undefining macros. */
538 #define HAVE_RAW_DECL_WCSCHR 1
539 
540 /* Define to 1 if wcscmp is declared even after undefining macros. */
541 #define HAVE_RAW_DECL_WCSCMP 1
542 
543 /* Define to 1 if wcscoll is declared even after undefining macros. */
544 #define HAVE_RAW_DECL_WCSCOLL 1
545 
546 /* Define to 1 if wcscpy is declared even after undefining macros. */
547 #define HAVE_RAW_DECL_WCSCPY 1
548 
549 /* Define to 1 if wcscspn is declared even after undefining macros. */
550 #define HAVE_RAW_DECL_WCSCSPN 1
551 
552 /* Define to 1 if wcsdup is declared even after undefining macros. */
553 #define HAVE_RAW_DECL_WCSDUP 1
554 
555 /* Define to 1 if wcslen is declared even after undefining macros. */
556 #define HAVE_RAW_DECL_WCSLEN 1
557 
558 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
559 #define HAVE_RAW_DECL_WCSNCASECMP 1
560 
561 /* Define to 1 if wcsncat is declared even after undefining macros. */
562 #define HAVE_RAW_DECL_WCSNCAT 1
563 
564 /* Define to 1 if wcsncmp is declared even after undefining macros. */
565 #define HAVE_RAW_DECL_WCSNCMP 1
566 
567 /* Define to 1 if wcsncpy is declared even after undefining macros. */
568 #define HAVE_RAW_DECL_WCSNCPY 1
569 
570 /* Define to 1 if wcsnlen is declared even after undefining macros. */
571 #define HAVE_RAW_DECL_WCSNLEN 1
572 
573 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
574 #define HAVE_RAW_DECL_WCSNRTOMBS 1
575 
576 /* Define to 1 if wcspbrk is declared even after undefining macros. */
577 #define HAVE_RAW_DECL_WCSPBRK 1
578 
579 /* Define to 1 if wcsrchr is declared even after undefining macros. */
580 #define HAVE_RAW_DECL_WCSRCHR 1
581 
582 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
583 #define HAVE_RAW_DECL_WCSRTOMBS 1
584 
585 /* Define to 1 if wcsspn is declared even after undefining macros. */
586 #define HAVE_RAW_DECL_WCSSPN 1
587 
588 /* Define to 1 if wcsstr is declared even after undefining macros. */
589 #define HAVE_RAW_DECL_WCSSTR 1
590 
591 /* Define to 1 if wcstok is declared even after undefining macros. */
592 #define HAVE_RAW_DECL_WCSTOK 1
593 
594 /* Define to 1 if wcswidth is declared even after undefining macros. */
595 #define HAVE_RAW_DECL_WCSWIDTH 1
596 
597 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
598 #define HAVE_RAW_DECL_WCSXFRM 1
599 
600 /* Define to 1 if wctob is declared even after undefining macros. */
601 #define HAVE_RAW_DECL_WCTOB 1
602 
603 /* Define to 1 if wctrans is declared even after undefining macros. */
604 #define HAVE_RAW_DECL_WCTRANS 1
605 
606 /* Define to 1 if wctype is declared even after undefining macros. */
607 #define HAVE_RAW_DECL_WCTYPE 1
608 
609 /* Define to 1 if wcwidth is declared even after undefining macros. */
610 #define HAVE_RAW_DECL_WCWIDTH 1
611 
612 /* Define to 1 if wmemchr is declared even after undefining macros. */
613 #define HAVE_RAW_DECL_WMEMCHR 1
614 
615 /* Define to 1 if wmemcmp is declared even after undefining macros. */
616 #define HAVE_RAW_DECL_WMEMCMP 1
617 
618 /* Define to 1 if wmemcpy is declared even after undefining macros. */
619 #define HAVE_RAW_DECL_WMEMCPY 1
620 
621 /* Define to 1 if wmemmove is declared even after undefining macros. */
622 #define HAVE_RAW_DECL_WMEMMOVE 1
623 
624 /* Define to 1 if wmemset is declared even after undefining macros. */
625 #define HAVE_RAW_DECL_WMEMSET 1
626 
627 /* Define to 1 if _Exit is declared even after undefining macros. */
628 #define HAVE_RAW_DECL__EXIT 1
629 
630 /* Define to 1 if you have the `setenv' function. */
631 #define HAVE_SETENV 1
632 
633 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
634 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
635 
636 /* Define to 1 if 'wchar_t' is a signed integer type. */
637 /* #undef HAVE_SIGNED_WCHAR_T */
638 
639 /* Define to 1 if 'wint_t' is a signed integer type. */
640 /* #undef HAVE_SIGNED_WINT_T */
641 
642 /* Define to 1 if you have the <stddef.h> header file. */
643 #define HAVE_STDDEF_H 1
644 
645 /* Define to 1 if you have the <stdint.h> header file. */
646 #define HAVE_STDINT_H 1
647 
648 /* Define to 1 if you have the <stdlib.h> header file. */
649 #define HAVE_STDLIB_H 1
650 
651 /* Define to 1 if you have the `strchr' function. */
652 #define HAVE_STRCHR 1
653 
654 /* Define to 1 if you have the `strerror' function. */
655 #define HAVE_STRERROR 1
656 
657 /* Define to 1 if you have the <strings.h> header file. */
658 #define HAVE_STRINGS_H 1
659 
660 /* Define to 1 if you have the <string.h> header file. */
661 #define HAVE_STRING_H 1
662 
663 /* Define to 1 if you have the `strtol' function. */
664 #define HAVE_STRTOL 1
665 
666 /* Define to 1 if you have the `strtoul' function. */
667 #define HAVE_STRTOUL 1
668 
669 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
670 /* #undef HAVE_STRUCT_LCONV_DECIMAL_POINT */
671 
672 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
673 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
674 
675 /* Define to 1 if you have the `symlink' function. */
676 #define HAVE_SYMLINK 1
677 
678 /* Define to 1 if you have the <sys/bitypes.h> header file. */
679 /* #undef HAVE_SYS_BITYPES_H */
680 
681 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
682  */
683 /* #undef HAVE_SYS_DIR_H */
684 
685 /* Define to 1 if you have the <sys/inttypes.h> header file. */
686 /* #undef HAVE_SYS_INTTYPES_H */
687 
688 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
689  */
690 /* #undef HAVE_SYS_NDIR_H */
691 
692 /* Define to 1 if you have the <sys/param.h> header file. */
693 #define HAVE_SYS_PARAM_H 1
694 
695 /* Define to 1 if you have the <sys/stat.h> header file. */
696 #define HAVE_SYS_STAT_H 1
697 
698 /* Define to 1 if you have the <sys/time.h> header file. */
699 #define HAVE_SYS_TIME_H 1
700 
701 /* Define to 1 if you have the <sys/types.h> header file. */
702 #define HAVE_SYS_TYPES_H 1
703 
704 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
705 #define HAVE_SYS_WAIT_H 1
706 
707 /* Define to 1 if you have the `timegm' function. */
708 #define HAVE_TIMEGM 1
709 
710 /* Define to 1 if you have the `towlower' function. */
711 #define HAVE_TOWLOWER 1
712 
713 /* Define to 1 if you have the <unistd.h> header file. */
714 #define HAVE_UNISTD_H 1
715 
716 /* Define to 1 if the system has the type 'unsigned long long int'. */
717 #define HAVE_UNSIGNED_LONG_LONG_INT 1
718 
719 /* Define to 1 if you have the <uuid.h> header file. */
720 /* #undef HAVE_UUID_H */
721 
722 /* Define to 1 if you have the <uuid/uuid.h> header file. */
723 #define HAVE_UUID_UUID_H 1
724 
725 /* Define to 1 if you have the <wchar.h> header file. */
726 #define HAVE_WCHAR_H 1
727 
728 /* Define if you have the 'wchar_t' type. */
729 #define HAVE_WCHAR_T 1
730 
731 /* Define to 1 if you have the `wcrtomb' function. */
732 #define HAVE_WCRTOMB 1
733 
734 /* Define to 1 if you have the <wctype.h> header file. */
735 #define HAVE_WCTYPE_H 1
736 
737 /* Define if you have the 'wint_t' type. */
738 #define HAVE_WINT_T 1
739 
740 /* Define to 1 if O_NOATIME works. */
741 #define HAVE_WORKING_O_NOATIME 1
742 
743 /* Define to 1 if O_NOFOLLOW works. */
744 #define HAVE_WORKING_O_NOFOLLOW 1
745 
746 /* Define to 1 if you have the <xlocale.h> header file. */
747 /* #undef HAVE_XLOCALE_H */
748 
749 /* Define to 1 if the system has the type `_Bool'. */
750 #define HAVE__BOOL 1
751 
752 /* Set to the prefix directory */
753 #define LIBDAP_ROOT "/usr"
754 
755 /* Define to the sub-directory where libtool stores uninstalled libraries. */
756 #define LT_OBJDIR ".libs/"
757 
758 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
759 #define MALLOC_0_IS_NONNULL 1
760 
761 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
762  */
763 /* #undef MBRTOWC_EMPTY_INPUT_BUG */
764 
765 /* Define if the mbrtowc function has the NULL pwc argument bug. */
766 /* #undef MBRTOWC_NULL_ARG1_BUG */
767 
768 /* Define if the mbrtowc function has the NULL string argument bug. */
769 /* #undef MBRTOWC_NULL_ARG2_BUG */
770 
771 /* Define if the mbrtowc function does not return 0 for a NUL character. */
772 /* #undef MBRTOWC_NUL_RETVAL_BUG */
773 
774 /* Define if the mbrtowc function returns a wrong return value. */
775 /* #undef MBRTOWC_RETVAL_BUG */
776 
777 /* Define this to suppres assert() calls. */
778 #define NDEBUG 1
779 
780 /* Name of package */
781 #define PACKAGE "libdap"
782 
783 /* Define to the address where bug reports for this package should be sent. */
784 #define PACKAGE_BUGREPORT "opendap-tech@opendap.org"
785 
786 /* Define to the full name of this package. */
787 #define PACKAGE_NAME "libdap"
788 
789 /* Define to the full name and version of this package. */
790 #define PACKAGE_STRING "libdap 3.18.3"
791 
792 /* Define to the one symbol short name of this package. */
793 #define PACKAGE_TARNAME "libdap"
794 
795 /* Define to the home page for this package. */
796 #define PACKAGE_URL ""
797 
798 /* Define to the version of this package. */
799 #define PACKAGE_VERSION "3.18.3"
800 
801 /* Define if the pthread_in_use() detection is hard. */
802 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
803 
804 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
805  'ptrdiff_t'. */
806 /* #undef PTRDIFF_T_SUFFIX */
807 
808 /* Define if nl_langinfo exists but is overridden by gnulib. */
809 /* #undef REPLACE_NL_LANGINFO */
810 
811 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
812  'sig_atomic_t'. */
813 /* #undef SIG_ATOMIC_T_SUFFIX */
814 
815 /* The size of `char', as computed by sizeof. */
816 #define SIZEOF_CHAR 1
817 
818 /* The size of `double', as computed by sizeof. */
819 #define SIZEOF_DOUBLE 8
820 
821 /* The size of `float', as computed by sizeof. */
822 #define SIZEOF_FLOAT 4
823 
824 /* The size of `int', as computed by sizeof. */
825 #define SIZEOF_INT 4
826 
827 /* The size of `int16_t', as computed by sizeof. */
828 #define SIZEOF_INT16_T 2
829 
830 /* The size of `int32_t', as computed by sizeof. */
831 #define SIZEOF_INT32_T 4
832 
833 /* The size of `long', as computed by sizeof. */
834 #define SIZEOF_LONG 8
835 
836 /* The size of `uint16_t', as computed by sizeof. */
837 #define SIZEOF_UINT16_T 2
838 
839 /* The size of `uint32_t', as computed by sizeof. */
840 #define SIZEOF_UINT32_T 4
841 
842 /* The size of `uint8_t', as computed by sizeof. */
843 #define SIZEOF_UINT8_T 1
844 
845 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
846  'size_t'. */
847 /* #undef SIZE_T_SUFFIX */
848 
849 /* If using the C implementation of alloca, define if you know the
850  direction of stack growth for your system; otherwise it will be
851  automatically deduced at runtime.
852  STACK_DIRECTION > 0 => grows toward higher addresses
853  STACK_DIRECTION < 0 => grows toward lower addresses
854  STACK_DIRECTION = 0 => direction of growth unknown */
855 /* #undef STACK_DIRECTION */
856 
857 /* Define to 1 if you have the ANSI C header files. */
858 #define STDC_HEADERS 1
859 
860 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
861 #define TIME_WITH_SYS_TIME 1
862 
863 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
864 /* #undef TM_IN_SYS_TIME */
865 
866 /* Define if the POSIX multithreading library can be used. */
867 #define USE_POSIX_THREADS 1
868 
869 /* Define if references to the POSIX multithreading library should be made
870  weak. */
871 #define USE_POSIX_THREADS_WEAK 1
872 
873 /* Define if the GNU Pth multithreading library can be used. */
874 /* #undef USE_PTH_THREADS */
875 
876 /* Define if references to the GNU Pth multithreading library should be made
877  weak. */
878 /* #undef USE_PTH_THREADS_WEAK */
879 
880 /* Define if the old Solaris multithreading library can be used. */
881 /* #undef USE_SOLARIS_THREADS */
882 
883 /* Define if references to the old Solaris multithreading library should be
884  made weak. */
885 /* #undef USE_SOLARIS_THREADS_WEAK */
886 
887 /* Enable extensions on AIX 3, Interix. */
888 #ifndef _ALL_SOURCE
889 # define _ALL_SOURCE 1
890 #endif
891 /* Enable general extensions on OS X. */
892 #ifndef _DARWIN_C_SOURCE
893 # define _DARWIN_C_SOURCE 1
894 #endif
895 /* Enable GNU extensions on systems that have them. */
896 #ifndef _GNU_SOURCE
897 # define _GNU_SOURCE 1
898 #endif
899 /* Use GNU style printf and scanf. */
900 #ifndef __USE_MINGW_ANSI_STDIO
901 # define __USE_MINGW_ANSI_STDIO 1
902 #endif
903 /* Enable threading extensions on Solaris. */
904 #ifndef _POSIX_PTHREAD_SEMANTICS
905 # define _POSIX_PTHREAD_SEMANTICS 1
906 #endif
907 /* Enable extensions on HP NonStop. */
908 #ifndef _TANDEM_SOURCE
909 # define _TANDEM_SOURCE 1
910 #endif
911 /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
912  mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
913  whether compiling with -Ae or -D_HPUX_SOURCE=1. */
914 #ifndef _XOPEN_SOURCE
915 /* # undef _XOPEN_SOURCE */
916 #endif
917 /* Enable general extensions on Solaris. */
918 #ifndef __EXTENSIONS__
919 # define __EXTENSIONS__ 1
920 #endif
921 
922 
923 /* Define if the native Windows multithreading API can be used. */
924 /* #undef USE_WINDOWS_THREADS */
925 
926 /* Version number of package */
927 #define VERSION "3.18.3"
928 
929 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
930  'wchar_t'. */
931 /* #undef WCHAR_T_SUFFIX */
932 
933 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
934  'wint_t'. */
935 /* #undef WINT_T_SUFFIX */
936 
937 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
938  significant byte first (like Motorola and SPARC, unlike Intel). */
939 #if defined AC_APPLE_UNIVERSAL_BUILD
940 # if defined __BIG_ENDIAN__
941 # define WORDS_BIGENDIAN 1
942 # endif
943 #else
944 # ifndef WORDS_BIGENDIAN
945 # define WORDS_BIGENDIAN 1
946 # endif
947 #endif
948 
949 /* xdr float32 */
950 #define XDR_FLOAT32 xdr_float
951 
952 /* xdr float64 */
953 #define XDR_FLOAT64 xdr_double
954 
955 /* xdr int16 */
956 #define XDR_INT16 xdr_int16_t
957 
958 /* xdr int32 */
959 #define XDR_INT32 xdr_int32_t
960 
961 /* xdr uint16 */
962 #define XDR_UINT16 xdr_uint16_t
963 
964 /* xdr uint32 */
965 #define XDR_UINT32 xdr_uint32_t
966 
967 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
968  `char[]'. */
969 /* #undef YYTEXT_POINTER */
970 
971 /* Define to 1 on Solaris. */
972 /* #undef _LCONV_C99 */
973 
974 /* Define to 1 if on MINIX. */
975 /* #undef _MINIX */
976 
977 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
978 /* #undef _NETBSD_SOURCE */
979 
980 /* The _Noreturn keyword of C11. */
981 #if ! (defined _Noreturn \
982  || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
983 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
984  || 0x5110 <= __SUNPRO_C)
985 # define _Noreturn __attribute__ ((__noreturn__))
986 # elif defined _MSC_VER && 1200 <= _MSC_VER
987 # define _Noreturn __declspec (noreturn)
988 # else
989 # define _Noreturn
990 # endif
991 #endif
992 
993 
994 /* Define to 2 if the system does not provide POSIX.1 features except with
995  this defined. */
996 /* #undef _POSIX_1_SOURCE */
997 
998 /* Define to 1 if you need to in order for 'stat' and other things to work. */
999 /* #undef _POSIX_SOURCE */
1000 
1001 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
1002  overrides <limits.h>'s RE_DUP_MAX. */
1003 /* #undef _REGEX_INCLUDE_LIMITS_H */
1004 
1005 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1006 /* #undef _REGEX_LARGE_OFFSETS */
1007 
1008 /* Define to empty if `const' does not conform to ANSI C. */
1009 /* #undef const */
1010 
1011 /* Please see the Gnulib manual for how to use these macros.
1012 
1013  Suppress extern inline with HP-UX cc, as it appears to be broken; see
1014  <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1015 
1016  Suppress extern inline with Sun C in standards-conformance mode, as it
1017  mishandles inline functions that call each other. E.g., for 'inline void f
1018  (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1019  'reference to static identifier "f" in extern inline function'.
1020  This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1021 
1022  Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1023  on configurations that mistakenly use 'static inline' to implement
1024  functions or macros in standard C headers like <ctype.h>. For example,
1025  if isdigit is mistakenly implemented via a static inline function,
1026  a program containing an extern inline function that calls isdigit
1027  may not work since the C standard prohibits extern inline functions
1028  from calling static functions. This bug is known to occur on:
1029 
1030  OS X 10.8 and earlier; see:
1031  http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
1032 
1033  DragonFly; see
1034  http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1035 
1036  FreeBSD; see:
1037  http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
1038 
1039  OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
1040  for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
1041  Assume DragonFly and FreeBSD will be similar. */
1042 #if (((defined __APPLE__ && defined __MACH__) \
1043  || defined __DragonFly__ || defined __FreeBSD__) \
1044  && (defined __header_inline \
1045  ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1046  && ! defined __clang__) \
1047  : ((! defined _DONT_USE_CTYPE_INLINE_ \
1048  && (defined __GNUC__ || defined __cplusplus)) \
1049  || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1050  && defined __GNUC__ && ! defined __cplusplus))))
1051 # define _GL_EXTERN_INLINE_STDHEADER_BUG
1052 #endif
1053 #if ((__GNUC__ \
1054  ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1055  : (199901L <= __STDC_VERSION__ \
1056  && !defined __HP_cc \
1057  && !(defined __SUNPRO_C && __STDC__))) \
1058  && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1059 # define _GL_INLINE inline
1060 # define _GL_EXTERN_INLINE extern inline
1061 # define _GL_EXTERN_INLINE_IN_USE
1062 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1063  && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1064 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1065  /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1066 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1067 # else
1068 # define _GL_INLINE extern inline
1069 # endif
1070 # define _GL_EXTERN_INLINE extern
1071 # define _GL_EXTERN_INLINE_IN_USE
1072 #else
1073 # define _GL_INLINE static _GL_UNUSED
1074 # define _GL_EXTERN_INLINE static _GL_UNUSED
1075 #endif
1076 
1077 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1078  suppress bogus "no previous prototype for 'FOO'"
1079  and "no previous declaration for 'FOO'" diagnostics,
1080  when FOO is an inline function in the header; see
1081  <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1082  <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
1083 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
1084 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1085 # define _GL_INLINE_HEADER_CONST_PRAGMA
1086 # else
1087 # define _GL_INLINE_HEADER_CONST_PRAGMA \
1088  _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1089 # endif
1090 # define _GL_INLINE_HEADER_BEGIN \
1091  _Pragma ("GCC diagnostic push") \
1092  _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1093  _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1094  _GL_INLINE_HEADER_CONST_PRAGMA
1095 # define _GL_INLINE_HEADER_END \
1096  _Pragma ("GCC diagnostic pop")
1097 #else
1098 # define _GL_INLINE_HEADER_BEGIN
1099 # define _GL_INLINE_HEADER_END
1100 #endif
1101 
1102 /* Define to `__inline__' or `__inline' if that's what the C compiler
1103  calls it, or to nothing if 'inline' is not supported under any name. */
1104 #ifndef __cplusplus
1105 /* #undef inline */
1106 #endif
1107 
1108 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1109  the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1110  earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1111  __APPLE__ && __MACH__ test for Mac OS X.
1112  __APPLE_CC__ tests for the Apple compiler and its version.
1113  __STDC_VERSION__ tests for the C99 mode. */
1114 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1115 # define __GNUC_STDC_INLINE__ 1
1116 #endif
1117 
1118 /* Define to a type if <wchar.h> does not define. */
1119 /* #undef mbstate_t */
1120 
1121 /* Define to `int' if <sys/types.h> does not define. */
1122 /* #undef mode_t */
1123 
1124 /* Define to `int' if <sys/types.h> does not define. */
1125 /* #undef pid_t */
1126 
1127 /* Define to rpl_re_comp if the replacement should be used. */
1128 /* #undef re_comp */
1129 
1130 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1131 /* #undef re_compile_fastmap */
1132 
1133 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1134 /* #undef re_compile_pattern */
1135 
1136 /* Define to rpl_re_exec if the replacement should be used. */
1137 /* #undef re_exec */
1138 
1139 /* Define to rpl_re_match if the replacement should be used. */
1140 /* #undef re_match */
1141 
1142 /* Define to rpl_re_match_2 if the replacement should be used. */
1143 /* #undef re_match_2 */
1144 
1145 /* Define to rpl_re_search if the replacement should be used. */
1146 /* #undef re_search */
1147 
1148 /* Define to rpl_re_search_2 if the replacement should be used. */
1149 /* #undef re_search_2 */
1150 
1151 /* Define to rpl_re_set_registers if the replacement should be used. */
1152 /* #undef re_set_registers */
1153 
1154 /* Define to rpl_re_set_syntax if the replacement should be used. */
1155 /* #undef re_set_syntax */
1156 
1157 /* Define to rpl_re_syntax_options if the replacement should be used. */
1158 /* #undef re_syntax_options */
1159 
1160 /* Define to rpl_regcomp if the replacement should be used. */
1161 /* #undef regcomp */
1162 
1163 /* Define to rpl_regerror if the replacement should be used. */
1164 /* #undef regerror */
1165 
1166 /* Define to rpl_regexec if the replacement should be used. */
1167 /* #undef regexec */
1168 
1169 /* Define to rpl_regfree if the replacement should be used. */
1170 /* #undef regfree */
1171 
1172 /* Define to the equivalent of the C99 'restrict' keyword, or to
1173  nothing if this is not supported. Do not define if restrict is
1174  supported directly. */
1175 #define restrict __restrict
1176 /* Work around a bug in Sun C++: it does not support _Restrict or
1177  __restrict__, even though the corresponding Sun C compiler ends up with
1178  "#define restrict _Restrict" or "#define restrict __restrict__" in the
1179  previous line. Perhaps some future version of Sun C++ will work with
1180  restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1181 #if defined __SUNPRO_CC && !defined __RESTRICT
1182 # define _Restrict
1183 # define __restrict__
1184 #endif
1185 
1186 /* Define to `unsigned int' if <sys/types.h> does not define. */
1187 /* #undef size_t */
1188 
1189 /* Define as a signed type of the same size as size_t. */
1190 /* #undef ssize_t */
1191 
1192 /* Define as a marker that can be attached to declarations that might not
1193  be used. This helps to reduce warnings, such as from
1194  GCC -Wunused-parameter. */
1195 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1196 # define _GL_UNUSED __attribute__ ((__unused__))
1197 #else
1198 # define _GL_UNUSED
1199 #endif
1200 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1201  is a misnomer outside of parameter lists. */
1202 #define _UNUSED_PARAMETER_ _GL_UNUSED
1203 
1204 /* gcc supports the "unused" attribute on possibly unused labels, and
1205  g++ has since version 4.5. Note to support C++ as well as C,
1206  _GL_UNUSED_LABEL should be used with a trailing ; */
1207 #if !defined __cplusplus || __GNUC__ > 4 \
1208  || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1209 # define _GL_UNUSED_LABEL _GL_UNUSED
1210 #else
1211 # define _GL_UNUSED_LABEL
1212 #endif
1213 
1214 /* The __pure__ attribute was added in gcc 2.96. */
1215 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1216 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1217 #else
1218 # define _GL_ATTRIBUTE_PURE /* empty */
1219 #endif
1220 
1221 /* The __const__ attribute was added in gcc 2.95. */
1222 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1223 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1224 #else
1225 # define _GL_ATTRIBUTE_CONST /* empty */
1226 #endif
1227 
1228 
1229 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1230  code using `volatile' can become incorrect without. Disable with care. */
1231 /* #undef volatile */
1232 
1233 #endif /* _config_h */