1 /* config-util.h.  Generated from config-util.h.in by configure.  */
2 /* config-util.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if the compiler is building for multiple architectures of Apple
5    platforms at once. */
6 /* #undef AA_APPLE_UNIVERSAL_BUILD */
7 
8 /* Define if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10 
11 /* Define to the number of bits in type 'ptrdiff_t'. */
12 /* #undef BITSIZEOF_PTRDIFF_T */
13 
14 /* Define to the number of bits in type 'sig_atomic_t'. */
15 /* #undef BITSIZEOF_SIG_ATOMIC_T */
16 
17 /* Define to the number of bits in type 'size_t'. */
18 /* #undef BITSIZEOF_SIZE_T */
19 
20 /* Define to the number of bits in type 'wchar_t'. */
21 /* #undef BITSIZEOF_WCHAR_T */
22 
23 /* Define to the number of bits in type 'wint_t'. */
24 /* #undef BITSIZEOF_WINT_T */
25 
26 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
27    systems. This function is required for `alloca.c' support on those systems.
28    */
29 /* #undef CRAY_STACKSEG_END */
30 
31 /* Define to 1 if using `alloca.c'. */
32 /* #undef C_ALLOCA */
33 
34 /* Define to 1 if // is a file system root distinct from /. */
35 /* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
36 
37 /* Define to 1 if translation of program messages to the user's native
38    language is requested. */
39 #define ENABLE_NLS 1
40 
41 /* Define on systems for which file names may have a so-called `drive letter'
42    prefix, define this to compute the length of that prefix, including the
43    colon. */
44 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
45 
46 /* Define if the backslash character may also serve as a file name component
47    separator. */
48 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
49 
50 /* Define if a drive letter prefix denotes a relative path if it is not
51    followed by a file name component separator. */
52 #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
53 
54 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
55    whether the gnulib module malloc-gnu shall be considered present. */
56 #define GNULIB_MALLOC_GNU 1
57 
58 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
59    */
60 /* #undef GNULIB_PROGRAM_INVOCATION_NAME */
61 
62 /* Define to 1 to add extern declaration of program_invocation_short_name to
63    argp.h */
64 /* #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME */
65 
66 /* Define to 1 when the gnulib module btowc should be tested. */
67 #define GNULIB_TEST_BTOWC 1
68 
69 /* Define to 1 when the gnulib module getdelim should be tested. */
70 #define GNULIB_TEST_GETDELIM 1
71 
72 /* Define to 1 when the gnulib module getline should be tested. */
73 #define GNULIB_TEST_GETLINE 1
74 
75 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
76 #define GNULIB_TEST_GETOPT_GNU 1
77 
78 /* Define to 1 when the gnulib module malloc-posix should be tested. */
79 #define GNULIB_TEST_MALLOC_POSIX 1
80 
81 /* Define to 1 when the gnulib module mbrtowc should be tested. */
82 #define GNULIB_TEST_MBRTOWC 1
83 
84 /* Define to 1 when the gnulib module mbsinit should be tested. */
85 #define GNULIB_TEST_MBSINIT 1
86 
87 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
88 #define GNULIB_TEST_MBSRTOWCS 1
89 
90 /* Define to 1 when the gnulib module memchr should be tested. */
91 #define GNULIB_TEST_MEMCHR 1
92 
93 /* Define to 1 when the gnulib module mempcpy should be tested. */
94 #define GNULIB_TEST_MEMPCPY 1
95 
96 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
97 #define GNULIB_TEST_NL_LANGINFO 1
98 
99 /* Define to 1 when the gnulib module rawmemchr should be tested. */
100 #define GNULIB_TEST_RAWMEMCHR 1
101 
102 /* Define to 1 when the gnulib module realloc-posix should be tested. */
103 #define GNULIB_TEST_REALLOC_POSIX 1
104 
105 /* Define to 1 when the gnulib module sleep should be tested. */
106 #define GNULIB_TEST_SLEEP 1
107 
108 /* Define to 1 when the gnulib module strchrnul should be tested. */
109 #define GNULIB_TEST_STRCHRNUL 1
110 
111 /* Define to 1 when the gnulib module strerror should be tested. */
112 #define GNULIB_TEST_STRERROR 1
113 
114 /* Define to 1 when the gnulib module strndup should be tested. */
115 #define GNULIB_TEST_STRNDUP 1
116 
117 /* Define to 1 when the gnulib module strnlen should be tested. */
118 #define GNULIB_TEST_STRNLEN 1
119 
120 /* Define to 1 when the gnulib module vsnprintf should be tested. */
121 #define GNULIB_TEST_VSNPRINTF 1
122 
123 /* Define to 1 when the gnulib module wcrtomb should be tested. */
124 #define GNULIB_TEST_WCRTOMB 1
125 
126 /* Default boot directory name" */
127 #define GRUB_BOOT_DIR_NAME "boot"
128 
129 /* Default grub directory name */
130 #define GRUB_DIR_NAME "grub"
131 
132 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
133    may be supplied by this distribution. */
134 #define HAVE_ALLOCA 1
135 
136 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
137    */
138 #define HAVE_ALLOCA_H 1
139 
140 /* Define to 1 if you have the `asprintf' function. */
141 #define HAVE_ASPRINTF 1
142 
143 /* Define to 1 if you have the <bp-sym.h> header file. */
144 /* #undef HAVE_BP_SYM_H */
145 
146 /* Define to 1 if you have the `btowc' function. */
147 #define HAVE_BTOWC 1
148 
149 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
150    CoreFoundation framework. */
151 /* #undef HAVE_CFLOCALECOPYCURRENT */
152 
153 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
154    the CoreFoundation framework. */
155 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
156 
157 /* Define to 1 if you have the <curses.h> header file. */
158 /* #undef HAVE_CURSES_H */
159 
160 /* Define if the GNU dcgettext() function is already present or preinstalled.
161    */
162 #define HAVE_DCGETTEXT 1
163 
164 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
165    you don't. */
166 #define HAVE_DECL_CLEARERR_UNLOCKED 1
167 
168 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
169    don't. */
170 #define HAVE_DECL_FEOF_UNLOCKED 1
171 
172 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
173    you don't. */
174 #define HAVE_DECL_FERROR_UNLOCKED 1
175 
176 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
177    you don't. */
178 #define HAVE_DECL_FFLUSH_UNLOCKED 1
179 
180 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
181    you don't. */
182 #define HAVE_DECL_FGETS_UNLOCKED 1
183 
184 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
185    you don't. */
186 #define HAVE_DECL_FPUTC_UNLOCKED 1
187 
188 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
189    you don't. */
190 #define HAVE_DECL_FPUTS_UNLOCKED 1
191 
192 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
193    you don't. */
194 #define HAVE_DECL_FREAD_UNLOCKED 1
195 
196 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
197    you don't. */
198 #define HAVE_DECL_FWRITE_UNLOCKED 1
199 
200 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
201    you don't. */
202 #define HAVE_DECL_GETCHAR_UNLOCKED 1
203 
204 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
205    don't. */
206 #define HAVE_DECL_GETC_UNLOCKED 1
207 
208 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
209    don't. */
210 #define HAVE_DECL_GETDELIM 1
211 
212 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
213    */
214 #define HAVE_DECL_GETENV 1
215 
216 /* Define to 1 if you have the declaration of `getline', and to 0 if you
217    don't. */
218 #define HAVE_DECL_GETLINE 1
219 
220 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
221    don't. */
222 #define HAVE_DECL_GETOPT_CLIP 0
223 
224 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
225    don't. */
226 /* #undef HAVE_DECL_ISBLANK */
227 
228 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
229    don't. */
230 #define HAVE_DECL_ISWBLANK 0
231 
232 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
233    don't. */
234 #define HAVE_DECL_OPTRESET 0
235 
236 /* Define to 1 if you have the declaration of `program_invocation_name', and
237    to 0 if you don't. */
238 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
239 
240 /* Define to 1 if you have the declaration of `program_invocation_short_name',
241    and to 0 if you don't. */
242 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
243 
244 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
245    you don't. */
246 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
247 
248 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
249    don't. */
250 #define HAVE_DECL_PUTC_UNLOCKED 1
251 
252 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
253    */
254 #define HAVE_DECL_SLEEP 1
255 
256 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
257    don't. */
258 /* #undef HAVE_DECL_STRERROR */
259 
260 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
261    don't. */
262 #define HAVE_DECL_STRERROR_R 1
263 
264 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
265    don't. */
266 #define HAVE_DECL_STRNCASECMP 1
267 
268 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
269    don't. */
270 #define HAVE_DECL_STRNDUP 1
271 
272 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
273    don't. */
274 #define HAVE_DECL_STRNLEN 1
275 
276 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
277    don't. */
278 #define HAVE_DECL_VSNPRINTF 1
279 
280 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
281    don't. */
282 #define HAVE_DECL__SNPRINTF 0
283 
284 /* Define to 1 if you have the devmapper library. */
285 #define HAVE_DEVICE_MAPPER 1
286 
287 /* Define to 1 if you have the <errno.h> header file. */
288 #define HAVE_ERRNO_H 1
289 
290 /* Define to 1 if you have the <features.h> header file. */
291 #define HAVE_FEATURES_H 1
292 
293 /* Define to 1 if you have the <float.h> header file. */
294 #define HAVE_FLOAT_H 1
295 
296 /* Define to 1 if you have the `flockfile' function. */
297 #define HAVE_FLOCKFILE 1
298 
299 /* Define to 1 if you have the <ft2build.h> header file. */
300 #define HAVE_FT2BUILD_H 1
301 
302 /* Define to 1 if you have the `funlockfile' function. */
303 #define HAVE_FUNLOCKFILE 1
304 
305 /* Define to 1 if you have the `getdelim' function. */
306 #define HAVE_GETDELIM 1
307 
308 /* Define to 1 if you have the `getextmntent' function. */
309 /* #undef HAVE_GETEXTMNTENT */
310 
311 /* Define to 1 if you have the <getopt.h> header file. */
312 #define HAVE_GETOPT_H 1
313 
314 /* Define to 1 if you have the `getopt_long_only' function. */
315 #define HAVE_GETOPT_LONG_ONLY 1
316 
317 /* Define if getrawpartition() in -lutil can be used */
318 /* #undef HAVE_GETRAWPARTITION */
319 
320 /* Define if the GNU gettext() function is already present or preinstalled. */
321 #define HAVE_GETTEXT 1
322 
323 /* Define if you have the iconv() function and it works. */
324 /* #undef HAVE_ICONV */
325 
326 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
327 #define HAVE_INTMAX_T 1
328 
329 /* Define to 1 if you have the <inttypes.h> header file. */
330 #define HAVE_INTTYPES_H 1
331 
332 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
333    declares uintmax_t. */
334 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
335 
336 /* Define to 1 if you have the `isblank' function. */
337 #define HAVE_ISBLANK 1
338 
339 /* Define to 1 if you have the `iswblank' function. */
340 #define HAVE_ISWBLANK 1
341 
342 /* Define to 1 if you have the `iswcntrl' function. */
343 #define HAVE_ISWCNTRL 1
344 
345 /* Define to 1 if you have the `iswctype' function. */
346 #define HAVE_ISWCTYPE 1
347 
348 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
349 #define HAVE_LANGINFO_CODESET 1
350 
351 /* Define to 1 if you have the <langinfo.h> header file. */
352 #define HAVE_LANGINFO_H 1
353 
354 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
355 #define HAVE_LIBDEVMAPPER 1
356 
357 /* Define to 1 if you have the <libintl.h> header file. */
358 /* #undef HAVE_LIBINTL_H */
359 
360 /* Define to 1 if you have the LZMA library. */
361 #define HAVE_LIBLZMA 1
362 
363 /* Define to 1 if you have the NVPAIR library. */
364 /* #undef HAVE_LIBNVPAIR */
365 
366 /* Define to 1 if you have the <libnvpair.h> header file. */
367 /* #undef HAVE_LIBNVPAIR_H */
368 
369 /* Define to 1 if you have the ZFS library. */
370 /* #undef HAVE_LIBZFS */
371 
372 /* Define to 1 if you have the <libzfs.h> header file. */
373 /* #undef HAVE_LIBZFS_H */
374 
375 /* Define to 1 if you have the <linewrap.h> header file. */
376 /* #undef HAVE_LINEWRAP_H */
377 
378 /* Define to 1 if you have the <locale.h> header file. */
379 #define HAVE_LOCALE_H 1
380 
381 /* Define to 1 if the system has the type `long long int'. */
382 #define HAVE_LONG_LONG_INT 1
383 
384 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
385    to 0 otherwise. */
386 #define HAVE_MALLOC_GNU 1
387 
388 /* Define if the 'malloc' function is POSIX compliant. */
389 #define HAVE_MALLOC_POSIX 1
390 
391 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
392    config.h and <sys/mman.h>. */
393 #define HAVE_MAP_ANONYMOUS 1
394 
395 /* Define to 1 if you have the `mbrtowc' function. */
396 #define HAVE_MBRTOWC 1
397 
398 /* Define to 1 if you have the `mbsinit' function. */
399 #define HAVE_MBSINIT 1
400 
401 /* Define to 1 if you have the `mbsrtowcs' function. */
402 #define HAVE_MBSRTOWCS 1
403 
404 /* Define to 1 if <wchar.h> declares mbstate_t. */
405 #define HAVE_MBSTATE_T 1
406 
407 /* Define to 1 if you have the `memalign' function. */
408 #define HAVE_MEMALIGN 1
409 
410 /* Define to 1 if you have the `memchr' function. */
411 #define HAVE_MEMCHR 1
412 
413 /* Define to 1 if you have the <memory.h> header file. */
414 #define HAVE_MEMORY_H 1
415 
416 /* Define to 1 if you have the `mempcpy' function. */
417 #define HAVE_MEMPCPY 1
418 
419 /* Define to 1 if you have the `mprotect' function. */
420 #define HAVE_MPROTECT 1
421 
422 /* Define to 1 if you have the <ncurses/curses.h> header file. */
423 /* #undef HAVE_NCURSES_CURSES_H */
424 
425 /* Define to 1 if you have the <ncurses.h> header file. */
426 /* #undef HAVE_NCURSES_H */
427 
428 /* Define to 1 if you have the `nl_langinfo' function. */
429 #define HAVE_NL_LANGINFO 1
430 
431 /* Define if opendisk() in -lutil can be used */
432 /* #undef HAVE_OPENDISK */
433 
434 /* Define to 1 if you have the <pci/pci.h> header file. */
435 /* #undef HAVE_PCI_PCI_H */
436 
437 /* Define to 1 if you have the `posix_memalign' function. */
438 #define HAVE_POSIX_MEMALIGN 1
439 
440 /* Define if program_invocation_name is defined */
441 #define HAVE_PROGRAM_INVOCATION_NAME 1
442 
443 /* Define if program_invocation_short_name is defined */
444 #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
445 
446 /* Define to 1 if you have the <random.h> header file. */
447 /* #undef HAVE_RANDOM_H */
448 
449 /* Define to 1 if you have the `rawmemchr' function. */
450 #define HAVE_RAWMEMCHR 1
451 
452 /* Define to 1 if atoll is declared even after undefining macros. */
453 #define HAVE_RAW_DECL_ATOLL 1
454 
455 /* Define to 1 if btowc is declared even after undefining macros. */
456 #define HAVE_RAW_DECL_BTOWC 1
457 
458 /* Define to 1 if canonicalize_file_name is declared even after undefining
459    macros. */
460 #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
461 
462 /* Define to 1 if chown is declared even after undefining macros. */
463 #define HAVE_RAW_DECL_CHOWN 1
464 
465 /* Define to 1 if dprintf is declared even after undefining macros. */
466 #define HAVE_RAW_DECL_DPRINTF 1
467 
468 /* Define to 1 if dup2 is declared even after undefining macros. */
469 #define HAVE_RAW_DECL_DUP2 1
470 
471 /* Define to 1 if dup3 is declared even after undefining macros. */
472 #define HAVE_RAW_DECL_DUP3 1
473 
474 /* Define to 1 if endusershell is declared even after undefining macros. */
475 #define HAVE_RAW_DECL_ENDUSERSHELL 1
476 
477 /* Define to 1 if environ is declared even after undefining macros. */
478 #define HAVE_RAW_DECL_ENVIRON 1
479 
480 /* Define to 1 if euidaccess is declared even after undefining macros. */
481 #define HAVE_RAW_DECL_EUIDACCESS 1
482 
483 /* Define to 1 if faccessat is declared even after undefining macros. */
484 #define HAVE_RAW_DECL_FACCESSAT 1
485 
486 /* Define to 1 if fchdir is declared even after undefining macros. */
487 #define HAVE_RAW_DECL_FCHDIR 1
488 
489 /* Define to 1 if fchownat is declared even after undefining macros. */
490 #define HAVE_RAW_DECL_FCHOWNAT 1
491 
492 /* Define to 1 if fpurge is declared even after undefining macros. */
493 /* #undef HAVE_RAW_DECL_FPURGE */
494 
495 /* Define to 1 if fseeko is declared even after undefining macros. */
496 #define HAVE_RAW_DECL_FSEEKO 1
497 
498 /* Define to 1 if fsync is declared even after undefining macros. */
499 #define HAVE_RAW_DECL_FSYNC 1
500 
501 /* Define to 1 if ftello is declared even after undefining macros. */
502 #define HAVE_RAW_DECL_FTELLO 1
503 
504 /* Define to 1 if ftruncate is declared even after undefining macros. */
505 #define HAVE_RAW_DECL_FTRUNCATE 1
506 
507 /* Define to 1 if getcwd is declared even after undefining macros. */
508 #define HAVE_RAW_DECL_GETCWD 1
509 
510 /* Define to 1 if getdelim is declared even after undefining macros. */
511 #define HAVE_RAW_DECL_GETDELIM 1
512 
513 /* Define to 1 if getdomainname is declared even after undefining macros. */
514 #define HAVE_RAW_DECL_GETDOMAINNAME 1
515 
516 /* Define to 1 if getdtablesize is declared even after undefining macros. */
517 #define HAVE_RAW_DECL_GETDTABLESIZE 1
518 
519 /* Define to 1 if getgroups is declared even after undefining macros. */
520 #define HAVE_RAW_DECL_GETGROUPS 1
521 
522 /* Define to 1 if gethostname is declared even after undefining macros. */
523 #define HAVE_RAW_DECL_GETHOSTNAME 1
524 
525 /* Define to 1 if getline is declared even after undefining macros. */
526 #define HAVE_RAW_DECL_GETLINE 1
527 
528 /* Define to 1 if getloadavg is declared even after undefining macros. */
529 #define HAVE_RAW_DECL_GETLOADAVG 1
530 
531 /* Define to 1 if getlogin is declared even after undefining macros. */
532 #define HAVE_RAW_DECL_GETLOGIN 1
533 
534 /* Define to 1 if getlogin_r is declared even after undefining macros. */
535 #define HAVE_RAW_DECL_GETLOGIN_R 1
536 
537 /* Define to 1 if getpagesize is declared even after undefining macros. */
538 #define HAVE_RAW_DECL_GETPAGESIZE 1
539 
540 /* Define to 1 if getsubopt is declared even after undefining macros. */
541 #define HAVE_RAW_DECL_GETSUBOPT 1
542 
543 /* Define to 1 if getusershell is declared even after undefining macros. */
544 #define HAVE_RAW_DECL_GETUSERSHELL 1
545 
546 /* Define to 1 if grantpt is declared even after undefining macros. */
547 #define HAVE_RAW_DECL_GRANTPT 1
548 
549 /* Define to 1 if initstat_r is declared even after undefining macros. */
550 /* #undef HAVE_RAW_DECL_INITSTAT_R */
551 
552 /* Define to 1 if lchown is declared even after undefining macros. */
553 #define HAVE_RAW_DECL_LCHOWN 1
554 
555 /* Define to 1 if link is declared even after undefining macros. */
556 #define HAVE_RAW_DECL_LINK 1
557 
558 /* Define to 1 if linkat is declared even after undefining macros. */
559 #define HAVE_RAW_DECL_LINKAT 1
560 
561 /* Define to 1 if lseek is declared even after undefining macros. */
562 #define HAVE_RAW_DECL_LSEEK 1
563 
564 /* Define to 1 if mbrlen is declared even after undefining macros. */
565 #define HAVE_RAW_DECL_MBRLEN 1
566 
567 /* Define to 1 if mbrtowc is declared even after undefining macros. */
568 #define HAVE_RAW_DECL_MBRTOWC 1
569 
570 /* Define to 1 if mbsinit is declared even after undefining macros. */
571 #define HAVE_RAW_DECL_MBSINIT 1
572 
573 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
574 #define HAVE_RAW_DECL_MBSNRTOWCS 1
575 
576 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
577 #define HAVE_RAW_DECL_MBSRTOWCS 1
578 
579 /* Define to 1 if memmem is declared even after undefining macros. */
580 #define HAVE_RAW_DECL_MEMMEM 1
581 
582 /* Define to 1 if mempcpy is declared even after undefining macros. */
583 #define HAVE_RAW_DECL_MEMPCPY 1
584 
585 /* Define to 1 if memrchr is declared even after undefining macros. */
586 #define HAVE_RAW_DECL_MEMRCHR 1
587 
588 /* Define to 1 if mkdtemp is declared even after undefining macros. */
589 #define HAVE_RAW_DECL_MKDTEMP 1
590 
591 /* Define to 1 if mkostemp is declared even after undefining macros. */
592 #define HAVE_RAW_DECL_MKOSTEMP 1
593 
594 /* Define to 1 if mkostemps is declared even after undefining macros. */
595 #define HAVE_RAW_DECL_MKOSTEMPS 1
596 
597 /* Define to 1 if mkstemp is declared even after undefining macros. */
598 #define HAVE_RAW_DECL_MKSTEMP 1
599 
600 /* Define to 1 if mkstemps is declared even after undefining macros. */
601 #define HAVE_RAW_DECL_MKSTEMPS 1
602 
603 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
604 #define HAVE_RAW_DECL_NL_LANGINFO 1
605 
606 /* Define to 1 if pipe2 is declared even after undefining macros. */
607 #define HAVE_RAW_DECL_PIPE2 1
608 
609 /* Define to 1 if popen is declared even after undefining macros. */
610 #define HAVE_RAW_DECL_POPEN 1
611 
612 /* Define to 1 if pread is declared even after undefining macros. */
613 #define HAVE_RAW_DECL_PREAD 1
614 
615 /* Define to 1 if ptsname is declared even after undefining macros. */
616 #define HAVE_RAW_DECL_PTSNAME 1
617 
618 /* Define to 1 if pwrite is declared even after undefining macros. */
619 #define HAVE_RAW_DECL_PWRITE 1
620 
621 /* Define to 1 if random_r is declared even after undefining macros. */
622 #define HAVE_RAW_DECL_RANDOM_R 1
623 
624 /* Define to 1 if rawmemchr is declared even after undefining macros. */
625 #define HAVE_RAW_DECL_RAWMEMCHR 1
626 
627 /* Define to 1 if readlink is declared even after undefining macros. */
628 #define HAVE_RAW_DECL_READLINK 1
629 
630 /* Define to 1 if readlinkat is declared even after undefining macros. */
631 #define HAVE_RAW_DECL_READLINKAT 1
632 
633 /* Define to 1 if realpath is declared even after undefining macros. */
634 #define HAVE_RAW_DECL_REALPATH 1
635 
636 /* Define to 1 if renameat is declared even after undefining macros. */
637 #define HAVE_RAW_DECL_RENAMEAT 1
638 
639 /* Define to 1 if rmdir is declared even after undefining macros. */
640 #define HAVE_RAW_DECL_RMDIR 1
641 
642 /* Define to 1 if rpmatch is declared even after undefining macros. */
643 #define HAVE_RAW_DECL_RPMATCH 1
644 
645 /* Define to 1 if setenv is declared even after undefining macros. */
646 #define HAVE_RAW_DECL_SETENV 1
647 
648 /* Define to 1 if setstate_r is declared even after undefining macros. */
649 #define HAVE_RAW_DECL_SETSTATE_R 1
650 
651 /* Define to 1 if setusershell is declared even after undefining macros. */
652 #define HAVE_RAW_DECL_SETUSERSHELL 1
653 
654 /* Define to 1 if sleep is declared even after undefining macros. */
655 #define HAVE_RAW_DECL_SLEEP 1
656 
657 /* Define to 1 if snprintf is declared even after undefining macros. */
658 #define HAVE_RAW_DECL_SNPRINTF 1
659 
660 /* Define to 1 if srandom_r is declared even after undefining macros. */
661 #define HAVE_RAW_DECL_SRANDOM_R 1
662 
663 /* Define to 1 if stpcpy is declared even after undefining macros. */
664 #define HAVE_RAW_DECL_STPCPY 1
665 
666 /* Define to 1 if stpncpy is declared even after undefining macros. */
667 #define HAVE_RAW_DECL_STPNCPY 1
668 
669 /* Define to 1 if strcasecmp is declared even after undefining macros. */
670 #define HAVE_RAW_DECL_STRCASECMP 1
671 
672 /* Define to 1 if strcasestr is declared even after undefining macros. */
673 #define HAVE_RAW_DECL_STRCASESTR 1
674 
675 /* Define to 1 if strchrnul is declared even after undefining macros. */
676 #define HAVE_RAW_DECL_STRCHRNUL 1
677 
678 /* Define to 1 if strdup is declared even after undefining macros. */
679 #define HAVE_RAW_DECL_STRDUP 1
680 
681 /* Define to 1 if strncasecmp is declared even after undefining macros. */
682 #define HAVE_RAW_DECL_STRNCASECMP 1
683 
684 /* Define to 1 if strncat is declared even after undefining macros. */
685 #define HAVE_RAW_DECL_STRNCAT 1
686 
687 /* Define to 1 if strndup is declared even after undefining macros. */
688 #define HAVE_RAW_DECL_STRNDUP 1
689 
690 /* Define to 1 if strnlen is declared even after undefining macros. */
691 #define HAVE_RAW_DECL_STRNLEN 1
692 
693 /* Define to 1 if strpbrk is declared even after undefining macros. */
694 #define HAVE_RAW_DECL_STRPBRK 1
695 
696 /* Define to 1 if strsep is declared even after undefining macros. */
697 #define HAVE_RAW_DECL_STRSEP 1
698 
699 /* Define to 1 if strsignal is declared even after undefining macros. */
700 #define HAVE_RAW_DECL_STRSIGNAL 1
701 
702 /* Define to 1 if strtod is declared even after undefining macros. */
703 #define HAVE_RAW_DECL_STRTOD 1
704 
705 /* Define to 1 if strtok_r is declared even after undefining macros. */
706 #define HAVE_RAW_DECL_STRTOK_R 1
707 
708 /* Define to 1 if strtoll is declared even after undefining macros. */
709 #define HAVE_RAW_DECL_STRTOLL 1
710 
711 /* Define to 1 if strtoull is declared even after undefining macros. */
712 #define HAVE_RAW_DECL_STRTOULL 1
713 
714 /* Define to 1 if strverscmp is declared even after undefining macros. */
715 #define HAVE_RAW_DECL_STRVERSCMP 1
716 
717 /* Define to 1 if symlink is declared even after undefining macros. */
718 #define HAVE_RAW_DECL_SYMLINK 1
719 
720 /* Define to 1 if symlinkat is declared even after undefining macros. */
721 #define HAVE_RAW_DECL_SYMLINKAT 1
722 
723 /* Define to 1 if tmpfile is declared even after undefining macros. */
724 #define HAVE_RAW_DECL_TMPFILE 1
725 
726 /* Define to 1 if ttyname_r is declared even after undefining macros. */
727 #define HAVE_RAW_DECL_TTYNAME_R 1
728 
729 /* Define to 1 if unlink is declared even after undefining macros. */
730 #define HAVE_RAW_DECL_UNLINK 1
731 
732 /* Define to 1 if unlinkat is declared even after undefining macros. */
733 #define HAVE_RAW_DECL_UNLINKAT 1
734 
735 /* Define to 1 if unlockpt is declared even after undefining macros. */
736 #define HAVE_RAW_DECL_UNLOCKPT 1
737 
738 /* Define to 1 if unsetenv is declared even after undefining macros. */
739 #define HAVE_RAW_DECL_UNSETENV 1
740 
741 /* Define to 1 if usleep is declared even after undefining macros. */
742 #define HAVE_RAW_DECL_USLEEP 1
743 
744 /* Define to 1 if vdprintf is declared even after undefining macros. */
745 #define HAVE_RAW_DECL_VDPRINTF 1
746 
747 /* Define to 1 if vsnprintf is declared even after undefining macros. */
748 #define HAVE_RAW_DECL_VSNPRINTF 1
749 
750 /* Define to 1 if wcrtomb is declared even after undefining macros. */
751 #define HAVE_RAW_DECL_WCRTOMB 1
752 
753 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
754 #define HAVE_RAW_DECL_WCSNRTOMBS 1
755 
756 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
757 #define HAVE_RAW_DECL_WCSRTOMBS 1
758 
759 /* Define to 1 if wctob is declared even after undefining macros. */
760 #define HAVE_RAW_DECL_WCTOB 1
761 
762 /* Define to 1 if wcwidth is declared even after undefining macros. */
763 #define HAVE_RAW_DECL_WCWIDTH 1
764 
765 /* Define to 1 if _Exit is declared even after undefining macros. */
766 #define HAVE_RAW_DECL__EXIT 1
767 
768 /* Define if the 'realloc' function is POSIX compliant. */
769 #define HAVE_REALLOC_POSIX 1
770 
771 /* Define to 1 if you have the <SDL/SDL.h> header file. */
772 /* #undef HAVE_SDL_SDL_H */
773 
774 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
775 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
776 
777 /* Define to 1 if 'wchar_t' is a signed integer type. */
778 /* #undef HAVE_SIGNED_WCHAR_T */
779 
780 /* Define to 1 if 'wint_t' is a signed integer type. */
781 /* #undef HAVE_SIGNED_WINT_T */
782 
783 /* Define to 1 if you have the `sleep' function. */
784 #define HAVE_SLEEP 1
785 
786 /* Define to 1 if you have the `snprintf' function. */
787 #define HAVE_SNPRINTF 1
788 
789 /* Define if the return value of the snprintf function is the number of of
790    bytes (excluding the terminating NUL) that would have been produced if the
791    buffer had been large enough. */
792 #define HAVE_SNPRINTF_RETVAL_C99 1
793 
794 /* Define to 1 if stdbool.h conforms to C99. */
795 #define HAVE_STDBOOL_H 1
796 
797 /* Define to 1 if you have the <stddef.h> header file. */
798 #define HAVE_STDDEF_H 1
799 
800 /* Define to 1 if you have the <stdint.h> header file. */
801 #define HAVE_STDINT_H 1
802 
803 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
804    uintmax_t. */
805 #define HAVE_STDINT_H_WITH_UINTMAX 1
806 
807 /* Define to 1 if you have the <stdio.h> header file. */
808 #define HAVE_STDIO_H 1
809 
810 /* Define to 1 if you have the <stdlib.h> header file. */
811 #define HAVE_STDLIB_H 1
812 
813 /* Define to 1 if you have the `strcasecmp' function. */
814 #define HAVE_STRCASECMP 1
815 
816 /* Define to 1 if you have the `strchrnul' function. */
817 #define HAVE_STRCHRNUL 1
818 
819 /* Define to 1 if you have the `strerror_r' function. */
820 #define HAVE_STRERROR_R 1
821 
822 /* Define to 1 if you have the <strings.h> header file. */
823 #define HAVE_STRINGS_H 1
824 
825 /* Define to 1 if you have the <string.h> header file. */
826 #define HAVE_STRING_H 1
827 
828 /* Define to 1 if you have the `strncasecmp' function. */
829 #define HAVE_STRNCASECMP 1
830 
831 /* Define to 1 if you have the `strndup' function. */
832 #define HAVE_STRNDUP 1
833 
834 /* Define to 1 if you have the `strnlen' function. */
835 #define HAVE_STRNLEN 1
836 
837 /* Define to 1 if the system has the type `struct random_data'. */
838 #define HAVE_STRUCT_RANDOM_DATA 1
839 
840 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
841 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
842 
843 /* Define to 1 if `f_mntfromname' is a member of `struct statfs'. */
844 /* #undef HAVE_STRUCT_STATFS_F_MNTFROMNAME */
845 
846 /* Define to 1 if you have the <sysexits.h> header file. */
847 #define HAVE_SYSEXITS_H 1
848 
849 /* Define to 1 if you have the <sys/bitypes.h> header file. */
850 /* #undef HAVE_SYS_BITYPES_H */
851 
852 /* Define to 1 if you have the <sys/inttypes.h> header file. */
853 /* #undef HAVE_SYS_INTTYPES_H */
854 
855 /* Define to 1 if you have the <sys/mkdev.h> header file. */
856 /* #undef HAVE_SYS_MKDEV_H */
857 
858 /* Define to 1 if you have the <sys/mman.h> header file. */
859 #define HAVE_SYS_MMAN_H 1
860 
861 /* Define to 1 if you have the <sys/mnttab.h> header file. */
862 /* #undef HAVE_SYS_MNTTAB_H */
863 
864 /* Define to 1 if you have the <sys/mount.h> header file. */
865 #define HAVE_SYS_MOUNT_H 1
866 
867 /* Define to 1 if you have the <sys/param.h> header file. */
868 #define HAVE_SYS_PARAM_H 1
869 
870 /* Define to 1 if you have the <sys/socket.h> header file. */
871 #define HAVE_SYS_SOCKET_H 1
872 
873 /* Define to 1 if you have the <sys/stat.h> header file. */
874 #define HAVE_SYS_STAT_H 1
875 
876 /* Define to 1 if you have the <sys/types.h> header file. */
877 #define HAVE_SYS_TYPES_H 1
878 
879 /* Define to 1 if you have the <sys/wait.h> header file. */
880 #define HAVE_SYS_WAIT_H 1
881 
882 /* Define to 1 if you have the <unistd.h> header file. */
883 #define HAVE_UNISTD_H 1
884 
885 /* Define to 1 if the system has the type `unsigned long long int'. */
886 #define HAVE_UNSIGNED_LONG_LONG_INT 1
887 
888 /* Define to 1 if you have the <usb.h> header file. */
889 /* #undef HAVE_USB_H */
890 
891 /* Define to 1 if you have the `vasnprintf' function. */
892 /* #undef HAVE_VASNPRINTF */
893 
894 /* Define to 1 if you have the `vasprintf' function. */
895 #define HAVE_VASPRINTF 1
896 
897 /* Define to 1 if you have the `vsnprintf' function. */
898 #define HAVE_VSNPRINTF 1
899 
900 /* Define to 1 if you have the <wchar.h> header file. */
901 #define HAVE_WCHAR_H 1
902 
903 /* Define if you have the 'wchar_t' type. */
904 #define HAVE_WCHAR_T 1
905 
906 /* Define to 1 if you have the `wcrtomb' function. */
907 #define HAVE_WCRTOMB 1
908 
909 /* Define to 1 if you have the `wcscoll' function. */
910 #define HAVE_WCSCOLL 1
911 
912 /* Define to 1 if you have the `wcslen' function. */
913 #define HAVE_WCSLEN 1
914 
915 /* Define to 1 if you have the `wcsnlen' function. */
916 #define HAVE_WCSNLEN 1
917 
918 /* Define to 1 if you have the <wctype.h> header file. */
919 #define HAVE_WCTYPE_H 1
920 
921 /* Define to 1 if you have the <winsock2.h> header file. */
922 /* #undef HAVE_WINSOCK2_H */
923 
924 /* Define if you have the 'wint_t' type. */
925 #define HAVE_WINT_T 1
926 
927 /* Define to 1 if you have the `wmemchr' function. */
928 #define HAVE_WMEMCHR 1
929 
930 /* Define to 1 if you have the `wmemcpy' function. */
931 #define HAVE_WMEMCPY 1
932 
933 /* Define to 1 if you have the `wmempcpy' function. */
934 #define HAVE_WMEMPCPY 1
935 
936 /* Define to 1 if O_NOATIME works. */
937 #define HAVE_WORKING_O_NOATIME 1
938 
939 /* Define to 1 if O_NOFOLLOW works. */
940 #define HAVE_WORKING_O_NOFOLLOW 1
941 
942 /* Define to 1 if the system has the type `_Bool'. */
943 #define HAVE__BOOL 1
944 
945 /* Define to 1 if you have the `_restgpr_14_x' function. */
946 /* #undef HAVE__RESTGPR_14_X */
947 
948 /* Define to 1 if you have the `__ashldi3' function. */
949 /* #undef HAVE___ASHLDI3 */
950 
951 /* Define to 1 if you have the `__ashrdi3' function. */
952 /* #undef HAVE___ASHRDI3 */
953 
954 /* Define to 1 if you have the `__bswapdi2' function. */
955 /* #undef HAVE___BSWAPDI2 */
956 
957 /* Define to 1 if you have the `__bswapsi2' function. */
958 /* #undef HAVE___BSWAPSI2 */
959 
960 /* Define to 1 if you have the `__lshrdi3' function. */
961 /* #undef HAVE___LSHRDI3 */
962 
963 /* Define to 1 if you have the `__trampoline_setup' function. */
964 /* #undef HAVE___TRAMPOLINE_SETUP */
965 
966 /* Define to 1 if you have the `__ucmpdi2' function. */
967 /* #undef HAVE___UCMPDI2 */
968 
969 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
970 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
971 #else
972 # define ISSLASH(C) ((C) == '/')
973 #endif
974 
975 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
976 /* #undef MAP_ANONYMOUS */
977 
978 /* Define if the mbrtowc function has the NULL string argument bug. */
979 /* #undef MBRTOWC_NULL_ARG_BUG */
980 
981 /* Define if the mbrtowc function does not return 0 for a NUL character. */
982 /* #undef MBRTOWC_NUL_RETVAL_BUG */
983 
984 /* Define if the mbrtowc function returns a wrong return value. */
985 /* #undef MBRTOWC_RETVAL_BUG */
986 
987 /* Define to 1 if you enable memory manager debugging. */
988 /* #undef MM_DEBUG */
989 
990 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
991 /* #undef NO_MINUS_C_MINUS_O */
992 
993 /* Name of package */
994 #define PACKAGE "grub"
995 
996 /* Define to the address where bug reports for this package should be sent. */
997 #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
998 
999 /* Define to the full name of this package. */
1000 #define PACKAGE_NAME "GRUB"
1001 
1002 /* Define to the full name and version of this package. */
1003 #define PACKAGE_STRING "GRUB 1.99~beta0"
1004 
1005 /* Define to the one symbol short name of this package. */
1006 #define PACKAGE_TARNAME "grub"
1007 
1008 /* Define to the home page for this package. */
1009 #define PACKAGE_URL ""
1010 
1011 /* Define to the version of this package. */
1012 #define PACKAGE_VERSION "1.99~beta0"
1013 
1014 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1015    'ptrdiff_t'. */
1016 /* #undef PTRDIFF_T_SUFFIX */
1017 
1018 /* Define if nl_langinfo exists but is overridden by gnulib. */
1019 /* #undef REPLACE_NL_LANGINFO */
1020 
1021 /* Define this to 1 if strerror is broken. */
1022 /* #undef REPLACE_STRERROR */
1023 
1024 /* Define if vasnprintf exists but is overridden by gnulib. */
1025 /* #undef REPLACE_VASNPRINTF */
1026 
1027 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1028    'sig_atomic_t'. */
1029 /* #undef SIG_ATOMIC_T_SUFFIX */
1030 
1031 /* The size of `long', as computed by sizeof. */
1032 #define SIZEOF_LONG 4
1033 
1034 /* The size of `void *', as computed by sizeof. */
1035 #define SIZEOF_VOID_P 4
1036 
1037 /* Define as the maximum value of type 'size_t', if the system doesn't define
1038    it. */
1039 #ifndef SIZE_MAX
1040 /* # undef SIZE_MAX */
1041 #endif
1042 
1043 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1044    'size_t'. */
1045 /* #undef SIZE_T_SUFFIX */
1046 
1047 /* If using the C implementation of alloca, define if you know the
1048    direction of stack growth for your system; otherwise it will be
1049    automatically deduced at runtime.
1050 	STACK_DIRECTION > 0 => grows toward higher addresses
1051 	STACK_DIRECTION < 0 => grows toward lower addresses
1052 	STACK_DIRECTION = 0 => direction of growth unknown */
1053 /* #undef STACK_DIRECTION */
1054 
1055 /* Define to 1 if you have the ANSI C header files. */
1056 #define STDC_HEADERS 1
1057 
1058 /* Define to 1 if strerror_r returns char *. */
1059 #define STRERROR_R_CHAR_P 1
1060 
1061 /* Define to the prefix of C symbols at the assembler and linker level, either
1062    an underscore or empty. */
1063 #define USER_LABEL_PREFIX
1064 
1065 /* Version number of package */
1066 #define VERSION "1.99~beta0"
1067 
1068 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1069    'wchar_t'. */
1070 /* #undef WCHAR_T_SUFFIX */
1071 
1072 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1073    'wint_t'. */
1074 /* #undef WINT_T_SUFFIX */
1075 
1076 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1077    significant byte first (like Motorola and SPARC, unlike Intel). */
1078 #if defined AC_APPLE_UNIVERSAL_BUILD
1079 # if defined __BIG_ENDIAN__
1080 #  define WORDS_BIGENDIAN 1
1081 # endif
1082 #else
1083 # ifndef WORDS_BIGENDIAN
1084 /* #  undef WORDS_BIGENDIAN */
1085 # endif
1086 #endif
1087 
1088 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1089    `char[]'. */
1090 #define YYTEXT_POINTER 1
1091 
1092 /* Number of bits in a file offset, on hosts where this is settable. */
1093 #define _FILE_OFFSET_BITS 64
1094 
1095 /* Define for large files, on AIX-style hosts. */
1096 /* #undef _LARGE_FILES */
1097 
1098 /* Define to 1 if on MINIX. */
1099 /* #undef _MINIX */
1100 
1101 /* Define to 2 if the system does not provide POSIX.1 features except with
1102    this defined. */
1103 /* #undef _POSIX_1_SOURCE */
1104 
1105 /* Define to 1 if you need to in order for `stat' and other things to work. */
1106 /* #undef _POSIX_SOURCE */
1107 
1108 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1109 /* #undef _REGEX_LARGE_OFFSETS */
1110 
1111 /* Define to 500 only on HP-UX. */
1112 /* #undef _XOPEN_SOURCE */
1113 
1114 /* Enable extensions on AIX 3, Interix.  */
1115 #ifndef _ALL_SOURCE
1116 # define _ALL_SOURCE 1
1117 #endif
1118 /* Enable GNU extensions on systems that have them.  */
1119 #ifndef _GNU_SOURCE
1120 # define _GNU_SOURCE 1
1121 #endif
1122 /* Enable threading extensions on Solaris.  */
1123 #ifndef _POSIX_PTHREAD_SEMANTICS
1124 # define _POSIX_PTHREAD_SEMANTICS 1
1125 #endif
1126 /* Enable extensions on HP NonStop.  */
1127 #ifndef _TANDEM_SOURCE
1128 # define _TANDEM_SOURCE 1
1129 #endif
1130 /* Enable general extensions on Solaris.  */
1131 #ifndef __EXTENSIONS__
1132 # define __EXTENSIONS__ 1
1133 #endif
1134 
1135 
1136 /* Define to rpl_ if the getopt replacement functions and variables should be
1137    used. */
1138 #define __GETOPT_PREFIX rpl_
1139 
1140 /* Define to a replacement function name for fnmatch(). */
1141 /* #undef fnmatch */
1142 
1143 /* Define to `__inline__' or `__inline' if that's what the C compiler
1144    calls it, or to nothing if 'inline' is not supported under any name.  */
1145 #ifndef __cplusplus
1146 /* #undef inline */
1147 #endif
1148 
1149 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1150 /* #undef intmax_t */
1151 
1152 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1153    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1154    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1155    __APPLE__ && __MACH__ test for MacOS X.
1156    __APPLE_CC__ tests for the Apple compiler and its version.
1157    __STDC_VERSION__ tests for the C99 mode.  */
1158 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1159 # define __GNUC_STDC_INLINE__ 1
1160 #endif
1161 
1162 /* Define to a type if <wchar.h> does not define. */
1163 /* #undef mbstate_t */
1164 
1165 /* Define as the type of the result of subtracting two pointers, if the system
1166    doesn't define it. */
1167 /* #undef ptrdiff_t */
1168 
1169 /* Define to rpl_re_comp if the replacement should be used. */
1170 /* #undef re_comp */
1171 
1172 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1173 /* #undef re_compile_fastmap */
1174 
1175 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1176 /* #undef re_compile_pattern */
1177 
1178 /* Define to rpl_re_exec if the replacement should be used. */
1179 /* #undef re_exec */
1180 
1181 /* Define to rpl_re_match if the replacement should be used. */
1182 /* #undef re_match */
1183 
1184 /* Define to rpl_re_match_2 if the replacement should be used. */
1185 /* #undef re_match_2 */
1186 
1187 /* Define to rpl_re_search if the replacement should be used. */
1188 /* #undef re_search */
1189 
1190 /* Define to rpl_re_search_2 if the replacement should be used. */
1191 /* #undef re_search_2 */
1192 
1193 /* Define to rpl_re_set_registers if the replacement should be used. */
1194 /* #undef re_set_registers */
1195 
1196 /* Define to rpl_re_set_syntax if the replacement should be used. */
1197 /* #undef re_set_syntax */
1198 
1199 /* Define to rpl_re_syntax_options if the replacement should be used. */
1200 /* #undef re_syntax_options */
1201 
1202 /* Define to rpl_regcomp if the replacement should be used. */
1203 /* #undef regcomp */
1204 
1205 /* Define to rpl_regerror if the replacement should be used. */
1206 /* #undef regerror */
1207 
1208 /* Define to rpl_regexec if the replacement should be used. */
1209 /* #undef regexec */
1210 
1211 /* Define to rpl_regfree if the replacement should be used. */
1212 /* #undef regfree */
1213 
1214 /* Define to the equivalent of the C99 'restrict' keyword, or to
1215    nothing if this is not supported.  Do not define if restrict is
1216    supported directly.  */
1217 #define restrict __restrict
1218 /* Work around a bug in Sun C++: it does not support _Restrict or
1219    __restrict__, even though the corresponding Sun C compiler ends up with
1220    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1221    previous line.  Perhaps some future version of Sun C++ will work with
1222    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1223 #if defined __SUNPRO_CC && !defined __RESTRICT
1224 # define _Restrict
1225 # define __restrict__
1226 #endif
1227 
1228 /* Define to `unsigned int' if <sys/types.h> does not define. */
1229 /* #undef size_t */
1230 
1231 /* Define as a signed type of the same size as size_t. */
1232 /* #undef ssize_t */
1233 
1234 /* Define as a marker that can be attached to declarations that might not
1235     be used.  This helps to reduce warnings, such as from
1236     GCC -Wunused-parameter.  */
1237 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1238 # define _GL_UNUSED __attribute__ ((__unused__))
1239 #else
1240 # define _GL_UNUSED
1241 #endif
1242 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1243    is a misnomer outside of parameter lists.  */
1244 #define _UNUSED_PARAMETER_ _GL_UNUSED
1245 
1246