1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 /* #undef BITSIZEOF_PTRDIFF_T */
9 
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 /* #undef BITSIZEOF_SIG_ATOMIC_T */
12 
13 /* Define to the number of bits in type 'size_t'. */
14 /* #undef BITSIZEOF_SIZE_T */
15 
16 /* Define to the number of bits in type 'wchar_t'. */
17 /* #undef BITSIZEOF_WCHAR_T */
18 
19 /* Define to the number of bits in type 'wint_t'. */
20 /* #undef BITSIZEOF_WINT_T */
21 
22 /* Define to the program name of bzip2 compressor program */
23 #define BZIP2_PROGRAM "bzip2"
24 
25 /* Define to 1 if chown fails to change ctime when at least one argument was
26    not -1. */
27 #define CHOWN_CHANGE_TIME_BUG 1
28 
29 /* Define if chown is not POSIX compliant regarding IDs of -1. */
30 /* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */
31 
32 /* Define if chown modifies symlinks. */
33 /* #undef CHOWN_MODIFIES_SYMLINK */
34 
35 /* Define to 1 if chown mishandles trailing slash. */
36 /* #undef CHOWN_TRAILING_SLASH_BUG */
37 
38 /* Define to the program name of compress compressor program */
39 #define COMPRESS_PROGRAM "compress"
40 
41 /* Define to 1 if using 'alloca.c'. */
42 /* #undef C_ALLOCA */
43 
44 /* Define as the bit index in the word where to find bit 0 of the exponent of
45    'double'. */
46 #define DBL_EXPBIT0_BIT 20
47 
48 /* Define as the word index where to find the exponent of 'double'. */
49 #define DBL_EXPBIT0_WORD 1
50 
51 /* Define to a string giving the full name of the default archive file. */
52 #define DEFAULT_ARCHIVE "/dev/sa0"
53 
54 /* By default produce archives of this format */
55 #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
56 
57 /* Define to a number giving the default blocking size for archives. */
58 #define DEFAULT_BLOCKING 20
59 
60 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
61 #define DEFAULT_QUOTING_STYLE escape_quoting_style
62 
63 /* Define full file name of rmt program. */
64 #define DEFAULT_RMT_COMMAND "/etc/rmt"
65 
66 /* Define to 1 if density may be indicated by [lmh] at end of device. */
67 /* #undef DENSITY_LETTER */
68 
69 /* Define to a string giving the prefix of the default device, without the
70    part specifying the unit and density. */
71 #define DEVICE_PREFIX "/dev/sa0"
72 
73 /* the name of the file descriptor member of DIR */
74 /* #undef DIR_FD_MEMBER_NAME */
75 
76 #ifdef DIR_FD_MEMBER_NAME
77 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
78 #else
79 # define DIR_TO_FD(Dir_p) -1
80 #endif
81 
82 
83 /* Define to 1 if // is a file system root distinct from /. */
84 /* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
85 
86 /* Define if struct dirent has a member d_ino that actually works. */
87 #define D_INO_IN_DIRENT 1
88 
89 /* Enable the use of error_print_progname to print program name with error
90    messages. See comment to function tar_print_progname in src/tar.c */
91 #define ENABLE_ERROR_PRINT_PROGNAME 1
92 
93 /* Define to 1 if translation of program messages to the user's native
94    language is requested. */
95 #define ENABLE_NLS 1
96 
97 /* Define to 1 if your platform has fchownat, but it does not reject an empty
98    file name. */
99 /* #undef FCHOWNAT_EMPTY_FILENAME_BUG */
100 
101 /* Define to 1 if your platform has fchownat, but it cannot perform lchown
102    tasks. */
103 /* #undef FCHOWNAT_NOFOLLOW_BUG */
104 
105 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
106 /* #undef FCNTL_DUPFD_BUGGY */
107 
108 /* Define to nothing if C supports flexible array members, and to 1 if it does
109    not. That way, with a declaration like 'struct s { int n; short
110    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
111    compilers. Use 'FLEXSIZEOF (struct s, d, N * sizeof (short))' to calculate
112    the size in bytes of such a struct containing an N-element array. */
113 #define FLEXIBLE_ARRAY_MEMBER /**/
114 
115 /* Define to 1 if fopen() fails to recognize a trailing slash. */
116 /* #undef FOPEN_TRAILING_SLASH_BUG */
117 
118 /* Enable compile-time and run-time bounds-checking, and some warnings,
119       without upsetting glibc 2.15+. */
120    #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
121    # define _FORTIFY_SOURCE 2
122    #endif
123 
124 
125 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
126    dot component. */
127 /* #undef FUNC_MKDIR_DOT_BUG */
128 
129 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
130 #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
131 
132 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
133    and handles trailing slash correctly. */
134 #define FUNC_REALPATH_WORKS 1
135 
136 /* Define to 1 if futimesat mishandles a NULL file name. */
137 /* #undef FUTIMESAT_NULL_BUG */
138 
139 /* Define to the type of elements in the array set by `getgroups'. Usually
140    this is either `int' or `gid_t'. */
141 #define GETGROUPS_T gid_t
142 
143 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
144    */
145 /* #undef GETGROUPS_ZERO_BUG */
146 
147 /* Define this to 'void' or 'struct timezone' to match the system's
148    declaration of the second argument to gettimeofday. */
149 #define GETTIMEOFDAY_TIMEZONE struct timezone
150 
151 /* Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS and
152    XATTR_NAME_POSIX_ACL_DEFAULT. */
153 /* #undef GETXATTR_WITH_POSIX_ACLS */
154 
155 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
156    whether the gnulib module areadlinkat shall be considered present. */
157 #define GNULIB_AREADLINKAT 1
158 
159 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
160    whether the gnulib module areadlinkat-with-size shall be considered
161    present. */
162 #define GNULIB_AREADLINKAT_WITH_SIZE 1
163 
164 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
165    whether the gnulib module canonicalize-lgpl shall be considered present. */
166 #define GNULIB_CANONICALIZE_LGPL 1
167 
168 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
169    whether the gnulib module close-stream shall be considered present. */
170 #define GNULIB_CLOSE_STREAM 1
171 
172 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
173    whether the gnulib module dirent-safer shall be considered present. */
174 #define GNULIB_DIRENT_SAFER 1
175 
176 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
177    whether the gnulib module dirname shall be considered present. */
178 #define GNULIB_DIRNAME 1
179 
180 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
181    whether the gnulib module faccessat shall be considered present. */
182 #define GNULIB_FACCESSAT 1
183 
184 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
185    whether the gnulib module fcntl-safer shall be considered present. */
186 #define GNULIB_FCNTL_SAFER 1
187 
188 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
189    whether the gnulib module fdopendir shall be considered present. */
190 #define GNULIB_FDOPENDIR 1
191 
192 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
193    whether the gnulib module fdutimensat shall be considered present. */
194 #define GNULIB_FDUTIMENSAT 1
195 
196 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
197    whether the gnulib module fd-safer-flag shall be considered present. */
198 #define GNULIB_FD_SAFER_FLAG 1
199 
200 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
201    whether the gnulib module fnmatch-gnu shall be considered present. */
202 #define GNULIB_FNMATCH_GNU 1
203 
204 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
205    whether the gnulib module fopen-gnu shall be considered present. */
206 #define GNULIB_FOPEN_GNU 1
207 
208 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
209    whether the gnulib module fscanf shall be considered present. */
210 #define GNULIB_FSCANF 1
211 
212 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
213    whether the gnulib module getcwd shall be considered present. */
214 #define GNULIB_GETCWD 1
215 
216 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
217    whether the gnulib module isblank shall be considered present. */
218 #define GNULIB_ISBLANK 1
219 
220 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
221    whether the gnulib module malloc-gnu shall be considered present. */
222 #define GNULIB_MALLOC_GNU 1
223 
224 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
225    whether the gnulib module msvc-nothrow shall be considered present. */
226 #define GNULIB_MSVC_NOTHROW 1
227 
228 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
229    whether the gnulib module openat shall be considered present. */
230 #define GNULIB_OPENAT 1
231 
232 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
233    whether the gnulib module openat-safer shall be considered present. */
234 #define GNULIB_OPENAT_SAFER 1
235 
236 /* enable some gnulib portability checks */
237 /* #undef GNULIB_PORTCHECK */
238 
239 /* Define to 1 if printf and friends should be labeled with attribute
240    "__gnu_printf__" instead of "__printf__" */
241 /* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */
242 
243 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
244    */
245 #define GNULIB_PROGRAM_INVOCATION_NAME 1
246 
247 /* Define to 1 to add extern declaration of program_invocation_short_name to
248    argp.h */
249 #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
250 
251 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
252    whether the gnulib module scanf shall be considered present. */
253 #define GNULIB_SCANF 1
254 
255 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
256    whether the gnulib module snprintf shall be considered present. */
257 #define GNULIB_SNPRINTF 1
258 
259 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
260    whether the gnulib module statat shall be considered present. */
261 #define GNULIB_STATAT 1
262 
263 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
264    whether the gnulib module strerror shall be considered present. */
265 #define GNULIB_STRERROR 1
266 
267 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
268    whether the gnulib module tempname shall be considered present. */
269 #define GNULIB_TEMPNAME 1
270 
271 /* Define to 1 when the gnulib module btowc should be tested. */
272 #define GNULIB_TEST_BTOWC 1
273 
274 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
275    */
276 #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
277 
278 /* Define to 1 when the gnulib module chdir should be tested. */
279 #define GNULIB_TEST_CHDIR 1
280 
281 /* Define to 1 when the gnulib module chown should be tested. */
282 #define GNULIB_TEST_CHOWN 1
283 
284 /* Define to 1 when the gnulib module cloexec should be tested. */
285 #define GNULIB_TEST_CLOEXEC 1
286 
287 /* Define to 1 when the gnulib module close should be tested. */
288 #define GNULIB_TEST_CLOSE 1
289 
290 /* Define to 1 when the gnulib module closedir should be tested. */
291 #define GNULIB_TEST_CLOSEDIR 1
292 
293 /* Define to 1 when the gnulib module dirfd should be tested. */
294 #define GNULIB_TEST_DIRFD 1
295 
296 /* Define to 1 when the gnulib module dup should be tested. */
297 #define GNULIB_TEST_DUP 1
298 
299 /* Define to 1 when the gnulib module dup2 should be tested. */
300 #define GNULIB_TEST_DUP2 1
301 
302 /* Define to 1 when the gnulib module environ should be tested. */
303 #define GNULIB_TEST_ENVIRON 1
304 
305 /* Define to 1 when the gnulib module euidaccess should be tested. */
306 #define GNULIB_TEST_EUIDACCESS 1
307 
308 /* Define to 1 when the gnulib module faccessat should be tested. */
309 #define GNULIB_TEST_FACCESSAT 1
310 
311 /* Define to 1 when the gnulib module fchdir should be tested. */
312 #define GNULIB_TEST_FCHDIR 1
313 
314 /* Define to 1 when the gnulib module fchmodat should be tested. */
315 #define GNULIB_TEST_FCHMODAT 1
316 
317 /* Define to 1 when the gnulib module fchownat should be tested. */
318 #define GNULIB_TEST_FCHOWNAT 1
319 
320 /* Define to 1 when the gnulib module fcntl should be tested. */
321 #define GNULIB_TEST_FCNTL 1
322 
323 /* Define to 1 when the gnulib module fdopendir should be tested. */
324 #define GNULIB_TEST_FDOPENDIR 1
325 
326 /* Define to 1 when the gnulib module fnmatch should be tested. */
327 #define GNULIB_TEST_FNMATCH 1
328 
329 /* Define to 1 when the gnulib module fopen should be tested. */
330 #define GNULIB_TEST_FOPEN 1
331 
332 /* Define to 1 when the gnulib module free-posix should be tested. */
333 #define GNULIB_TEST_FREE_POSIX 1
334 
335 /* Define to 1 when the gnulib module fseek should be tested. */
336 #define GNULIB_TEST_FSEEK 1
337 
338 /* Define to 1 when the gnulib module fseeko should be tested. */
339 #define GNULIB_TEST_FSEEKO 1
340 
341 /* Define to 1 when the gnulib module fstat should be tested. */
342 #define GNULIB_TEST_FSTAT 1
343 
344 /* Define to 1 when the gnulib module fstatat should be tested. */
345 #define GNULIB_TEST_FSTATAT 1
346 
347 /* Define to 1 when the gnulib module futimens should be tested. */
348 #define GNULIB_TEST_FUTIMENS 1
349 
350 /* Define to 1 when the gnulib module getcwd should be tested. */
351 #define GNULIB_TEST_GETCWD 1
352 
353 /* Define to 1 when the gnulib module getdelim should be tested. */
354 #define GNULIB_TEST_GETDELIM 1
355 
356 /* Define to 1 when the gnulib module getdtablesize should be tested. */
357 #define GNULIB_TEST_GETDTABLESIZE 1
358 
359 /* Define to 1 when the gnulib module getgroups should be tested. */
360 #define GNULIB_TEST_GETGROUPS 1
361 
362 /* Define to 1 when the gnulib module getline should be tested. */
363 #define GNULIB_TEST_GETLINE 1
364 
365 /* Define to 1 when the gnulib module getopt-posix should be tested. */
366 #define GNULIB_TEST_GETOPT_POSIX 1
367 
368 /* Define to 1 when the gnulib module getpagesize should be tested. */
369 #define GNULIB_TEST_GETPAGESIZE 1
370 
371 /* Define to 1 when the gnulib module getrandom should be tested. */
372 #define GNULIB_TEST_GETRANDOM 1
373 
374 /* Define to 1 when the gnulib module gettimeofday should be tested. */
375 #define GNULIB_TEST_GETTIMEOFDAY 1
376 
377 /* Define to 1 when the gnulib module group-member should be tested. */
378 #define GNULIB_TEST_GROUP_MEMBER 1
379 
380 /* Define to 1 when the gnulib module iswblank should be tested. */
381 #define GNULIB_TEST_ISWBLANK 1
382 
383 /* Define to 1 when the gnulib module iswdigit should be tested. */
384 #define GNULIB_TEST_ISWDIGIT 1
385 
386 /* Define to 1 when the gnulib module iswxdigit should be tested. */
387 #define GNULIB_TEST_ISWXDIGIT 1
388 
389 /* Define to 1 when the gnulib module lchmod should be tested. */
390 #define GNULIB_TEST_LCHMOD 1
391 
392 /* Define to 1 when the gnulib module lchown should be tested. */
393 #define GNULIB_TEST_LCHOWN 1
394 
395 /* Define to 1 when the gnulib module link should be tested. */
396 #define GNULIB_TEST_LINK 1
397 
398 /* Define to 1 when the gnulib module linkat should be tested. */
399 #define GNULIB_TEST_LINKAT 1
400 
401 /* Define to 1 when the gnulib module localeconv should be tested. */
402 #define GNULIB_TEST_LOCALECONV 1
403 
404 /* Define to 1 when the gnulib module lseek should be tested. */
405 #define GNULIB_TEST_LSEEK 1
406 
407 /* Define to 1 when the gnulib module lstat should be tested. */
408 #define GNULIB_TEST_LSTAT 1
409 
410 /* Define to 1 when the gnulib module malloc-posix should be tested. */
411 #define GNULIB_TEST_MALLOC_POSIX 1
412 
413 /* Define to 1 when the gnulib module mbrtowc should be tested. */
414 #define GNULIB_TEST_MBRTOWC 1
415 
416 /* Define to 1 when the gnulib module mbscasecmp should be tested. */
417 #define GNULIB_TEST_MBSCASECMP 1
418 
419 /* Define to 1 when the gnulib module mbsinit should be tested. */
420 #define GNULIB_TEST_MBSINIT 1
421 
422 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
423 #define GNULIB_TEST_MBSRTOWCS 1
424 
425 /* Define to 1 when the gnulib module mbtowc should be tested. */
426 #define GNULIB_TEST_MBTOWC 1
427 
428 /* Define to 1 when the gnulib module memchr should be tested. */
429 #define GNULIB_TEST_MEMCHR 1
430 
431 /* Define to 1 when the gnulib module mempcpy should be tested. */
432 #define GNULIB_TEST_MEMPCPY 1
433 
434 /* Define to 1 when the gnulib module memrchr should be tested. */
435 #define GNULIB_TEST_MEMRCHR 1
436 
437 /* Define to 1 when the gnulib module mkdir should be tested. */
438 #define GNULIB_TEST_MKDIR 1
439 
440 /* Define to 1 when the gnulib module mkdirat should be tested. */
441 #define GNULIB_TEST_MKDIRAT 1
442 
443 /* Define to 1 when the gnulib module mkdtemp should be tested. */
444 #define GNULIB_TEST_MKDTEMP 1
445 
446 /* Define to 1 when the gnulib module mkfifo should be tested. */
447 #define GNULIB_TEST_MKFIFO 1
448 
449 /* Define to 1 when the gnulib module mkfifoat should be tested. */
450 #define GNULIB_TEST_MKFIFOAT 1
451 
452 /* Define to 1 when the gnulib module mknod should be tested. */
453 #define GNULIB_TEST_MKNOD 1
454 
455 /* Define to 1 when the gnulib module mknodat should be tested. */
456 #define GNULIB_TEST_MKNODAT 1
457 
458 /* Define to 1 when the gnulib module mktime should be tested. */
459 #define GNULIB_TEST_MKTIME 1
460 
461 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
462 #define GNULIB_TEST_NL_LANGINFO 1
463 
464 /* Define to 1 when the gnulib module open should be tested. */
465 #define GNULIB_TEST_OPEN 1
466 
467 /* Define to 1 when the gnulib module openat should be tested. */
468 #define GNULIB_TEST_OPENAT 1
469 
470 /* Define to 1 when the gnulib module opendir should be tested. */
471 #define GNULIB_TEST_OPENDIR 1
472 
473 /* Define to 1 when the gnulib module pipe should be tested. */
474 #define GNULIB_TEST_PIPE 1
475 
476 /* Define to 1 when the gnulib module raise should be tested. */
477 #define GNULIB_TEST_RAISE 1
478 
479 /* Define to 1 when the gnulib module rawmemchr should be tested. */
480 #define GNULIB_TEST_RAWMEMCHR 1
481 
482 /* Define to 1 when the gnulib module read should be tested. */
483 #define GNULIB_TEST_READ 1
484 
485 /* Define to 1 when the gnulib module readdir should be tested. */
486 #define GNULIB_TEST_READDIR 1
487 
488 /* Define to 1 when the gnulib module readlink should be tested. */
489 #define GNULIB_TEST_READLINK 1
490 
491 /* Define to 1 when the gnulib module readlinkat should be tested. */
492 #define GNULIB_TEST_READLINKAT 1
493 
494 /* Define to 1 when the gnulib module realloc-posix should be tested. */
495 #define GNULIB_TEST_REALLOC_POSIX 1
496 
497 /* Define to 1 when the gnulib module realpath should be tested. */
498 #define GNULIB_TEST_REALPATH 1
499 
500 /* Define to 1 when the gnulib module rename should be tested. */
501 #define GNULIB_TEST_RENAME 1
502 
503 /* Define to 1 when the gnulib module renameat should be tested. */
504 #define GNULIB_TEST_RENAMEAT 1
505 
506 /* Define to 1 when the gnulib module rewinddir should be tested. */
507 #define GNULIB_TEST_REWINDDIR 1
508 
509 /* Define to 1 when the gnulib module rmdir should be tested. */
510 #define GNULIB_TEST_RMDIR 1
511 
512 /* Define to 1 when the gnulib module rpmatch should be tested. */
513 #define GNULIB_TEST_RPMATCH 1
514 
515 /* Define to 1 when the gnulib module setenv should be tested. */
516 #define GNULIB_TEST_SETENV 1
517 
518 /* Define to 1 when the gnulib module setlocale_null should be tested. */
519 #define GNULIB_TEST_SETLOCALE_NULL 1
520 
521 /* Define to 1 when the gnulib module sleep should be tested. */
522 #define GNULIB_TEST_SLEEP 1
523 
524 /* Define to 1 when the gnulib module snprintf should be tested. */
525 #define GNULIB_TEST_SNPRINTF 1
526 
527 /* Define to 1 when the gnulib module stat should be tested. */
528 #define GNULIB_TEST_STAT 1
529 
530 /* Define to 1 when the gnulib module stpcpy should be tested. */
531 #define GNULIB_TEST_STPCPY 1
532 
533 /* Define to 1 when the gnulib module strchrnul should be tested. */
534 #define GNULIB_TEST_STRCHRNUL 1
535 
536 /* Define to 1 when the gnulib module strdup should be tested. */
537 #define GNULIB_TEST_STRDUP 1
538 
539 /* Define to 1 when the gnulib module strerror should be tested. */
540 #define GNULIB_TEST_STRERROR 1
541 
542 /* Define to 1 when the gnulib module strndup should be tested. */
543 #define GNULIB_TEST_STRNDUP 1
544 
545 /* Define to 1 when the gnulib module strnlen should be tested. */
546 #define GNULIB_TEST_STRNLEN 1
547 
548 /* Define to 1 when the gnulib module strtoll should be tested. */
549 #define GNULIB_TEST_STRTOLL 1
550 
551 /* Define to 1 when the gnulib module strtoull should be tested. */
552 #define GNULIB_TEST_STRTOULL 1
553 
554 /* Define to 1 when the gnulib module symlink should be tested. */
555 #define GNULIB_TEST_SYMLINK 1
556 
557 /* Define to 1 when the gnulib module symlinkat should be tested. */
558 #define GNULIB_TEST_SYMLINKAT 1
559 
560 /* Define to 1 when the gnulib module timegm should be tested. */
561 #define GNULIB_TEST_TIMEGM 1
562 
563 /* Define to 1 when the gnulib module time_r should be tested. */
564 #define GNULIB_TEST_TIME_R 1
565 
566 /* Define to 1 when the gnulib module time_rz should be tested. */
567 #define GNULIB_TEST_TIME_RZ 1
568 
569 /* Define to 1 when the gnulib module tzset should be tested. */
570 #define GNULIB_TEST_TZSET 1
571 
572 /* Define to 1 when the gnulib module unlink should be tested. */
573 #define GNULIB_TEST_UNLINK 1
574 
575 /* Define to 1 when the gnulib module unlinkat should be tested. */
576 #define GNULIB_TEST_UNLINKAT 1
577 
578 /* Define to 1 when the gnulib module unsetenv should be tested. */
579 #define GNULIB_TEST_UNSETENV 1
580 
581 /* Define to 1 when the gnulib module utime should be tested. */
582 #define GNULIB_TEST_UTIME 1
583 
584 /* Define to 1 when the gnulib module utimensat should be tested. */
585 #define GNULIB_TEST_UTIMENSAT 1
586 
587 /* Define to 1 when the gnulib module vasprintf should be tested. */
588 #define GNULIB_TEST_VASPRINTF 1
589 
590 /* Define to 1 when the gnulib module vsnprintf should be tested. */
591 #define GNULIB_TEST_VSNPRINTF 1
592 
593 /* Define to 1 when the gnulib module wcrtomb should be tested. */
594 #define GNULIB_TEST_WCRTOMB 1
595 
596 /* Define to 1 when the gnulib module wcwidth should be tested. */
597 #define GNULIB_TEST_WCWIDTH 1
598 
599 /* Define to 1 when the gnulib module wmemchr should be tested. */
600 #define GNULIB_TEST_WMEMCHR 1
601 
602 /* Define to 1 when the gnulib module wmempcpy should be tested. */
603 #define GNULIB_TEST_WMEMPCPY 1
604 
605 /* Define to 1 when the gnulib module write should be tested. */
606 #define GNULIB_TEST_WRITE 1
607 
608 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
609    whether the gnulib module xalloc shall be considered present. */
610 #define GNULIB_XALLOC 1
611 
612 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
613    whether the gnulib module xalloc-die shall be considered present. */
614 #define GNULIB_XALLOC_DIE 1
615 
616 /* Define to the program name of gzip compressor program */
617 #define GZIP_PROGRAM "gzip"
618 
619 /* Define to 1 if you have the `access' function. */
620 /* #undef HAVE_ACCESS */
621 
622 /* Define to 1 if you have the `aclsort' function. */
623 /* #undef HAVE_ACLSORT */
624 
625 /* Define to 1 if you have the <aclv.h> header file. */
626 /* #undef HAVE_ACLV_H */
627 
628 /* Define to 1 if you have the `aclx_get' function. */
629 /* #undef HAVE_ACLX_GET */
630 
631 /* Define to 1 if you have the `acl_copy_ext_native' function. */
632 /* #undef HAVE_ACL_COPY_EXT_NATIVE */
633 
634 /* Define to 1 if you have the `acl_create_entry_np' function. */
635 /* #undef HAVE_ACL_CREATE_ENTRY_NP */
636 
637 /* Define to 1 if you have the `acl_delete_def_file' function. */
638 /* #undef HAVE_ACL_DELETE_DEF_FILE */
639 
640 /* Define to 1 if you have the `acl_delete_fd_np' function. */
641 /* #undef HAVE_ACL_DELETE_FD_NP */
642 
643 /* Define to 1 if you have the `acl_delete_file_np' function. */
644 /* #undef HAVE_ACL_DELETE_FILE_NP */
645 
646 /* Define to 1 if you have the `acl_entries' function. */
647 /* #undef HAVE_ACL_ENTRIES */
648 
649 /* Define to 1 if you have the `acl_extended_file' function. */
650 /* #undef HAVE_ACL_EXTENDED_FILE */
651 
652 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
653 /* #undef HAVE_ACL_FIRST_ENTRY */
654 
655 /* Define to 1 if you have the `acl_free' function. */
656 /* #undef HAVE_ACL_FREE */
657 
658 /* Define to 1 if you have the `acl_free_text' function. */
659 /* #undef HAVE_ACL_FREE_TEXT */
660 
661 /* Define to 1 if you have the `acl_from_mode' function. */
662 /* #undef HAVE_ACL_FROM_MODE */
663 
664 /* Define to 1 if you have the `acl_from_text' function. */
665 /* #undef HAVE_ACL_FROM_TEXT */
666 
667 /* Define to 1 if you have the `acl_get_fd' function. */
668 /* #undef HAVE_ACL_GET_FD */
669 
670 /* Define to 1 if you have the `acl_get_file' function. */
671 /* #undef HAVE_ACL_GET_FILE */
672 
673 /* Define to 1 if you have the <acl/libacl.h> header file. */
674 /* #undef HAVE_ACL_LIBACL_H */
675 
676 /* Define to 1 if you have the `acl_set_fd' function. */
677 /* #undef HAVE_ACL_SET_FD */
678 
679 /* Define to 1 if you have the `acl_set_file' function. */
680 /* #undef HAVE_ACL_SET_FILE */
681 
682 /* Define to 1 if you have the `acl_to_short_text' function. */
683 /* #undef HAVE_ACL_TO_SHORT_TEXT */
684 
685 /* Define to 1 if you have the `acl_trivial' function. */
686 /* #undef HAVE_ACL_TRIVIAL */
687 
688 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
689 /* #undef HAVE_ACL_TYPE_EXTENDED */
690 
691 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
692    may be supplied by this distribution. */
693 #define HAVE_ALLOCA 1
694 
695 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
696    */
697 #define HAVE_ALLOCA_H 1
698 
699 /* Define to 1 if you have the <attr/xattr.h> header file. */
700 /* #undef HAVE_ATTR_XATTR_H */
701 
702 /* Define to 1 if you have the <bcrypt.h> header file. */
703 /* #undef HAVE_BCRYPT_H */
704 
705 /* Define to 1 if you have the <bp-sym.h> header file. */
706 /* #undef HAVE_BP_SYM_H */
707 
708 /* Define to 1 if you have the `btowc' function. */
709 #define HAVE_BTOWC 1
710 
711 /* Define to 1 if you have the `canonicalize_file_name' function. */
712 /* #undef HAVE_CANONICALIZE_FILE_NAME */
713 
714 /* Define to 1 if you have the Mac OS X function
715    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
716 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
717 
718 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
719    the CoreFoundation framework. */
720 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
721 
722 /* Define to 1 if you have the `chown' function. */
723 #define HAVE_CHOWN 1
724 
725 /* Define to 1 if you have the `clock_gettime' function. */
726 #define HAVE_CLOCK_GETTIME 1
727 
728 /* Define to 1 if you have the `clock_settime' function. */
729 #define HAVE_CLOCK_SETTIME 1
730 
731 /* Define to 1 if you have the `closedir' function. */
732 #define HAVE_CLOSEDIR 1
733 
734 /* Define if you have compound literals. */
735 #define HAVE_COMPOUND_LITERALS 1
736 
737 /* Define to 1 if you have the <crtdefs.h> header file. */
738 /* #undef HAVE_CRTDEFS_H */
739 
740 /* Define if the GNU dcgettext() function is already present or preinstalled.
741    */
742 #define HAVE_DCGETTEXT 1
743 
744 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
745    */
746 #define HAVE_DECL_ALARM 1
747 
748 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
749    you don't. */
750 #define HAVE_DECL_CLEARERR_UNLOCKED 1
751 
752 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
753    */
754 #define HAVE_DECL_DIRFD 1
755 
756 /* Define to 1 if you have the declaration of `ecvt', and to 0 if you don't.
757    */
758 #define HAVE_DECL_ECVT 0
759 
760 /* Define to 1 if you have the declaration of `execvpe', and to 0 if you
761    don't. */
762 #define HAVE_DECL_EXECVPE 0
763 
764 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
765    */
766 #define HAVE_DECL_FCHDIR 1
767 
768 /* Define to 1 if you have the declaration of `fcloseall', and to 0 if you
769    don't. */
770 #define HAVE_DECL_FCLOSEALL 1
771 
772 /* Define to 1 if you have the declaration of `fcvt', and to 0 if you don't.
773    */
774 #define HAVE_DECL_FCVT 0
775 
776 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
777    don't. */
778 #define HAVE_DECL_FDOPENDIR 1
779 
780 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
781    don't. */
782 #define HAVE_DECL_FEOF_UNLOCKED 1
783 
784 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
785    you don't. */
786 #define HAVE_DECL_FERROR_UNLOCKED 1
787 
788 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
789    you don't. */
790 #define HAVE_DECL_FFLUSH_UNLOCKED 1
791 
792 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
793    you don't. */
794 #define HAVE_DECL_FGETS_UNLOCKED 0
795 
796 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
797    you don't. */
798 #define HAVE_DECL_FPUTC_UNLOCKED 1
799 
800 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
801    you don't. */
802 #define HAVE_DECL_FPUTS_UNLOCKED 1
803 
804 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
805    you don't. */
806 #define HAVE_DECL_FREAD_UNLOCKED 1
807 
808 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
809    */
810 #define HAVE_DECL_FSEEKO 1
811 
812 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
813    you don't. */
814 #define HAVE_DECL_FWRITE_UNLOCKED 1
815 
816 /* Define to 1 if you have the declaration of `gcvt', and to 0 if you don't.
817    */
818 #define HAVE_DECL_GCVT 0
819 
820 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
821    you don't. */
822 #define HAVE_DECL_GETCHAR_UNLOCKED 1
823 
824 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
825    */
826 #define HAVE_DECL_GETCWD 1
827 
828 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
829    don't. */
830 #define HAVE_DECL_GETC_UNLOCKED 1
831 
832 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
833    don't. */
834 #define HAVE_DECL_GETDELIM 1
835 
836 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
837    don't. */
838 #define HAVE_DECL_GETDTABLESIZE 1
839 
840 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
841    don't. */
842 #define HAVE_DECL_GETGRGID 1
843 
844 /* Define to 1 if you have the declaration of `getline', and to 0 if you
845    don't. */
846 #define HAVE_DECL_GETLINE 1
847 
848 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
849    don't. */
850 #define HAVE_DECL_GETPWUID 1
851 
852 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
853    don't. */
854 #define HAVE_DECL_ISBLANK 1
855 
856 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
857    don't. */
858 #define HAVE_DECL_ISWBLANK 1
859 
860 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
861    don't. */
862 #define HAVE_DECL_LOCALTIME_R 1
863 
864 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
865    don't. */
866 /* #undef HAVE_DECL_MBRTOWC */
867 
868 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
869    don't. */
870 /* #undef HAVE_DECL_MBSINIT */
871 
872 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
873    don't. */
874 /* #undef HAVE_DECL_MBSRTOWCS */
875 
876 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
877    don't. */
878 #define HAVE_DECL_MEMRCHR 1
879 
880 /* Define to 1 if you have the declaration of `program_invocation_name', and
881    to 0 if you don't. */
882 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
883 
884 /* Define to 1 if you have the declaration of `program_invocation_short_name',
885    and to 0 if you don't. */
886 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
887 
888 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
889    you don't. */
890 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
891 
892 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
893    don't. */
894 #define HAVE_DECL_PUTC_UNLOCKED 1
895 
896 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
897    */
898 #define HAVE_DECL_SETENV 1
899 
900 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
901    */
902 #define HAVE_DECL_SLEEP 1
903 
904 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
905    don't. */
906 #define HAVE_DECL_SNPRINTF 1
907 
908 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
909    */
910 #define HAVE_DECL_STRDUP 1
911 
912 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
913    don't. */
914 #define HAVE_DECL_STRERROR_R 1
915 
916 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
917    don't. */
918 #define HAVE_DECL_STRNCASECMP 1
919 
920 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
921    don't. */
922 #define HAVE_DECL_STRNDUP 1
923 
924 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
925    don't. */
926 #define HAVE_DECL_STRNLEN 1
927 
928 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
929    don't. */
930 #define HAVE_DECL_STRTOIMAX 1
931 
932 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
933    don't. */
934 /* #undef HAVE_DECL_STRTOLL */
935 
936 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
937    don't. */
938 /* #undef HAVE_DECL_STRTOULL */
939 
940 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
941    don't. */
942 #define HAVE_DECL_STRTOUMAX 1
943 
944 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
945    */
946 #define HAVE_DECL_TIME 1
947 
948 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
949    don't. */
950 /* #undef HAVE_DECL_TOWLOWER */
951 
952 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
953    */
954 /* #undef HAVE_DECL_TZNAME */
955 
956 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
957    don't. */
958 #define HAVE_DECL_UNSETENV 1
959 
960 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
961    don't. */
962 #define HAVE_DECL_VSNPRINTF 1
963 
964 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
965    don't. */
966 /* #undef HAVE_DECL_WCRTOMB */
967 
968 /* Define to 1 if you have the declaration of `wcsdup', and to 0 if you don't.
969    */
970 #define HAVE_DECL_WCSDUP 1
971 
972 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
973    don't. */
974 #define HAVE_DECL_WCWIDTH 1
975 
976 /* Define to 1 if you have the declaration of `_fseeki64', and to 0 if you
977    don't. */
978 /* #undef HAVE_DECL__FSEEKI64 */
979 
980 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
981    don't. */
982 #define HAVE_DECL__SNPRINTF 0
983 
984 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
985    */
986 #define HAVE_DECL___ARGV 0
987 
988 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
989    don't. */
990 #define HAVE_DECL___FPENDING 1
991 
992 /* Define to 1 if you have the <dirent.h> header file. */
993 #define HAVE_DIRENT_H 1
994 
995 /* Define to 1 if you have the `dirfd' function. */
996 #define HAVE_DIRFD 1
997 
998 /* Define to 1 if you have the `eaccess' function. */
999 #define HAVE_EACCESS 1
1000 
1001 /* Define if you have the declaration of environ. */
1002 /* #undef HAVE_ENVIRON_DECL */
1003 
1004 /* Define to 1 if you have the `euidaccess' function. */
1005 /* #undef HAVE_EUIDACCESS */
1006 
1007 /* Define to 1 if you have the `faccessat' function. */
1008 #define HAVE_FACCESSAT 1
1009 
1010 /* Define to 1 if you have the `facl' function. */
1011 /* #undef HAVE_FACL */
1012 
1013 /* Define to 1 if you have the `fchdir' function. */
1014 #define HAVE_FCHDIR 1
1015 
1016 /* Define to 1 if you have the `fchmod' function. */
1017 #define HAVE_FCHMOD 1
1018 
1019 /* Define to 1 if you have the `fchmodat' function. */
1020 #define HAVE_FCHMODAT 1
1021 
1022 /* Define to 1 if you have the `fchown' function. */
1023 #define HAVE_FCHOWN 1
1024 
1025 /* Define to 1 if you have the `fcntl' function. */
1026 #define HAVE_FCNTL 1
1027 
1028 /* Define to 1 if you have the <fcntl.h> header file. */
1029 #define HAVE_FCNTL_H 1
1030 
1031 /* Define to 1 if you have the `fdopendir' function. */
1032 #define HAVE_FDOPENDIR 1
1033 
1034 /* Define to 1 if you have the <features.h> header file. */
1035 /* #undef HAVE_FEATURES_H */
1036 
1037 /* Define to 1 if you have the `flockfile' function. */
1038 #define HAVE_FLOCKFILE 1
1039 
1040 /* Define to 1 if you have the `fnmatch' function. */
1041 #define HAVE_FNMATCH 1
1042 
1043 /* Define to 1 if you have the <fnmatch.h> header file. */
1044 #define HAVE_FNMATCH_H 1
1045 
1046 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
1047 #define HAVE_FSEEKO 1
1048 
1049 /* Define to 1 if you have the `fstatat' function. */
1050 #define HAVE_FSTATAT 1
1051 
1052 /* Define to 1 if you have the `fsync' function. */
1053 #define HAVE_FSYNC 1
1054 
1055 /* Define to 1 if you have the `funlockfile' function. */
1056 #define HAVE_FUNLOCKFILE 1
1057 
1058 /* Define to 1 if you have the `futimens' function. */
1059 #define HAVE_FUTIMENS 1
1060 
1061 /* Define to 1 if you have the `futimes' function. */
1062 #define HAVE_FUTIMES 1
1063 
1064 /* Define to 1 if you have the `futimesat' function. */
1065 /* #undef HAVE_FUTIMESAT */
1066 
1067 /* Define to 1 if you have the `getacl' function. */
1068 /* #undef HAVE_GETACL */
1069 
1070 /* Define to 1 if you have the `getcwd' function. */
1071 #define HAVE_GETCWD 1
1072 
1073 /* Define to 1 if getcwd works, but with shorter paths than is generally
1074    tested with the replacement. */
1075 /* #undef HAVE_GETCWD_SHORTER */
1076 
1077 /* Define to 1 if you have the `getdelim' function. */
1078 #define HAVE_GETDELIM 1
1079 
1080 /* Define to 1 if you have the `getdtablesize' function. */
1081 #define HAVE_GETDTABLESIZE 1
1082 
1083 /* Define to 1 if you have the `getexecname' function. */
1084 /* #undef HAVE_GETEXECNAME */
1085 
1086 /* Define to 1 if your system has a working `getgroups' function. */
1087 #define HAVE_GETGROUPS 1
1088 
1089 /* Define to 1 if you have the <getopt.h> header file. */
1090 #define HAVE_GETOPT_H 1
1091 
1092 /* Define to 1 if you have the `getopt_long_only' function. */
1093 #define HAVE_GETOPT_LONG_ONLY 1
1094 
1095 /* Define to 1 if the system has the 'getpagesize' function. */
1096 #define HAVE_GETPAGESIZE 1
1097 
1098 /* Define to 1 if you have the `getppriv' function. */
1099 /* #undef HAVE_GETPPRIV */
1100 
1101 /* Define to 1 if you have the `getprogname' function. */
1102 #define HAVE_GETPROGNAME 1
1103 
1104 /* Define to 1 if you have the `getrandom' function. */
1105 #define HAVE_GETRANDOM 1
1106 
1107 /* Define if the GNU gettext() function is already present or preinstalled. */
1108 #define HAVE_GETTEXT 1
1109 
1110 /* Define to 1 if you have the `gettimeofday' function. */
1111 #define HAVE_GETTIMEOFDAY 1
1112 
1113 /* Define to 1 if you have the <grp.h> header file. */
1114 #define HAVE_GRP_H 1
1115 
1116 /* Define if you have the iconv() function and it works. */
1117 #define HAVE_ICONV 1
1118 
1119 /* Define to 1 if you have the <iconv.h> header file. */
1120 #define HAVE_ICONV_H 1
1121 
1122 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
1123 #define HAVE_INTMAX_T 1
1124 
1125 /* Define to 1 if you have the <inttypes.h> header file. */
1126 #define HAVE_INTTYPES_H 1
1127 
1128 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
1129    declares uintmax_t. */
1130 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1131 
1132 /* Define to 1 if you have the `isblank' function. */
1133 #define HAVE_ISBLANK 1
1134 
1135 /* Define to 1 if you have the `iswblank' function. */
1136 #define HAVE_ISWBLANK 1
1137 
1138 /* Define to 1 if you have the `iswcntrl' function. */
1139 #define HAVE_ISWCNTRL 1
1140 
1141 /* Define to 1 if you have the `iswctype' function. */
1142 #define HAVE_ISWCTYPE 1
1143 
1144 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1145 #define HAVE_LANGINFO_CODESET 1
1146 
1147 /* Define to 1 if you have the <langinfo.h> header file. */
1148 #define HAVE_LANGINFO_H 1
1149 
1150 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
1151 /* #undef HAVE_LANGINFO_YESEXPR */
1152 
1153 /* Define to 1 if you have the `lchmod' function. */
1154 #define HAVE_LCHMOD 1
1155 
1156 /* Define to 1 if you have the `lchown' function. */
1157 #define HAVE_LCHOWN 1
1158 
1159 /* Define to 1 if you have the <libgen.h> header file. */
1160 #define HAVE_LIBGEN_H 1
1161 
1162 /* Define to 1 if you have the <libintl.h> header file. */
1163 #define HAVE_LIBINTL_H 1
1164 
1165 /* Define to 1 if the bcrypt library is guaranteed to be present. */
1166 /* #undef HAVE_LIB_BCRYPT */
1167 
1168 /* Define to 1 if you have the <limits.h> header file. */
1169 #define HAVE_LIMITS_H 1
1170 
1171 /* Define to 1 if you have the <linewrap.h> header file. */
1172 /* #undef HAVE_LINEWRAP_H */
1173 
1174 /* Define to 1 if you have the `link' function. */
1175 #define HAVE_LINK 1
1176 
1177 /* Define to 1 if you have the `linkat' function. */
1178 #define HAVE_LINKAT 1
1179 
1180 /* Define to 1 if you have the <linux/fd.h> header file. */
1181 /* #undef HAVE_LINUX_FD_H */
1182 
1183 /* Define to 1 if you have the <linux/fs.h> header file. */
1184 /* #undef HAVE_LINUX_FS_H */
1185 
1186 /* Define to 1 if you have the <locale.h> header file. */
1187 #define HAVE_LOCALE_H 1
1188 
1189 /* Define if localtime-like functions can loop forever on extreme arguments.
1190    */
1191 /* #undef HAVE_LOCALTIME_INFLOOP_BUG */
1192 
1193 /* Define to 1 if you have the `localtime_r' function. */
1194 #define HAVE_LOCALTIME_R 1
1195 
1196 /* Define to 1 if you support file names longer than 14 characters. */
1197 #define HAVE_LONG_FILE_NAMES 1
1198 
1199 /* Define to 1 if the system has the type 'long long int'. */
1200 #define HAVE_LONG_LONG_INT 1
1201 
1202 /* Define to 1 if you have the `lstat' function. */
1203 #define HAVE_LSTAT 1
1204 
1205 /* Define to 1 if you have the `lutimes' function. */
1206 #define HAVE_LUTIMES 1
1207 
1208 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1209    to 0 otherwise. */
1210 #define HAVE_MALLOC_GNU 1
1211 
1212 /* Define to 1 if you have the <malloc.h> header file. */
1213 /* #undef HAVE_MALLOC_H */
1214 
1215 /* Define if the 'malloc' function is POSIX compliant. */
1216 #define HAVE_MALLOC_POSIX 1
1217 
1218 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1219    config.h and <sys/mman.h>. */
1220 #define HAVE_MAP_ANONYMOUS 1
1221 
1222 /* Define to 1 if you have the `mbrtowc' function. */
1223 #define HAVE_MBRTOWC 1
1224 
1225 /* Define to 1 if you have the `mbsinit' function. */
1226 #define HAVE_MBSINIT 1
1227 
1228 /* Define to 1 if you have the `mbsrtowcs' function. */
1229 #define HAVE_MBSRTOWCS 1
1230 
1231 /* Define to 1 if <wchar.h> declares mbstate_t. */
1232 #define HAVE_MBSTATE_T 1
1233 
1234 /* Define to 1 if you have the `mbtowc' function. */
1235 #define HAVE_MBTOWC 1
1236 
1237 /* Define to 1 if you have the <memory.h> header file. */
1238 #define HAVE_MEMORY_H 1
1239 
1240 /* Define to 1 if you have the `mempcpy' function. */
1241 #define HAVE_MEMPCPY 1
1242 
1243 /* Define to 1 if you have the `memrchr' function. */
1244 #define HAVE_MEMRCHR 1
1245 
1246 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
1247    when it succeeds. */
1248 #define HAVE_MINIMALLY_WORKING_GETCWD 1
1249 
1250 /* Define to 1 if you have the <minix/config.h> header file. */
1251 /* #undef HAVE_MINIX_CONFIG_H */
1252 
1253 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
1254 /* #undef HAVE_MINMAX_IN_LIMITS_H */
1255 
1256 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
1257 #define HAVE_MINMAX_IN_SYS_PARAM_H 1
1258 
1259 /* Define to 1 if you have the `mkdirat' function. */
1260 #define HAVE_MKDIRAT 1
1261 
1262 /* Define to 1 if you have the `mkdtemp' function. */
1263 #define HAVE_MKDTEMP 1
1264 
1265 /* Define to 1 if you have the `mkfifo' function. */
1266 #define HAVE_MKFIFO 1
1267 
1268 /* Define to 1 if you have the `mkfifoat' function. */
1269 #define HAVE_MKFIFOAT 1
1270 
1271 /* Define to 1 if you have the `mknod' function. */
1272 #define HAVE_MKNOD 1
1273 
1274 /* Define to 1 if you have the `mknodat' function. */
1275 #define HAVE_MKNODAT 1
1276 
1277 /* Define to 1 if you have the `mprotect' function. */
1278 #define HAVE_MPROTECT 1
1279 
1280 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1281    concept. */
1282 /* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */
1283 
1284 /* Define to 1 of utimensat works, except for the trailing slash handling. */
1285 /* #undef HAVE_NEARLY_WORKING_UTIMENSAT */
1286 
1287 /* Define to 1 if you have the <netdb.h> header file. */
1288 #define HAVE_NETDB_H 1
1289 
1290 /* Define to 1 if you have the <net/errno.h> header file. */
1291 /* #undef HAVE_NET_ERRNO_H */
1292 
1293 /* Define to 1 if you have the `nl_langinfo' function. */
1294 #define HAVE_NL_LANGINFO 1
1295 
1296 /* Define to 1 if the system has obstacks that work with any size object. */
1297 /* #undef HAVE_OBSTACK */
1298 
1299 /* Define to 1 if you have the `openat' function. */
1300 #define HAVE_OPENAT 1
1301 
1302 /* Define to 1 if you have the `opendir' function. */
1303 #define HAVE_OPENDIR 1
1304 
1305 /* Define to 1 if you have the <OS.h> header file. */
1306 /* #undef HAVE_OS_H */
1307 
1308 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
1309    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
1310 #define HAVE_PARTLY_WORKING_GETCWD 1
1311 
1312 /* Define to 1 if you have the `pathconf' function. */
1313 #define HAVE_PATHCONF 1
1314 
1315 /* Define to 1 if you have the `pipe' function. */
1316 #define HAVE_PIPE 1
1317 
1318 /* Define when we have working POSIX acls */
1319 /* #undef HAVE_POSIX_ACLS */
1320 
1321 /* Define to 1 if you have the <priv.h> header file. */
1322 /* #undef HAVE_PRIV_H */
1323 
1324 /* Define if program_invocation_name is defined */
1325 /* #undef HAVE_PROGRAM_INVOCATION_NAME */
1326 
1327 /* Define if program_invocation_short_name is defined */
1328 /* #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME */
1329 
1330 /* Define if you have the <pthread.h> header and the POSIX threads API. */
1331 #define HAVE_PTHREAD_API 1
1332 
1333 /* Define to 1 if you have the <pwd.h> header file. */
1334 #define HAVE_PWD_H 1
1335 
1336 /* Define to 1 if you have the `raise' function. */
1337 #define HAVE_RAISE 1
1338 
1339 /* Define to 1 if you have the `rawmemchr' function. */
1340 /* #undef HAVE_RAWMEMCHR */
1341 
1342 /* Define to 1 if you have the `readdir' function. */
1343 #define HAVE_READDIR 1
1344 
1345 /* Define to 1 if you have the `readlink' function. */
1346 #define HAVE_READLINK 1
1347 
1348 /* Define to 1 if you have the `readlinkat' function. */
1349 #define HAVE_READLINKAT 1
1350 
1351 /* Define if the 'realloc' function is POSIX compliant. */
1352 #define HAVE_REALLOC_POSIX 1
1353 
1354 /* Define to 1 if you have the `realpath' function. */
1355 #define HAVE_REALPATH 1
1356 
1357 /* Define to 1 if you have the `renameat' function. */
1358 #define HAVE_RENAMEAT 1
1359 
1360 /* Define to 1 if you have the `renameat2' function. */
1361 /* #undef HAVE_RENAMEAT2 */
1362 
1363 /* Define to 1 if you have the `rewinddir' function. */
1364 #define HAVE_REWINDDIR 1
1365 
1366 /* Define to 1 if you have the `rpmatch' function. */
1367 #define HAVE_RPMATCH 1
1368 
1369 /* Define to 1 if you have the <sdkddkver.h> header file. */
1370 /* #undef HAVE_SDKDDKVER_H */
1371 
1372 /* Define to 1 if you have the <search.h> header file. */
1373 #define HAVE_SEARCH_H 1
1374 
1375 /* Define to 1 if you have the <selinux/context.h> header file. */
1376 /* #undef HAVE_SELINUX_CONTEXT_H */
1377 
1378 /* Define to 1 if you have the <selinux/flask.h> header file. */
1379 /* #undef HAVE_SELINUX_FLASK_H */
1380 
1381 /* Define to 1 if you have the <selinux/label.h> header file. */
1382 /* #undef HAVE_SELINUX_LABEL_H */
1383 
1384 /* Define to 1 if you have the <selinux/selinux.h> header file. */
1385 #define HAVE_SELINUX_SELINUX_H 0
1386 
1387 /* Define to 1 if you have the `setdtablesize' function. */
1388 /* #undef HAVE_SETDTABLESIZE */
1389 
1390 /* Define to 1 if you have the `setenv' function. */
1391 #define HAVE_SETENV 1
1392 
1393 /* Define to 1 if you have the `setlocale' function. */
1394 #define HAVE_SETLOCALE 1
1395 
1396 /* Define to 1 if you have the <sgtty.h> header file. */
1397 /* #undef HAVE_SGTTY_H */
1398 
1399 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1400 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
1401 
1402 /* Define to 1 if 'wchar_t' is a signed integer type. */
1403 /* #undef HAVE_SIGNED_WCHAR_T */
1404 
1405 /* Define to 1 if 'wint_t' is a signed integer type. */
1406 /* #undef HAVE_SIGNED_WINT_T */
1407 
1408 /* Define to 1 if the system has the type `sigset_t'. */
1409 #define HAVE_SIGSET_T 1
1410 
1411 /* Define to 1 if you have the `sleep' function. */
1412 #define HAVE_SLEEP 1
1413 
1414 /* Define to 1 if you have the `snprintf' function. */
1415 #define HAVE_SNPRINTF 1
1416 
1417 /* Define if the return value of the snprintf function is the number of of
1418    bytes (excluding the terminating NUL) that would have been produced if the
1419    buffer had been large enough. */
1420 #define HAVE_SNPRINTF_RETVAL_C99 1
1421 
1422 /* Define if the string produced by the snprintf function is always NUL
1423    terminated. */
1424 #define HAVE_SNPRINTF_TRUNCATION_C99 1
1425 
1426 /* Define to 1 if you have the `statacl' function. */
1427 /* #undef HAVE_STATACL */
1428 
1429 /* Define to 1 if you have the <stdint.h> header file. */
1430 #define HAVE_STDINT_H 1
1431 
1432 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1433    uintmax_t. */
1434 #define HAVE_STDINT_H_WITH_UINTMAX 1
1435 
1436 /* Define to 1 if you have the <stdio_ext.h> header file. */
1437 /* #undef HAVE_STDIO_EXT_H */
1438 
1439 /* Define to 1 if you have the <stdlib.h> header file. */
1440 #define HAVE_STDLIB_H 1
1441 
1442 /* Define to 1 if you have the `stpcpy' function. */
1443 #define HAVE_STPCPY 1
1444 
1445 /* Define to 1 if you have the `strcasecmp' function. */
1446 #define HAVE_STRCASECMP 1
1447 
1448 /* Define to 1 if you have the `strchrnul' function. */
1449 #define HAVE_STRCHRNUL 1
1450 
1451 /* Define to 1 if you have the `strerror_r' function. */
1452 #define HAVE_STRERROR_R 1
1453 
1454 /* Define to 1 if you have the <strings.h> header file. */
1455 #define HAVE_STRINGS_H 1
1456 
1457 /* Define to 1 if you have the <string.h> header file. */
1458 #define HAVE_STRING_H 1
1459 
1460 /* Define to 1 if you have the `strncasecmp' function. */
1461 #define HAVE_STRNCASECMP 1
1462 
1463 /* Define to 1 if you have the `strndup' function. */
1464 #define HAVE_STRNDUP 1
1465 
1466 /* Define to 1 if you have the `strnlen' function. */
1467 #define HAVE_STRNLEN 1
1468 
1469 /* Define to 1 if you have the `strtoimax' function. */
1470 #define HAVE_STRTOIMAX 1
1471 
1472 /* Define to 1 if you have the `strtol' function. */
1473 #define HAVE_STRTOL 1
1474 
1475 /* Define to 1 if you have the `strtoll' function. */
1476 #define HAVE_STRTOLL 1
1477 
1478 /* Define to 1 if you have the `strtoul' function. */
1479 #define HAVE_STRTOUL 1
1480 
1481 /* Define to 1 if you have the `strtoull' function. */
1482 #define HAVE_STRTOULL 1
1483 
1484 /* Define to 1 if you have the `strtoumax' function. */
1485 #define HAVE_STRTOUMAX 1
1486 
1487 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1488 /* #undef HAVE_STRUCT_LCONV_DECIMAL_POINT */
1489 
1490 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1491 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
1492 
1493 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1494 /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
1495 
1496 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1497 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
1498 
1499 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1500 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
1501 
1502 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1503 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC */
1504 
1505 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1506 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
1507 
1508 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1509 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC */
1510 
1511 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1512 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1513 
1514 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
1515 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1516 
1517 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1518 #define HAVE_STRUCT_TM_TM_ZONE 1
1519 
1520 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1521    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1522 #define HAVE_ST_BLKSIZE 1
1523 
1524 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1525    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1526 #define HAVE_ST_BLOCKS 1
1527 
1528 /* Define if struct stat has a char st_fstype[] member. */
1529 /* #undef HAVE_ST_FSTYPE_STRING */
1530 
1531 /* Define to 1 if you have the `symlink' function. */
1532 #define HAVE_SYMLINK 1
1533 
1534 /* Define to 1 if you have the `symlinkat' function. */
1535 #define HAVE_SYMLINKAT 1
1536 
1537 /* Define to 1 if you have the <sysexits.h> header file. */
1538 #define HAVE_SYSEXITS_H 1
1539 
1540 /* Define to 1 if you have the <sys/acl.h> header file. */
1541 #define HAVE_SYS_ACL_H 1
1542 
1543 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1544 /* #undef HAVE_SYS_BITYPES_H */
1545 
1546 /* Define to 1 if you have the <sys/buf.h> header file. */
1547 #define HAVE_SYS_BUF_H 1
1548 
1549 /* Define to 1 if you have the <sys/cdefs.h> header file. */
1550 #define HAVE_SYS_CDEFS_H 1
1551 
1552 /* Define to 1 if you have the <sys/device.h> header file. */
1553 #define HAVE_SYS_DEVICE_H 1
1554 
1555 /* Define to 1 if you have the <sys/gentape.h> header file. */
1556 /* #undef HAVE_SYS_GENTAPE_H */
1557 
1558 /* Define to 1 if you have the <sys/inet.h> header file. */
1559 /* #undef HAVE_SYS_INET_H */
1560 
1561 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1562 /* #undef HAVE_SYS_INTTYPES_H */
1563 
1564 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
1565 /* #undef HAVE_SYS_IO_TRIOCTL_H */
1566 
1567 /* Define to 1 if you have the <sys/mman.h> header file. */
1568 #define HAVE_SYS_MMAN_H 1
1569 
1570 /* Define to 1 if you have the <sys/mtio.h> header file. */
1571 #define HAVE_SYS_MTIO_H 1
1572 
1573 /* Define to 1 if you have the <sys/param.h> header file. */
1574 #define HAVE_SYS_PARAM_H 1
1575 
1576 /* Define to 1 if you have the <sys/random.h> header file. */
1577 #define HAVE_SYS_RANDOM_H 1
1578 
1579 /* Define to 1 if you have the <sys/socket.h> header file. */
1580 #define HAVE_SYS_SOCKET_H 1
1581 
1582 /* Define to 1 if you have the <sys/stat.h> header file. */
1583 #define HAVE_SYS_STAT_H 1
1584 
1585 /* Define to 1 if you have the <sys/tape.h> header file. */
1586 /* #undef HAVE_SYS_TAPE_H */
1587 
1588 /* Define to 1 if you have the <sys/time.h> header file. */
1589 #define HAVE_SYS_TIME_H 1
1590 
1591 /* Define to 1 if you have the <sys/tprintf.h> header file. */
1592 /* #undef HAVE_SYS_TPRINTF_H */
1593 
1594 /* Define to 1 if you have the <sys/types.h> header file. */
1595 #define HAVE_SYS_TYPES_H 1
1596 
1597 /* Define to 1 if you have the <sys/wait.h> header file. */
1598 #define HAVE_SYS_WAIT_H 1
1599 
1600 /* Define to 1 if you have the <sys/xattr.h> header file. */
1601 /* #undef HAVE_SYS_XATTR_H */
1602 
1603 /* Define to 1 if you have the <threads.h> header file. */
1604 /* #undef HAVE_THREADS_H */
1605 
1606 /* Define to 1 if you have the `timegm' function. */
1607 #define HAVE_TIMEGM 1
1608 
1609 /* Define to 1 if the system has the type `timezone_t'. */
1610 /* #undef HAVE_TIMEZONE_T */
1611 
1612 /* Define if struct tm has the tm_gmtoff member. */
1613 #define HAVE_TM_GMTOFF 1
1614 
1615 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1616    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1617 #define HAVE_TM_ZONE 1
1618 
1619 /* Define to 1 if you have the `towlower' function. */
1620 #define HAVE_TOWLOWER 1
1621 
1622 /* Define to 1 if you have the `tsearch' function. */
1623 #define HAVE_TSEARCH 1
1624 
1625 /* Define to 1 if you don't have `tm_zone' but do have the external array
1626    `tzname'. */
1627 /* #undef HAVE_TZNAME */
1628 
1629 /* Define to 1 if you have the <unistd.h> header file. */
1630 #define HAVE_UNISTD_H 1
1631 
1632 /* Define to 1 if you have the `unlinkat' function. */
1633 #define HAVE_UNLINKAT 1
1634 
1635 /* Define to 1 if you have the `unsetenv' function. */
1636 #define HAVE_UNSETENV 1
1637 
1638 /* Define to 1 if the system has the type 'unsigned long long int'. */
1639 #define HAVE_UNSIGNED_LONG_LONG_INT 1
1640 
1641 /* Define to 1 if you have the `utime' function. */
1642 #define HAVE_UTIME 1
1643 
1644 /* Define to 1 if you have the `utimensat' function. */
1645 #define HAVE_UTIMENSAT 1
1646 
1647 /* Define to 1 if you have the <utime.h> header file. */
1648 #define HAVE_UTIME_H 1
1649 
1650 /* Define if you have a global __progname variable */
1651 #define HAVE_VAR___PROGNAME 1
1652 
1653 /* Define to 1 if you have the `vasnprintf' function. */
1654 /* #undef HAVE_VASNPRINTF */
1655 
1656 /* Define to 1 if you have the `vasprintf' function. */
1657 #define HAVE_VASPRINTF 1
1658 
1659 /* Define to 1 or 0, depending whether the compiler supports simple visibility
1660    declarations. */
1661 #define HAVE_VISIBILITY 1
1662 
1663 /* Define to 1 if you have the `vsnprintf' function. */
1664 #define HAVE_VSNPRINTF 1
1665 
1666 /* Define to 1 if you have the `waitpid' function. */
1667 #define HAVE_WAITPID 1
1668 
1669 /* Define to 1 if you have the <wchar.h> header file. */
1670 #define HAVE_WCHAR_H 1
1671 
1672 /* Define if you have the 'wchar_t' type. */
1673 #define HAVE_WCHAR_T 1
1674 
1675 /* Define to 1 if you have the `wcrtomb' function. */
1676 #define HAVE_WCRTOMB 1
1677 
1678 /* Define to 1 if you have the `wcslen' function. */
1679 #define HAVE_WCSLEN 1
1680 
1681 /* Define to 1 if you have the `wcsnlen' function. */
1682 #define HAVE_WCSNLEN 1
1683 
1684 /* Define to 1 if you have the <wctype.h> header file. */
1685 #define HAVE_WCTYPE_H 1
1686 
1687 /* Define to 1 if you have the `wcwidth' function. */
1688 #define HAVE_WCWIDTH 1
1689 
1690 /* Define to 1 if the compiler and linker support weak declarations of
1691    symbols. */
1692 #define HAVE_WEAK_SYMBOLS 1
1693 
1694 /* Define to 1 if you have the <winsock2.h> header file. */
1695 /* #undef HAVE_WINSOCK2_H */
1696 
1697 /* Define if you have the 'wint_t' type. */
1698 #define HAVE_WINT_T 1
1699 
1700 /* Define to 1 if you have the `wmempcpy' function. */
1701 /* #undef HAVE_WMEMPCPY */
1702 
1703 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1704    7.1. */
1705 /* #undef HAVE_WORKING_FSTATAT_ZERO_FLAG */
1706 
1707 /* Define to 1 if O_NOATIME works. */
1708 #define HAVE_WORKING_O_NOATIME 1
1709 
1710 /* Define to 1 if O_NOFOLLOW works. */
1711 #define HAVE_WORKING_O_NOFOLLOW 1
1712 
1713 /* Define if utimes works properly. */
1714 /* #undef HAVE_WORKING_UTIMES */
1715 
1716 /* Define when we have working linux xattrs. */
1717 /* #undef HAVE_XATTRS */
1718 
1719 /* Define to 1 if you have the <xlocale.h> header file. */
1720 #define HAVE_XLOCALE_H 1
1721 
1722 /* Define to 1 if the system has the type `_Bool'. */
1723 #define HAVE__BOOL 1
1724 
1725 /* Define to 1 if you have the `_fseeki64' function. */
1726 /* #undef HAVE__FSEEKI64 */
1727 
1728 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1729 /* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */
1730 
1731 /* Define to 1 if the compiler supports __builtin_expect,
1732    and to 2 if <builtins.h> does.  */
1733 #define HAVE___BUILTIN_EXPECT 1
1734 #ifndef HAVE___BUILTIN_EXPECT
1735 # define __builtin_expect(e, c) (e)
1736 #elif HAVE___BUILTIN_EXPECT == 2
1737 # include <builtins.h>
1738 #endif
1739 
1740 
1741 /* Define to 1 if the compiler supports the keyword '__inline'. */
1742 #define HAVE___INLINE 1
1743 
1744 /* Define as const if the declaration of iconv() needs const. */
1745 #define ICONV_CONST
1746 
1747 /* Define to 1 if linkat can create hardlinks to symlinks */
1748 /* #undef LINKAT_SYMLINK_NOTSUP */
1749 
1750 /* Define to 1 if linkat fails to recognize a trailing slash. */
1751 /* #undef LINKAT_TRAILING_SLASH_BUG */
1752 
1753 /* Define to 1 if 'link(2)' dereferences symbolic links, 0 if it creates hard
1754    links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
1755    unknown. */
1756 #define LINK_FOLLOWS_SYMLINKS 1
1757 
1758 /* Define to 1 if lseek does not detect pipes. */
1759 /* #undef LSEEK_PIPE_BROKEN */
1760 
1761 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1762    slash. */
1763 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1764 
1765 /* Define to the program name of lzip compressor program */
1766 #define LZIP_PROGRAM "lzip"
1767 
1768 /* Define to the program name of lzma compressor program */
1769 #define LZMA_PROGRAM "lzma"
1770 
1771 /* Define to the program name of lzop compressor program */
1772 #define LZOP_PROGRAM "lzop"
1773 
1774 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1775    */
1776 /* #undef MAJOR_IN_MKDEV */
1777 
1778 /* Define to 1 if `major', `minor', and `makedev' are declared in
1779    <sysmacros.h>. */
1780 /* #undef MAJOR_IN_SYSMACROS */
1781 
1782 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1783 #define MALLOC_0_IS_NONNULL 1
1784 
1785 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1786 /* #undef MAP_ANONYMOUS */
1787 
1788 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1789    */
1790 /* #undef MBRTOWC_EMPTY_INPUT_BUG */
1791 
1792 /* Define if the mbrtowc function may signal encoding errors in the C locale.
1793    */
1794 /* #undef MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ */
1795 
1796 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1797 /* #undef MBRTOWC_NULL_ARG1_BUG */
1798 
1799 /* Define if the mbrtowc function has the NULL string argument bug. */
1800 /* #undef MBRTOWC_NULL_ARG2_BUG */
1801 
1802 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1803 /* #undef MBRTOWC_NUL_RETVAL_BUG */
1804 
1805 /* Define if the mbrtowc function returns a wrong return value. */
1806 /* #undef MBRTOWC_RETVAL_BUG */
1807 
1808 /* Define if the mbrtowc function stores a wide character when reporting
1809    incomplete input. */
1810 /* #undef MBRTOWC_STORES_INCOMPLETE_BUG */
1811 
1812 /* Use GNU style printf and scanf.  */
1813 #ifndef __USE_MINGW_ANSI_STDIO
1814 # define __USE_MINGW_ANSI_STDIO 1
1815 #endif
1816 
1817 
1818 /* Define to 1 if mkfifo does not reject trailing slash */
1819 /* #undef MKFIFO_TRAILING_SLASH_BUG */
1820 
1821 /* Define to 1 if mknod cannot create a fifo without super-user privileges */
1822 /* #undef MKNOD_FIFO_BUG */
1823 
1824 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
1825 #define MTIO_CHECK_FIELD mt_type
1826 
1827 /* Define to 1 if fchmodat+AT_SYMLINK_NOFOLLOW does not work right on
1828    non-symlinks. */
1829 /* #undef NEED_FCHMODAT_NONSYMLINK_FIX */
1830 
1831 /* Define if the compilation of mktime.c should define 'mktime_internal'. */
1832 #define NEED_MKTIME_INTERNAL 1
1833 
1834 /* Define if the compilation of mktime.c should define 'mktime' with the
1835    native Windows TZ workaround. */
1836 /* #undef NEED_MKTIME_WINDOWS */
1837 
1838 /* Define if the compilation of mktime.c should define 'mktime' with the
1839    algorithmic workarounds. */
1840 #define NEED_MKTIME_WORKING 1
1841 
1842 /* Define to 1 if nl_langinfo is multithread-safe. */
1843 #define NL_LANGINFO_MTSAFE 1
1844 
1845 /* Define to 1 if open() fails to recognize a trailing slash. */
1846 /* #undef OPEN_TRAILING_SLASH_BUG */
1847 
1848 /* Name of package */
1849 #define PACKAGE "tar"
1850 
1851 /* Define to the address where bug reports for this package should be sent. */
1852 #define PACKAGE_BUGREPORT "bug-tar@gnu.org"
1853 
1854 /* Define to the full name of this package. */
1855 #define PACKAGE_NAME "GNU tar"
1856 
1857 /* String identifying the packager of this software */
1858 /* #undef PACKAGE_PACKAGER */
1859 
1860 /* Packager info for bug reports (URL/e-mail/...) */
1861 /* #undef PACKAGE_PACKAGER_BUG_REPORTS */
1862 
1863 /* Packager-specific version information */
1864 /* #undef PACKAGE_PACKAGER_VERSION */
1865 
1866 /* Define to the full name and version of this package. */
1867 #define PACKAGE_STRING "GNU tar 1.34"
1868 
1869 /* Define to the one symbol short name of this package. */
1870 #define PACKAGE_TARNAME "tar"
1871 
1872 /* Define to the home page for this package. */
1873 #define PACKAGE_URL "http://www.gnu.org/software/tar/"
1874 
1875 /* Define to the version of this package. */
1876 #define PACKAGE_VERSION "1.34"
1877 
1878 /* Define to the type that is the result of default argument promotions of
1879    type mode_t. */
1880 #define PROMOTED_MODE_T int
1881 
1882 /* Define if the pthread_in_use() detection is hard. */
1883 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
1884 
1885 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1886    'ptrdiff_t'. */
1887 /* #undef PTRDIFF_T_SUFFIX */
1888 
1889 /* Define to 1 if readlink fails to recognize a trailing slash. */
1890 /* #undef READLINK_TRAILING_SLASH_BUG */
1891 
1892 /* Define to 1 if readlink sets errno instead of truncating a too-long link.
1893    */
1894 /* #undef READLINK_TRUNCATE_BUG */
1895 
1896 /* Define to the full path of your rsh, if any. */
1897 /* #undef REMOTE_SHELL */
1898 
1899 /* Define if rename does not work when the destination file exists, as on
1900    Cygwin 1.5 or Windows. */
1901 /* #undef RENAME_DEST_EXISTS_BUG */
1902 
1903 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
1904    Cygwin 1.5. */
1905 /* #undef RENAME_HARD_LINK_BUG */
1906 
1907 /* Define if rename does not correctly handle slashes on the destination
1908    argument, such as on Solaris 11 or NetBSD 1.6. */
1909 #define RENAME_TRAILING_SLASH_DEST_BUG 1
1910 
1911 /* Define if rename does not correctly handle slashes on the source argument,
1912    such as on Solaris 9 or cygwin 1.5. */
1913 /* #undef RENAME_TRAILING_SLASH_SOURCE_BUG */
1914 
1915 /* Define to 1 if gnulib's dirfd() replacement is used. */
1916 /* #undef REPLACE_DIRFD */
1917 
1918 /* Define to 1 if gnulib's fchdir() replacement is used. */
1919 /* #undef REPLACE_FCHDIR */
1920 
1921 /* Define to 1 if stat needs help when passed a file name with a trailing
1922    slash */
1923 /* #undef REPLACE_FUNC_STAT_FILE */
1924 
1925 /* Define to 1 if utime needs help when passed a file name with a trailing
1926    slash */
1927 /* #undef REPLACE_FUNC_UTIME_FILE */
1928 
1929 /* Define if nl_langinfo exists but is overridden by gnulib. */
1930 /* #undef REPLACE_NL_LANGINFO */
1931 
1932 /* Define to 1 if open() should work around the inability to open a directory.
1933    */
1934 /* #undef REPLACE_OPEN_DIRECTORY */
1935 
1936 /* Define to 1 if strerror(0) does not return a message implying success. */
1937 #define REPLACE_STRERROR_0 1
1938 
1939 /* Define if vasnprintf exists but is overridden by gnulib. */
1940 /* #undef REPLACE_VASNPRINTF */
1941 
1942 /* Define to 1 if setlocale (LC_ALL, NULL) is multithread-safe. */
1943 #define SETLOCALE_NULL_ALL_MTSAFE 0
1944 
1945 /* Define to 1 if setlocale (category, NULL) is multithread-safe. */
1946 #define SETLOCALE_NULL_ONE_MTSAFE 0
1947 
1948 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1949    'sig_atomic_t'. */
1950 /* #undef SIG_ATOMIC_T_SUFFIX */
1951 
1952 /* Define as the maximum value of type 'size_t', if the system doesn't define
1953    it. */
1954 #ifndef SIZE_MAX
1955 /* # undef SIZE_MAX */
1956 #endif
1957 
1958 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1959    'size_t'. */
1960 /* #undef SIZE_T_SUFFIX */
1961 
1962 /* If using the C implementation of alloca, define if you know the
1963    direction of stack growth for your system; otherwise it will be
1964    automatically deduced at runtime.
1965         STACK_DIRECTION > 0 => grows toward higher addresses
1966         STACK_DIRECTION < 0 => grows toward lower addresses
1967         STACK_DIRECTION = 0 => direction of growth unknown */
1968 /* #undef STACK_DIRECTION */
1969 
1970 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1971 /* #undef STAT_MACROS_BROKEN */
1972 
1973 /* Define to 1 if you have the ANSI C header files. */
1974 #define STDC_HEADERS 1
1975 
1976 /* Define to 1 if strerror_r returns char *. */
1977 /* #undef STRERROR_R_CHAR_P */
1978 
1979 /* Define to 1 if time_t is signed. */
1980 #define TIME_T_IS_SIGNED 1
1981 
1982 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1983 #define TIME_WITH_SYS_TIME 1
1984 
1985 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1986 /* #undef TM_IN_SYS_TIME */
1987 
1988 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1989    timespec. */
1990 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
1991 
1992 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1993 /* #undef UNLINK_CANNOT_UNLINK_DIR */
1994 
1995 /* Define to 1 if unlink() on a parent directory may succeed */
1996 /* #undef UNLINK_PARENT_BUG */
1997 
1998 /* Define to nonzero if you want access control list support. */
1999 #define USE_ACL 0
2000 
2001 /* Enable extensions on AIX 3, Interix.  */
2002 #ifndef _ALL_SOURCE
2003 # define _ALL_SOURCE 1
2004 #endif
2005 /* Enable general extensions on macOS.  */
2006 #ifndef _DARWIN_C_SOURCE
2007 # define _DARWIN_C_SOURCE 1
2008 #endif
2009 /* Enable general extensions on Solaris.  */
2010 #ifndef __EXTENSIONS__
2011 # define __EXTENSIONS__ 1
2012 #endif
2013 /* Enable GNU extensions on systems that have them.  */
2014 #ifndef _GNU_SOURCE
2015 # define _GNU_SOURCE 1
2016 #endif
2017 /* Enable X/Open compliant socket functions that do not require linking
2018    with -lxnet on HP-UX 11.11.  */
2019 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
2020 # define _HPUX_ALT_XOPEN_SOCKET_API 1
2021 #endif
2022 /* Identify the host operating system as Minix.
2023    This macro does not affect the system headers' behavior.
2024    A future release of Autoconf may stop defining this macro.  */
2025 #ifndef _MINIX
2026 /* # undef _MINIX */
2027 #endif
2028 /* Enable general extensions on NetBSD.
2029    Enable NetBSD compatibility extensions on Minix.  */
2030 #ifndef _NETBSD_SOURCE
2031 # define _NETBSD_SOURCE 1
2032 #endif
2033 /* Enable OpenBSD compatibility extensions on NetBSD.
2034    Oddly enough, this does nothing on OpenBSD.  */
2035 #ifndef _OPENBSD_SOURCE
2036 # define _OPENBSD_SOURCE 1
2037 #endif
2038 /* Define to 1 if needed for POSIX-compatible behavior.  */
2039 #ifndef _POSIX_SOURCE
2040 /* # undef _POSIX_SOURCE */
2041 #endif
2042 /* Define to 2 if needed for POSIX-compatible behavior.  */
2043 #ifndef _POSIX_1_SOURCE
2044 /* # undef _POSIX_1_SOURCE */
2045 #endif
2046 /* Enable POSIX-compatible threading on Solaris.  */
2047 #ifndef _POSIX_PTHREAD_SEMANTICS
2048 # define _POSIX_PTHREAD_SEMANTICS 1
2049 #endif
2050 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
2051 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2052 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2053 #endif
2054 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
2055 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
2056 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2057 #endif
2058 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
2059 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
2060 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2061 #endif
2062 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
2063 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
2064 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2065 #endif
2066 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
2067 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
2068 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2069 #endif
2070 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
2071 #ifndef __STDC_WANT_LIB_EXT2__
2072 # define __STDC_WANT_LIB_EXT2__ 1
2073 #endif
2074 /* Enable extensions specified by ISO/IEC 24747:2009.  */
2075 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
2076 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2077 #endif
2078 /* Enable extensions on HP NonStop.  */
2079 #ifndef _TANDEM_SOURCE
2080 # define _TANDEM_SOURCE 1
2081 #endif
2082 /* Enable X/Open extensions.  Define to 500 only if necessary
2083    to make mbstate_t available.  */
2084 #ifndef _XOPEN_SOURCE
2085 /* # undef _XOPEN_SOURCE */
2086 #endif
2087 
2088 
2089 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
2090    Unlocked I/O can improve performance in unithreaded apps, but it is not
2091    safe for multithreaded apps. */
2092 #define USE_UNLOCKED_IO 1
2093 
2094 /* Version number of package */
2095 #define VERSION "1.34"
2096 
2097 /* Define to 1 if unsetenv returns void instead of int. */
2098 /* #undef VOID_UNSETENV */
2099 
2100 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2101    'wchar_t'. */
2102 /* #undef WCHAR_T_SUFFIX */
2103 
2104 /* Define if the wcrtomb function does not work in the C locale. */
2105 /* #undef WCRTOMB_C_LOCALE_BUG */
2106 
2107 /* Define if the wcrtomb function has an incorrect return value. */
2108 /* #undef WCRTOMB_RETVAL_BUG */
2109 
2110 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2111    'wint_t'. */
2112 /* #undef WINT_T_SUFFIX */
2113 
2114 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2115    significant byte first (like Motorola and SPARC, unlike Intel). */
2116 #if defined AC_APPLE_UNIVERSAL_BUILD
2117 # if defined __BIG_ENDIAN__
2118 #  define WORDS_BIGENDIAN 1
2119 # endif
2120 #else
2121 # ifndef WORDS_BIGENDIAN
2122 /* #  undef WORDS_BIGENDIAN */
2123 # endif
2124 #endif
2125 
2126 /* Define to the program name of xz compressor program */
2127 #define XZ_PROGRAM "xz"
2128 
2129 /* Define to the program name of zstd compressor program */
2130 #define ZSTD_PROGRAM "zstd"
2131 
2132 /* Number of bits in a file offset, on hosts where this is settable. */
2133 /* #undef _FILE_OFFSET_BITS */
2134 
2135 /* True if the compiler says it groks GNU C version MAJOR.MINOR.  */
2136 #if defined __GNUC__ && defined __GNUC_MINOR__
2137 # define _GL_GNUC_PREREQ(major, minor) \
2138     ((major) < __GNUC__ + ((minor) <= __GNUC_MINOR__))
2139 #else
2140 # define _GL_GNUC_PREREQ(major, minor) 0
2141 #endif
2142 
2143 
2144 /* Define to enable the declarations of ISO C 11 types and functions. */
2145 /* #undef _ISOC11_SOURCE */
2146 
2147 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2148 /* #undef _LARGEFILE_SOURCE */
2149 
2150 /* Define for large files, on AIX-style hosts. */
2151 /* #undef _LARGE_FILES */
2152 
2153 /* Define to 1 on Solaris. */
2154 /* #undef _LCONV_C99 */
2155 
2156 /* The _Noreturn keyword of C11.  */
2157 #ifndef _Noreturn
2158 # if (defined __cplusplus \
2159       && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
2160           || (defined _MSC_VER && 1900 <= _MSC_VER)) \
2161       && 0)
2162     /* [[noreturn]] is not practically usable, because with it the syntax
2163          extern _Noreturn void func (...);
2164        would not be valid; such a declaration would only be valid with 'extern'
2165        and '_Noreturn' swapped, or without the 'extern' keyword.  However, some
2166        AIX system header files and several gnulib header files use precisely
2167        this syntax with 'extern'.  */
2168 #  define _Noreturn [[noreturn]]
2169 # elif ((!defined __cplusplus || defined __clang__) \
2170         && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)  \
2171             || _GL_GNUC_PREREQ (4, 7) \
2172             || (defined __apple_build_version__ \
2173                 ? 6000000 <= __apple_build_version__ \
2174                 : 3 < __clang_major__ + (5 <= __clang_minor__))))
2175    /* _Noreturn works as-is.  */
2176 # elif _GL_GNUC_PREREQ (2, 8) || defined __clang__ || 0x5110 <= __SUNPRO_C
2177 #  define _Noreturn __attribute__ ((__noreturn__))
2178 # elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
2179 #  define _Noreturn __declspec (noreturn)
2180 # else
2181 #  define _Noreturn
2182 # endif
2183 #endif
2184 
2185 
2186 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2187    overrides <limits.h>'s RE_DUP_MAX. */
2188 #define _REGEX_INCLUDE_LIMITS_H 1
2189 
2190 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2191 #define _REGEX_LARGE_OFFSETS 1
2192 
2193 /* For standard stat data types on VMS. */
2194 #define _USE_STD_STAT 1
2195 
2196 /* Define to rpl_ if the getopt replacement functions and variables should be
2197    used. */
2198 #define __GETOPT_PREFIX rpl_
2199 
2200 /* Define to 1 if the system <stdint.h> predates C++11. */
2201 /* #undef __STDC_CONSTANT_MACROS */
2202 
2203 /* Define to 1 if the system <stdint.h> predates C++11. */
2204 /* #undef __STDC_LIMIT_MACROS */
2205 
2206 /* The _GL_ASYNC_SAFE marker should be attached to functions that are
2207    signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
2208    invoked from such signal handlers.  Such functions have some restrictions:
2209      * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
2210        or should be listed as async-signal-safe in POSIX
2211        <https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
2212        section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
2213        particular, are NOT async-signal-safe.
2214      * All memory locations (variables and struct fields) that these functions
2215        access must be marked 'volatile'.  This holds for both read and write
2216        accesses.  Otherwise the compiler might optimize away stores to and
2217        reads from such locations that occur in the program, depending on its
2218        data flow analysis.  For example, when the program contains a loop
2219        that is intended to inspect a variable set from within a signal handler
2220            while (!signal_occurred)
2221              ;
2222        the compiler is allowed to transform this into an endless loop if the
2223        variable 'signal_occurred' is not declared 'volatile'.
2224    Additionally, recall that:
2225      * A signal handler should not modify errno (except if it is a handler
2226        for a fatal signal and ends by raising the same signal again, thus
2227        provoking the termination of the process).  If it invokes a function
2228        that may clobber errno, it needs to save and restore the value of
2229        errno.  */
2230 #define _GL_ASYNC_SAFE
2231 
2232 
2233 /* Attributes.  */
2234 #ifdef __has_attribute
2235 # define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__)
2236 #else
2237 # define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr
2238 # define _GL_ATTR_alloc_size _GL_GNUC_PREREQ (4, 3)
2239 # define _GL_ATTR_always_inline _GL_GNUC_PREREQ (3, 2)
2240 # define _GL_ATTR_artificial _GL_GNUC_PREREQ (4, 3)
2241 # define _GL_ATTR_cold _GL_GNUC_PREREQ (4, 3)
2242 # define _GL_ATTR_const _GL_GNUC_PREREQ (2, 95)
2243 # define _GL_ATTR_deprecated _GL_GNUC_PREREQ (3, 1)
2244 # define _GL_ATTR_diagnose_if 0
2245 # define _GL_ATTR_error _GL_GNUC_PREREQ (4, 3)
2246 # define _GL_ATTR_externally_visible _GL_GNUC_PREREQ (4, 1)
2247 # define _GL_ATTR_fallthrough _GL_GNUC_PREREQ (7, 0)
2248 # define _GL_ATTR_format _GL_GNUC_PREREQ (2, 7)
2249 # define _GL_ATTR_leaf _GL_GNUC_PREREQ (4, 6)
2250 # ifdef _ICC
2251 #  define _GL_ATTR_may_alias 0
2252 # else
2253 #  define _GL_ATTR_may_alias _GL_GNUC_PREREQ (3, 3)
2254 # endif
2255 # define _GL_ATTR_malloc _GL_GNUC_PREREQ (3, 0)
2256 # define _GL_ATTR_noinline _GL_GNUC_PREREQ (3, 1)
2257 # define _GL_ATTR_nonnull _GL_GNUC_PREREQ (3, 3)
2258 # define _GL_ATTR_nonstring _GL_GNUC_PREREQ (8, 0)
2259 # define _GL_ATTR_nothrow _GL_GNUC_PREREQ (3, 3)
2260 # define _GL_ATTR_packed _GL_GNUC_PREREQ (2, 7)
2261 # define _GL_ATTR_pure _GL_GNUC_PREREQ (2, 96)
2262 # define _GL_ATTR_returns_nonnull _GL_GNUC_PREREQ (4, 9)
2263 # define _GL_ATTR_sentinel _GL_GNUC_PREREQ (4, 0)
2264 # define _GL_ATTR_unused _GL_GNUC_PREREQ (2, 7)
2265 # define _GL_ATTR_warn_unused_result _GL_GNUC_PREREQ (3, 4)
2266 #endif
2267 
2268 
2269 #if _GL_HAS_ATTRIBUTE (alloc_size)
2270 # define _GL_ATTRIBUTE_ALLOC_SIZE(args) __attribute__ ((__alloc_size__ args))
2271 #else
2272 # define _GL_ATTRIBUTE_ALLOC_SIZE(args)
2273 #endif
2274 
2275 #if _GL_HAS_ATTRIBUTE (always_inline)
2276 # define _GL_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((__always_inline__))
2277 #else
2278 # define _GL_ATTRIBUTE_ALWAYS_INLINE
2279 #endif
2280 
2281 #if _GL_HAS_ATTRIBUTE (artificial)
2282 # define _GL_ATTRIBUTE_ARTIFICIAL __attribute__ ((__artificial__))
2283 #else
2284 # define _GL_ATTRIBUTE_ARTIFICIAL
2285 #endif
2286 
2287 /* Avoid __attribute__ ((cold)) on MinGW; see thread starting at
2288    <https://lists.gnu.org/r/emacs-devel/2019-04/msg01152.html>.
2289    Also, Oracle Studio 12.6 requires 'cold' not '__cold__'.  */
2290 #if _GL_HAS_ATTRIBUTE (cold) && !defined __MINGW32__
2291 # ifndef __SUNPRO_C
2292 #  define _GL_ATTRIBUTE_COLD __attribute__ ((__cold__))
2293 # else
2294 #  define _GL_ATTRIBUTE_COLD __attribute__ ((cold))
2295 # endif
2296 #else
2297 # define _GL_ATTRIBUTE_COLD
2298 #endif
2299 
2300 #if _GL_HAS_ATTRIBUTE (const)
2301 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2302 #else
2303 # define _GL_ATTRIBUTE_CONST
2304 #endif
2305 
2306 #if 201710L < __STDC_VERSION__
2307 # define _GL_ATTRIBUTE_DEPRECATED [[__deprecated__]]
2308 #elif _GL_HAS_ATTRIBUTE (deprecated)
2309 # define _GL_ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__))
2310 #else
2311 # define _GL_ATTRIBUTE_DEPRECATED
2312 #endif
2313 
2314 #if _GL_HAS_ATTRIBUTE (error)
2315 # define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__error__ (msg)))
2316 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__warning__ (msg)))
2317 #elif _GL_HAS_ATTRIBUTE (diagnose_if)
2318 # define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__diagnose_if__ (1, msg, "error")))
2319 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__diagnose_if__ (1, msg, "warning")))
2320 #else
2321 # define _GL_ATTRIBUTE_ERROR(msg)
2322 # define _GL_ATTRIBUTE_WARNING(msg)
2323 #endif
2324 
2325 #if _GL_HAS_ATTRIBUTE (externally_visible)
2326 # define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((externally_visible))
2327 #else
2328 # define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE
2329 #endif
2330 
2331 /* FALLTHROUGH is special, because it always expands to something.  */
2332 #if 201710L < __STDC_VERSION__
2333 # define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrough__]]
2334 #elif _GL_HAS_ATTRIBUTE (fallthrough)
2335 # define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__))
2336 #else
2337 # define _GL_ATTRIBUTE_FALLTHROUGH ((void) 0)
2338 #endif
2339 
2340 #if _GL_HAS_ATTRIBUTE (format)
2341 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
2342 #else
2343 # define _GL_ATTRIBUTE_FORMAT(spec)
2344 #endif
2345 
2346 #if _GL_HAS_ATTRIBUTE (leaf)
2347 # define _GL_ATTRIBUTE_LEAF __attribute__ ((__leaf__))
2348 #else
2349 # define _GL_ATTRIBUTE_LEAF
2350 #endif
2351 
2352 /* Oracle Studio 12.6 mishandles may_alias despite __has_attribute OK.  */
2353 #if _GL_HAS_ATTRIBUTE (may_alias) && !defined __SUNPRO_C
2354 # define _GL_ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__))
2355 #else
2356 # define _GL_ATTRIBUTE_MAY_ALIAS
2357 #endif
2358 
2359 #if 201710L < __STDC_VERSION__
2360 # define _GL_ATTRIBUTE_MAYBE_UNUSED [[__maybe_unused__]]
2361 #elif _GL_HAS_ATTRIBUTE (unused)
2362 # define _GL_ATTRIBUTE_MAYBE_UNUSED __attribute__ ((__unused__))
2363 #else
2364 # define _GL_ATTRIBUTE_MAYBE_UNUSED
2365 #endif
2366 /* Earlier spellings of this macro.  */
2367 #define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED
2368 #define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED
2369 
2370 #if _GL_HAS_ATTRIBUTE (malloc)
2371 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
2372 #else
2373 # define _GL_ATTRIBUTE_MALLOC
2374 #endif
2375 
2376 #if 201710L < __STDC_VERSION__
2377 # define _GL_ATTRIBUTE_NODISCARD [[__nodiscard__]]
2378 #elif _GL_HAS_ATTRIBUTE (warn_unused_result)
2379 # define _GL_ATTRIBUTE_NODISCARD __attribute__ ((__warn_unused_result__))
2380 #else
2381 # define _GL_ATTRIBUTE_NODISCARD
2382 #endif
2383 
2384 #if _GL_HAS_ATTRIBUTE (noinline)
2385 # define _GL_ATTRIBUTE_NOINLINE __attribute__ ((__noinline__))
2386 #else
2387 # define _GL_ATTRIBUTE_NOINLINE
2388 #endif
2389 
2390 #if _GL_HAS_ATTRIBUTE (nonnull)
2391 # define _GL_ATTRIBUTE_NONNULL(args) __attribute__ ((__nonnull__ args))
2392 #else
2393 # define _GL_ATTRIBUTE_NONNULL(args)
2394 #endif
2395 
2396 #if _GL_HAS_ATTRIBUTE (nonstring)
2397 # define _GL_ATTRIBUTE_NONSTRING __attribute__ ((__nonstring__))
2398 #else
2399 # define _GL_ATTRIBUTE_NONSTRING
2400 #endif
2401 
2402 /* There is no _GL_ATTRIBUTE_NORETURN; use _Noreturn instead.  */
2403 
2404 #if _GL_HAS_ATTRIBUTE (nothrow) && !defined __cplusplus
2405 # define _GL_ATTRIBUTE_NOTHROW __attribute__ ((__nothrow__))
2406 #else
2407 # define _GL_ATTRIBUTE_NOTHROW
2408 #endif
2409 
2410 #if _GL_HAS_ATTRIBUTE (packed)
2411 # define _GL_ATTRIBUTE_PACKED __attribute__ ((__packed__))
2412 #else
2413 # define _GL_ATTRIBUTE_PACKED
2414 #endif
2415 
2416 #if _GL_HAS_ATTRIBUTE (pure)
2417 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2418 #else
2419 # define _GL_ATTRIBUTE_PURE
2420 #endif
2421 
2422 #if _GL_HAS_ATTRIBUTE (returns_nonnull)
2423 # define _GL_ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
2424 #else
2425 # define _GL_ATTRIBUTE_RETURNS_NONNULL
2426 #endif
2427 
2428 #if _GL_HAS_ATTRIBUTE (sentinel)
2429 # define _GL_ATTRIBUTE_SENTINEL(pos) __attribute__ ((__sentinel__ pos))
2430 #else
2431 # define _GL_ATTRIBUTE_SENTINEL(pos)
2432 #endif
2433 
2434 
2435 /* To support C++ as well as C, use _GL_UNUSED_LABEL with trailing ';'.  */
2436 #if !defined __cplusplus || _GL_GNUC_PREREQ (4, 5)
2437 # define _GL_UNUSED_LABEL _GL_ATTRIBUTE_MAYBE_UNUSED
2438 #else
2439 # define _GL_UNUSED_LABEL
2440 #endif
2441 
2442 
2443 /* Define to `unsigned' if <sys/types.h> does not define. */
2444 /* #undef dev_t */
2445 
2446 /* Please see the Gnulib manual for how to use these macros.
2447 
2448    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2449    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
2450 
2451    Suppress extern inline with Sun C in standards-conformance mode, as it
2452    mishandles inline functions that call each other.  E.g., for 'inline void f
2453    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2454    'reference to static identifier "f" in extern inline function'.
2455    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2456 
2457    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
2458    on configurations that mistakenly use 'static inline' to implement
2459    functions or macros in standard C headers like <ctype.h>.  For example,
2460    if isdigit is mistakenly implemented via a static inline function,
2461    a program containing an extern inline function that calls isdigit
2462    may not work since the C standard prohibits extern inline functions
2463    from calling static functions (ISO C 99 section 6.7.4.(3).
2464    This bug is known to occur on:
2465 
2466      OS X 10.8 and earlier; see:
2467      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
2468 
2469      DragonFly; see
2470      http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log
2471 
2472      FreeBSD; see:
2473      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
2474 
2475    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2476    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
2477    Assume DragonFly and FreeBSD will be similar.
2478 
2479    GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
2480    inline semantics, unless -fgnu89-inline is used.  It defines a macro
2481    __GNUC_STDC_INLINE__ to indicate this situation or a macro
2482    __GNUC_GNU_INLINE__ to indicate the opposite situation.
2483    GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
2484    semantics but warns, unless -fgnu89-inline is used:
2485      warning: C99 inline functions are not supported; using GNU89
2486      warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
2487    It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
2488  */
2489 #if (((defined __APPLE__ && defined __MACH__) \
2490       || defined __DragonFly__ || defined __FreeBSD__) \
2491      && (defined __header_inline \
2492          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2493             && ! defined __clang__) \
2494          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2495              && (defined __GNUC__ || defined __cplusplus)) \
2496             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2497                 && defined __GNUC__ && ! defined __cplusplus))))
2498 # define _GL_EXTERN_INLINE_STDHEADER_BUG
2499 #endif
2500 #if ((__GNUC__ \
2501       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2502       : (199901L <= __STDC_VERSION__ \
2503          && !defined __HP_cc \
2504          && !defined __PGI \
2505          && !(defined __SUNPRO_C && __STDC__))) \
2506      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2507 # define _GL_INLINE inline
2508 # define _GL_EXTERN_INLINE extern inline
2509 # define _GL_EXTERN_INLINE_IN_USE
2510 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2511        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2512 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2513    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2514 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2515 # else
2516 #  define _GL_INLINE extern inline
2517 # endif
2518 # define _GL_EXTERN_INLINE extern
2519 # define _GL_EXTERN_INLINE_IN_USE
2520 #else
2521 # define _GL_INLINE static _GL_UNUSED
2522 # define _GL_EXTERN_INLINE static _GL_UNUSED
2523 #endif
2524 
2525 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
2526    suppress bogus "no previous prototype for 'FOO'"
2527    and "no previous declaration for 'FOO'" diagnostics,
2528    when FOO is an inline function in the header; see
2529    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2530    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
2531 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
2532 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2533 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2534 # else
2535 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2536      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2537 # endif
2538 # define _GL_INLINE_HEADER_BEGIN \
2539     _Pragma ("GCC diagnostic push") \
2540     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2541     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2542     _GL_INLINE_HEADER_CONST_PRAGMA
2543 # define _GL_INLINE_HEADER_END \
2544     _Pragma ("GCC diagnostic pop")
2545 #else
2546 # define _GL_INLINE_HEADER_BEGIN
2547 # define _GL_INLINE_HEADER_END
2548 #endif
2549 
2550 /* Always use our fgetfilecon wrapper. */
2551 /* #undef fgetfilecon */
2552 
2553 /* Always use our getfilecon wrapper. */
2554 /* #undef getfilecon */
2555 
2556 /* Define to `int' if <sys/types.h> doesn't define. */
2557 /* #undef gid_t */
2558 
2559 /* A replacement for va_copy, if needed.  */
2560 #define gl_va_copy(a,b) ((a) = (b))
2561 
2562 /* Conversion descriptor type */
2563 /* #undef iconv_t */
2564 
2565 /* Define to `__inline__' or `__inline' if that's what the C compiler
2566    calls it, or to nothing if 'inline' is not supported under any name.  */
2567 #ifndef __cplusplus
2568 /* #undef inline */
2569 #endif
2570 
2571 /* Define to `unsigned' if <sys/types.h> does not define. */
2572 /* #undef ino_t */
2573 
2574 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2575 /* #undef intmax_t */
2576 
2577 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2578    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2579    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2580    __APPLE__ && __MACH__ test for Mac OS X.
2581    __APPLE_CC__ tests for the Apple compiler and its version.
2582    __STDC_VERSION__ tests for the C99 mode.  */
2583 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2584 # define __GNUC_STDC_INLINE__ 1
2585 #endif
2586 
2587 /* Always use our lgetfilecon wrapper. */
2588 /* #undef lgetfilecon */
2589 
2590 /* Define to 1 if the compiler is checking for lint. */
2591 /* #undef lint */
2592 
2593 /* Type of major device numbers. */
2594 #define major_t int
2595 
2596 /* Define to a type if <wchar.h> does not define. */
2597 /* #undef mbstate_t */
2598 
2599 /* _GL_CMP (n1, n2) performs a three-valued comparison on n1 vs. n2, where
2600    n1 and n2 are expressions without side effects, that evaluate to real
2601    numbers (excluding NaN).
2602    It returns
2603      1  if n1 > n2
2604      0  if n1 == n2
2605      -1 if n1 < n2
2606    The naïve code   (n1 > n2 ? 1 : n1 < n2 ? -1 : 0)  produces a conditional
2607    jump with nearly all GCC versions up to GCC 10.
2608    This variant     (n1 < n2 ? -1 : n1 > n2)  produces a conditional with many
2609    GCC versions up to GCC 9.
2610    The better code  (n1 > n2) - (n1 < n2)  from Hacker's Delight § 2-9
2611    avoids conditional jumps in all GCC versions >= 3.4.  */
2612 #define _GL_CMP(n1, n2) (((n1) > (n2)) - ((n1) < (n2)))
2613 
2614 
2615 /* Type of minor device numbers. */
2616 #define minor_t int
2617 
2618 /* Define to the real name of the mktime_internal function. */
2619 /* #undef mktime_internal */
2620 
2621 /* Define to `int' if <sys/types.h> does not define. */
2622 /* #undef mode_t */
2623 
2624 /* Define to the name of the strftime replacement function. */
2625 #define my_strftime nstrftime
2626 
2627 /* Define to the type of st_nlink in struct stat, or a supertype. */
2628 /* #undef nlink_t */
2629 
2630 /* Define to `long int' if <sys/types.h> does not define. */
2631 /* #undef off_t */
2632 
2633 /* Define as a signed integer type capable of holding a process identifier. */
2634 /* #undef pid_t */
2635 
2636 /* Define as the type of the result of subtracting two pointers, if the system
2637    doesn't define it. */
2638 /* #undef ptrdiff_t */
2639 
2640 /* Define to rpl_re_comp if the replacement should be used. */
2641 #define re_comp rpl_re_comp
2642 
2643 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2644 #define re_compile_fastmap rpl_re_compile_fastmap
2645 
2646 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2647 #define re_compile_pattern rpl_re_compile_pattern
2648 
2649 /* Define to rpl_re_exec if the replacement should be used. */
2650 #define re_exec rpl_re_exec
2651 
2652 /* Define to rpl_re_match if the replacement should be used. */
2653 #define re_match rpl_re_match
2654 
2655 /* Define to rpl_re_match_2 if the replacement should be used. */
2656 #define re_match_2 rpl_re_match_2
2657 
2658 /* Define to rpl_re_search if the replacement should be used. */
2659 #define re_search rpl_re_search
2660 
2661 /* Define to rpl_re_search_2 if the replacement should be used. */
2662 #define re_search_2 rpl_re_search_2
2663 
2664 /* Define to rpl_re_set_registers if the replacement should be used. */
2665 #define re_set_registers rpl_re_set_registers
2666 
2667 /* Define to rpl_re_set_syntax if the replacement should be used. */
2668 #define re_set_syntax rpl_re_set_syntax
2669 
2670 /* Define to rpl_re_syntax_options if the replacement should be used. */
2671 #define re_syntax_options rpl_re_syntax_options
2672 
2673 /* Define to rpl_regcomp if the replacement should be used. */
2674 #define regcomp rpl_regcomp
2675 
2676 /* Define to rpl_regerror if the replacement should be used. */
2677 #define regerror rpl_regerror
2678 
2679 /* Define to rpl_regexec if the replacement should be used. */
2680 #define regexec rpl_regexec
2681 
2682 /* Define to rpl_regfree if the replacement should be used. */
2683 #define regfree rpl_regfree
2684 
2685 /* Define to the equivalent of the C99 'restrict' keyword, or to
2686    nothing if this is not supported.  Do not define if restrict is
2687    supported only directly.  */
2688 #define restrict __restrict__
2689 /* Work around a bug in older versions of Sun C++, which did not
2690    #define __restrict__ or support _Restrict or __restrict__
2691    even though the corresponding Sun C compiler ended up with
2692    "#define restrict _Restrict" or "#define restrict __restrict__"
2693    in the previous line.  This workaround can be removed once
2694    we assume Oracle Developer Studio 12.5 (2016) or later.  */
2695 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
2696 # define _Restrict
2697 # define __restrict__
2698 #endif
2699 
2700 /* Define to `unsigned int' if <sys/types.h> does not define. */
2701 /* #undef size_t */
2702 
2703 /* Define as a signed type of the same size as size_t. */
2704 /* #undef ssize_t */
2705 
2706 /* Define to `int' if <sys/types.h> doesn't define. */
2707 /* #undef uid_t */
2708 
2709 /* Define as a macro for copying va_list variables. */
2710 /* #undef va_copy */
2711