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