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