]> git.cworth.org Git - tar/blob - config.hin
Imported Upstream version 1.21
[tar] / config.hin
1 /* config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define to the number of bits in type 'ptrdiff_t'. */
4 #undef BITSIZEOF_PTRDIFF_T
5
6 /* Define to the number of bits in type 'sig_atomic_t'. */
7 #undef BITSIZEOF_SIG_ATOMIC_T
8
9 /* Define to the number of bits in type 'size_t'. */
10 #undef BITSIZEOF_SIZE_T
11
12 /* Define to the number of bits in type 'wchar_t'. */
13 #undef BITSIZEOF_WCHAR_T
14
15 /* Define to the number of bits in type 'wint_t'. */
16 #undef BITSIZEOF_WINT_T
17
18 /* Define if chown is not POSIX compliant regarding IDs of -1. */
19 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
20
21 /* Define if chown modifies symlinks. */
22 #undef CHOWN_MODIFIES_SYMLINK
23
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25    systems. This function is required for `alloca.c' support on those systems.
26    */
27 #undef CRAY_STACKSEG_END
28
29 /* Define to 1 if using `alloca.c'. */
30 #undef C_ALLOCA
31
32 /* Define to a string giving the full name of the default archive file. */
33 #undef DEFAULT_ARCHIVE
34
35 /* By default produce archives of this format */
36 #undef DEFAULT_ARCHIVE_FORMAT
37
38 /* Define to a number giving the default blocking size for archives. */
39 #undef DEFAULT_BLOCKING
40
41 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
42 #undef DEFAULT_QUOTING_STYLE
43
44 /* Define full file name of rmt program. */
45 #undef DEFAULT_RMT_COMMAND
46
47 /* Define to 1 if density may be indicated by [lmh] at end of device. */
48 #undef DENSITY_LETTER
49
50 /* Define to a string giving the prefix of the default device, without the
51    part specifying the unit and density. */
52 #undef DEVICE_PREFIX
53
54 /* the name of the file descriptor member of DIR */
55 #undef DIR_FD_MEMBER_NAME
56
57 #ifdef DIR_FD_MEMBER_NAME
58 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
59 #else
60 # define DIR_TO_FD(Dir_p) -1
61 #endif
62
63
64 /* Define to 1 if // is a file system root distinct from /. */
65 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
66
67 /* Define if struct dirent has a member d_ino that actually works. */
68 #undef D_INO_IN_DIRENT
69
70 /* Define to 1 if translation of program messages to the user's native
71    language is requested. */
72 #undef ENABLE_NLS
73
74 /* Define if gnulib's fchdir() replacement is used. */
75 #undef FCHDIR_REPLACEMENT
76
77 /* Define on systems for which file names may have a so-called `drive letter'
78    prefix, define this to compute the length of that prefix, including the
79    colon. */
80 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
81
82 /* Define if the backslash character may also serve as a file name component
83    separator. */
84 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
85
86 /* Define if a drive letter prefix denotes a relative path if it is not
87    followed by a file name component separator. */
88 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
89
90 /* Define if gettimeofday clobbers the localtime buffer. */
91 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
92
93 /* Define to make the limit macros in <stdint.h> visible. */
94 #undef GL_TRIGGER_STDC_LIMIT_MACROS
95
96 /* Define to 1 when using the gnulib module canonicalize-lgpl. */
97 #undef GNULIB_CANONICALIZE_LGPL
98
99 /* Define to 1 when using the gnulib module close-stream. */
100 #undef GNULIB_CLOSE_STREAM
101
102 /* Define to 1 when using the gnulib module fcntl-safer. */
103 #undef GNULIB_FCNTL_SAFER
104
105 /* Define to indicate the 'malloc' module. */
106 #undef GNULIB_MALLOC_GNU
107
108 /* Define to 1 when using the gnulib module open. */
109 #undef GNULIB_OPEN
110
111 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
112    */
113 #undef GNULIB_PROGRAM_INVOCATION_NAME
114
115 /* Define to 1 to add extern declaration of program_invocation_short_name to
116    argp.h */
117 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
118
119 /* Define to 1 if you have the `alarm' function. */
120 #undef HAVE_ALARM
121
122 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
123    may be supplied by this distribution. */
124 #undef HAVE_ALLOCA
125
126 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
127    */
128 #undef HAVE_ALLOCA_H
129
130 /* Define to 1 if you have the <bp-sym.h> header file. */
131 #undef HAVE_BP_SYM_H
132
133 /* Define to 1 if you have the `btowc' function. */
134 #undef HAVE_BTOWC
135
136 /* Define to 1 if you have the `canonicalize_file_name' function. */
137 #undef HAVE_CANONICALIZE_FILE_NAME
138
139 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
140    CoreFoundation framework. */
141 #undef HAVE_CFLOCALECOPYCURRENT
142
143 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
144    the CoreFoundation framework. */
145 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
146
147 /* Define to 1 if your system has a working `chown' function. */
148 #undef HAVE_CHOWN
149
150 /* Define to 1 if you have the `chsize' function. */
151 #undef HAVE_CHSIZE
152
153 /* Define to 1 if you have the `clock_gettime' function. */
154 #undef HAVE_CLOCK_GETTIME
155
156 /* Define to 1 if you have the `clock_settime' function. */
157 #undef HAVE_CLOCK_SETTIME
158
159 /* Define if you have compound literals. */
160 #undef HAVE_COMPOUND_LITERALS
161
162 /* Define if the GNU dcgettext() function is already present or preinstalled.
163    */
164 #undef HAVE_DCGETTEXT
165
166 /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
167    0 if you don't. */
168 #undef HAVE_DECL_CANONICALIZE_FILE_NAME
169
170 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
171    you don't. */
172 #undef HAVE_DECL_CLEARERR_UNLOCKED
173
174 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
175    */
176 #undef HAVE_DECL_DIRFD
177
178 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
179    don't. */
180 #undef HAVE_DECL_FEOF_UNLOCKED
181
182 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
183    you don't. */
184 #undef HAVE_DECL_FERROR_UNLOCKED
185
186 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
187    you don't. */
188 #undef HAVE_DECL_FFLUSH_UNLOCKED
189
190 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
191    you don't. */
192 #undef HAVE_DECL_FGETS_UNLOCKED
193
194 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
195    you don't. */
196 #undef HAVE_DECL_FPUTC_UNLOCKED
197
198 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
199    you don't. */
200 #undef HAVE_DECL_FPUTS_UNLOCKED
201
202 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
203    you don't. */
204 #undef HAVE_DECL_FREAD_UNLOCKED
205
206 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
207    you don't. */
208 #undef HAVE_DECL_FWRITE_UNLOCKED
209
210 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
211    you don't. */
212 #undef HAVE_DECL_GETCHAR_UNLOCKED
213
214 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
215    */
216 #undef HAVE_DECL_GETCWD
217
218 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
219    don't. */
220 #undef HAVE_DECL_GETC_UNLOCKED
221
222 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
223    don't. */
224 #undef HAVE_DECL_GETDELIM
225
226 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
227    */
228 #undef HAVE_DECL_GETENV
229
230 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
231    don't. */
232 #undef HAVE_DECL_GETGRGID
233
234 /* Define to 1 if you have the declaration of `getline', and to 0 if you
235    don't. */
236 #undef HAVE_DECL_GETLINE
237
238 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
239    don't. */
240 #undef HAVE_DECL_GETPWUID
241
242 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
243    don't. */
244 #undef HAVE_DECL_IMAXABS
245
246 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
247    don't. */
248 #undef HAVE_DECL_IMAXDIV
249
250 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
251    don't. */
252 #undef HAVE_DECL_ISBLANK
253
254 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
255    don't. */
256 #undef HAVE_DECL_MEMRCHR
257
258 /* Define if program_invocation_name is declared */
259 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
260
261 /* Define if program_invocation_short_name is declared */
262 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
263
264 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
265    you don't. */
266 #undef HAVE_DECL_PUTCHAR_UNLOCKED
267
268 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
269    don't. */
270 #undef HAVE_DECL_PUTC_UNLOCKED
271
272 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
273    */
274 #undef HAVE_DECL_SLEEP
275
276 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
277    don't. */
278 #undef HAVE_DECL_SNPRINTF
279
280 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
281    */
282 #undef HAVE_DECL_STRDUP
283
284 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
285    don't. */
286 #undef HAVE_DECL_STRERROR
287
288 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
289    don't. */
290 #undef HAVE_DECL_STRERROR_R
291
292 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
293    don't. */
294 #undef HAVE_DECL_STRNCASECMP
295
296 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
297    don't. */
298 #undef HAVE_DECL_STRNDUP
299
300 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
301    don't. */
302 #undef HAVE_DECL_STRNLEN
303
304 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
305    don't. */
306 #undef HAVE_DECL_STRTOIMAX
307
308 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
309    don't. */
310 #undef HAVE_DECL_STRTOLL
311
312 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
313    don't. */
314 #undef HAVE_DECL_STRTOULL
315
316 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
317    don't. */
318 #undef HAVE_DECL_STRTOUMAX
319
320 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
321    */
322 #undef HAVE_DECL_TIME
323
324 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
325    */
326 #undef HAVE_DECL_TZNAME
327
328 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
329    don't. */
330 #undef HAVE_DECL_VSNPRINTF
331
332 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
333    don't. */
334 #undef HAVE_DECL_WCWIDTH
335
336 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
337    don't. */
338 #undef HAVE_DECL__SNPRINTF
339
340 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
341    don't. */
342 #undef HAVE_DECL___FPENDING
343
344 /* Define to 1 if you have the <dirent.h> header file. */
345 #undef HAVE_DIRENT_H
346
347 /* Define to 1 if you have the `dirfd' function. */
348 #undef HAVE_DIRFD
349
350 /* Define to 1 if you have the `dup2' function. */
351 #undef HAVE_DUP2
352
353 /* Define if you have the declaration of environ. */
354 #undef HAVE_ENVIRON_DECL
355
356 /* Define to 1 if you have the <errno.h> header file. */
357 #undef HAVE_ERRNO_H
358
359 /* Define to 1 if you have the `fchdir' function. */
360 #undef HAVE_FCHDIR
361
362 /* Define to 1 if you have the `fchmodat' function. */
363 #undef HAVE_FCHMODAT
364
365 /* Define to 1 if you have the <fcntl.h> header file. */
366 #undef HAVE_FCNTL_H
367
368 /* Define to 1 if you have the `fdopendir' function. */
369 #undef HAVE_FDOPENDIR
370
371 /* Define to 1 if you have the <features.h> header file. */
372 #undef HAVE_FEATURES_H
373
374 /* Define to 1 if you have the <float.h> header file. */
375 #undef HAVE_FLOAT_H
376
377 /* Define to 1 if you have the `flockfile' function. */
378 #undef HAVE_FLOCKFILE
379
380 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
381 #undef HAVE_FSEEKO
382
383 /* Define to 1 if you have the `fsync' function. */
384 #undef HAVE_FSYNC
385
386 /* Define to 1 if you have the `ftruncate' function. */
387 #undef HAVE_FTRUNCATE
388
389 /* Define to 1 if you have the `funlockfile' function. */
390 #undef HAVE_FUNLOCKFILE
391
392 /* Define to 1 if you have the `futimens' function. */
393 #undef HAVE_FUTIMENS
394
395 /* Define to 1 if you have the `futimes' function. */
396 #undef HAVE_FUTIMES
397
398 /* Define to 1 if you have the `futimesat' function. */
399 #undef HAVE_FUTIMESAT
400
401 /* Define to 1 if you have the `getcwd' function. */
402 #undef HAVE_GETCWD
403
404 /* Define to 1 if you have the `getdelim' function. */
405 #undef HAVE_GETDELIM
406
407 /* Define to 1 if you have the `getdtablesize' function. */
408 #undef HAVE_GETDTABLESIZE
409
410 /* Define to 1 if you have the <getopt.h> header file. */
411 #undef HAVE_GETOPT_H
412
413 /* Define to 1 if you have the `getopt_long_only' function. */
414 #undef HAVE_GETOPT_LONG_ONLY
415
416 /* Define to 1 if you have the `getpagesize' function. */
417 #undef HAVE_GETPAGESIZE
418
419 /* Define if the GNU gettext() function is already present or preinstalled. */
420 #undef HAVE_GETTEXT
421
422 /* Define to 1 if you have the `gettimeofday' function. */
423 #undef HAVE_GETTIMEOFDAY
424
425 /* Define to 1 if you have the <grp.h> header file. */
426 #undef HAVE_GRP_H
427
428 /* Define if you have the iconv() function and it works. */
429 #undef HAVE_ICONV
430
431 /* Define to 1 if you have the <iconv.h> header file. */
432 #undef HAVE_ICONV_H
433
434 /* Define to 1 if the compiler supports one of the keywords 'inline',
435    '__inline__', '__inline' and effectively inlines functions marked as such.
436    */
437 #undef HAVE_INLINE
438
439 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
440 #undef HAVE_INTMAX_T
441
442 /* Define to 1 if you have the <inttypes.h> header file. */
443 #undef HAVE_INTTYPES_H
444
445 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
446    declares uintmax_t. */
447 #undef HAVE_INTTYPES_H_WITH_UINTMAX
448
449 /* Define to 1 if you have the `isblank' function. */
450 #undef HAVE_ISBLANK
451
452 /* Define to 1 if you have the `iswcntrl' function. */
453 #undef HAVE_ISWCNTRL
454
455 /* Define to 1 if you have the `iswctype' function. */
456 #undef HAVE_ISWCTYPE
457
458 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
459 #undef HAVE_LANGINFO_CODESET
460
461 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
462 #undef HAVE_LANGINFO_YESEXPR
463
464 /* Define to 1 if you have the `lchmod' function. */
465 #undef HAVE_LCHMOD
466
467 /* Define to 1 if you have the `lchown' function. */
468 #undef HAVE_LCHOWN
469
470 /* Define to 1 if you have the <libintl.h> header file. */
471 #undef HAVE_LIBINTL_H
472
473 /* Define to 1 if you have the <linewrap.h> header file. */
474 #undef HAVE_LINEWRAP_H
475
476 /* Define to 1 if you have the <linux/fd.h> header file. */
477 #undef HAVE_LINUX_FD_H
478
479 /* Define to 1 if you have the <locale.h> header file. */
480 #undef HAVE_LOCALE_H
481
482 /* Define to 1 if you support file names longer than 14 characters. */
483 #undef HAVE_LONG_FILE_NAMES
484
485 /* Define to 1 if the system has the type `long long int'. */
486 #undef HAVE_LONG_LONG_INT
487
488 /* Define to 1 if you have the `lstat' function. */
489 #undef HAVE_LSTAT
490
491 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
492    to 0 otherwise. */
493 #undef HAVE_MALLOC
494
495 /* Define if the 'malloc' function is POSIX compliant. */
496 #undef HAVE_MALLOC_POSIX
497
498 /* Define to 1 if you have the `mbrtowc' function. */
499 #undef HAVE_MBRTOWC
500
501 /* Define to 1 if you have the `mbsinit' function. */
502 #undef HAVE_MBSINIT
503
504 /* Define to 1 if you have the `mbsrtowcs' function. */
505 #undef HAVE_MBSRTOWCS
506
507 /* Define to 1 if <wchar.h> declares mbstate_t. */
508 #undef HAVE_MBSTATE_T
509
510 /* Define to 1 if you have the `memchr' function. */
511 #undef HAVE_MEMCHR
512
513 /* Define to 1 if you have the <memory.h> header file. */
514 #undef HAVE_MEMORY_H
515
516 /* Define to 1 if you have the `mempcpy' function. */
517 #undef HAVE_MEMPCPY
518
519 /* Define to 1 if you have the `memrchr' function. */
520 #undef HAVE_MEMRCHR
521
522 /* Define to 1 if you have the `memset' function. */
523 #undef HAVE_MEMSET
524
525 /* Define to 1 if you have the `mkdirat' function. */
526 #undef HAVE_MKDIRAT
527
528 /* Define to 1 if you have the `mkdtemp' function. */
529 #undef HAVE_MKDTEMP
530
531 /* Define to 1 if you have the `mkfifo' function. */
532 #undef HAVE_MKFIFO
533
534 /* Define to 1 if you have the `nanotime' function. */
535 #undef HAVE_NANOTIME
536
537 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
538 #undef HAVE_NDIR_H
539
540 /* Define to 1 if you have the <netdb.h> header file. */
541 #undef HAVE_NETDB_H
542
543 /* Define to 1 if you have the <net/errno.h> header file. */
544 #undef HAVE_NET_ERRNO_H
545
546 /* Define to 1 if libc includes obstacks. */
547 #undef HAVE_OBSTACK
548
549 /* Define to 1 if you have the `openat' function. */
550 #undef HAVE_OPENAT
551
552 /* Define to 1 if you have the <OS.h> header file. */
553 #undef HAVE_OS_H
554
555 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
556    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
557    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
558    */
559 #undef HAVE_PARTLY_WORKING_GETCWD
560
561 /* Define to 1 if you have the `pathconf' function. */
562 #undef HAVE_PATHCONF
563
564 /* Define to 1 if you have the `pipe' function. */
565 #undef HAVE_PIPE
566
567 /* Define to 1 if you have the <priv.h> header file. */
568 #undef HAVE_PRIV_H
569
570 /* Define if program_invocation_name is defined */
571 #undef HAVE_PROGRAM_INVOCATION_NAME
572
573 /* Define if program_invocation_short_name is defined */
574 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
575
576 /* Define to 1 if you have the <pwd.h> header file. */
577 #undef HAVE_PWD_H
578
579 /* Define to 1 if you have the `rawmemchr' function. */
580 #undef HAVE_RAWMEMCHR
581
582 /* Define to 1 if you have the `readlink' function. */
583 #undef HAVE_READLINK
584
585 /* Define if the 'realloc' function is POSIX compliant. */
586 #undef HAVE_REALLOC_POSIX
587
588 /* Define to 1 if you have the `rmdir' function. */
589 #undef HAVE_RMDIR
590
591 /* Define to 1 if you have the `rpmatch' function. */
592 #undef HAVE_RPMATCH
593
594 /* Define to 1 if you have the <search.h> header file. */
595 #undef HAVE_SEARCH_H
596
597 /* Define to 1 if you have the `setenv' function. */
598 #undef HAVE_SETENV
599
600 /* Define to 1 if you have the `setlocale' function. */
601 #undef HAVE_SETLOCALE
602
603 /* Define to 1 if you have the <sgtty.h> header file. */
604 #undef HAVE_SGTTY_H
605
606 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
607 #undef HAVE_SIGNED_SIG_ATOMIC_T
608
609 /* Define to 1 if 'wchar_t' is a signed integer type. */
610 #undef HAVE_SIGNED_WCHAR_T
611
612 /* Define to 1 if 'wint_t' is a signed integer type. */
613 #undef HAVE_SIGNED_WINT_T
614
615 /* Define to 1 if you have the `snprintf' function. */
616 #undef HAVE_SNPRINTF
617
618 /* Define to 1 if you have the <stdarg.h> header file. */
619 #undef HAVE_STDARG_H
620
621 /* Define to 1 if stdbool.h conforms to C99. */
622 #undef HAVE_STDBOOL_H
623
624 /* Define to 1 if you have the <stdint.h> header file. */
625 #undef HAVE_STDINT_H
626
627 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
628    uintmax_t. */
629 #undef HAVE_STDINT_H_WITH_UINTMAX
630
631 /* Define to 1 if you have the <stdio_ext.h> header file. */
632 #undef HAVE_STDIO_EXT_H
633
634 /* Define to 1 if you have the <stdio.h> header file. */
635 #undef HAVE_STDIO_H
636
637 /* Define to 1 if you have the <stdlib.h> header file. */
638 #undef HAVE_STDLIB_H
639
640 /* Define to 1 if you have the `stpcpy' function. */
641 #undef HAVE_STPCPY
642
643 /* Define to 1 if you have the `strcasecmp' function. */
644 #undef HAVE_STRCASECMP
645
646 /* Define to 1 if you have the `strchrnul' function. */
647 #undef HAVE_STRCHRNUL
648
649 /* Define to 1 if you have the `strdup' function. */
650 #undef HAVE_STRDUP
651
652 /* Define to 1 if you have the `strerror_r' function. */
653 #undef HAVE_STRERROR_R
654
655 /* Define to 1 if you have the <strings.h> header file. */
656 #undef HAVE_STRINGS_H
657
658 /* Define to 1 if you have the <string.h> header file. */
659 #undef HAVE_STRING_H
660
661 /* Define to 1 if you have the `strncasecmp' function. */
662 #undef HAVE_STRNCASECMP
663
664 /* Define if you have the strndup() function and it works. */
665 #undef HAVE_STRNDUP
666
667 /* Define to 1 if you have the <stropts.h> header file. */
668 #undef HAVE_STROPTS_H
669
670 /* Define to 1 if you have the `strtoimax' function. */
671 #undef HAVE_STRTOIMAX
672
673 /* Define to 1 if you have the `strtol' function. */
674 #undef HAVE_STRTOL
675
676 /* Define to 1 if you have the `strtoll' function. */
677 #undef HAVE_STRTOLL
678
679 /* Define to 1 if you have the `strtoul' function. */
680 #undef HAVE_STRTOUL
681
682 /* Define to 1 if you have the `strtoull' function. */
683 #undef HAVE_STRTOULL
684
685 /* Define to 1 if you have the `strtoumax' function. */
686 #undef HAVE_STRTOUMAX
687
688 /* Define to 1 if the system has the type `struct random_data'. */
689 #undef HAVE_STRUCT_RANDOM_DATA
690
691 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
692 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
693
694 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
695 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
696
697 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
698 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
699
700 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
701 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
702
703 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
704 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
705
706 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
707 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
708
709 /* Define to 1 if `st_birthtim.tv_nsec' is member of `struct stat'. */
710 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
711
712 /* Define to 1 if `st_blksize' is member of `struct stat'. */
713 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
714
715 /* Define to 1 if `st_blocks' is member of `struct stat'. */
716 #undef HAVE_STRUCT_STAT_ST_BLOCKS
717
718 /* Define to 1 if `tm_zone' is member of `struct tm'. */
719 #undef HAVE_STRUCT_TM_TM_ZONE
720
721 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
722    have utime.h but don't declare the struct anywhere. */
723 #undef HAVE_STRUCT_UTIMBUF
724
725 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
726    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
727 #undef HAVE_ST_BLKSIZE
728
729 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
730    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
731 #undef HAVE_ST_BLOCKS
732
733 /* Define if struct stat has a char st_fstype[] member. */
734 #undef HAVE_ST_FSTYPE_STRING
735
736 /* Define to 1 if you have the `symlink' function. */
737 #undef HAVE_SYMLINK
738
739 /* Define to 1 if you have the <sysexits.h> header file. */
740 #undef HAVE_SYSEXITS_H
741
742 /* Define to 1 if you have the <sys/bitypes.h> header file. */
743 #undef HAVE_SYS_BITYPES_H
744
745 /* Define to 1 if you have the <sys/buf.h> header file. */
746 #undef HAVE_SYS_BUF_H
747
748 /* Define to 1 if you have the <sys/device.h> header file. */
749 #undef HAVE_SYS_DEVICE_H
750
751 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
752    */
753 #undef HAVE_SYS_DIR_H
754
755 /* Define to 1 if you have the <sys/filio.h> header file. */
756 #undef HAVE_SYS_FILIO_H
757
758 /* Define to 1 if you have the <sys/gentape.h> header file. */
759 #undef HAVE_SYS_GENTAPE_H
760
761 /* Define to 1 if you have the <sys/inet.h> header file. */
762 #undef HAVE_SYS_INET_H
763
764 /* Define to 1 if you have the <sys/inttypes.h> header file. */
765 #undef HAVE_SYS_INTTYPES_H
766
767 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
768 #undef HAVE_SYS_IO_TRIOCTL_H
769
770 /* Define to 1 if you have the <sys/mtio.h> header file. */
771 #undef HAVE_SYS_MTIO_H
772
773 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
774    */
775 #undef HAVE_SYS_NDIR_H
776
777 /* Define to 1 if you have the <sys/param.h> header file. */
778 #undef HAVE_SYS_PARAM_H
779
780 /* Define to 1 if you have the <sys/socket.h> header file. */
781 #undef HAVE_SYS_SOCKET_H
782
783 /* Define to 1 if you have the <sys/stat.h> header file. */
784 #undef HAVE_SYS_STAT_H
785
786 /* Define to 1 if you have the <sys/tape.h> header file. */
787 #undef HAVE_SYS_TAPE_H
788
789 /* Define to 1 if you have the <sys/timeb.h> header file. */
790 #undef HAVE_SYS_TIMEB_H
791
792 /* Define to 1 if you have the <sys/time.h> header file. */
793 #undef HAVE_SYS_TIME_H
794
795 /* Define to 1 if you have the <sys/tprintf.h> header file. */
796 #undef HAVE_SYS_TPRINTF_H
797
798 /* Define to 1 if you have the <sys/types.h> header file. */
799 #undef HAVE_SYS_TYPES_H
800
801 /* Define to 1 if you have the <sys/wait.h> header file. */
802 #undef HAVE_SYS_WAIT_H
803
804 /* Define to 1 if you have the <time.h> header file. */
805 #undef HAVE_TIME_H
806
807 /* Define if struct tm has the tm_gmtoff member. */
808 #undef HAVE_TM_GMTOFF
809
810 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
811    `HAVE_STRUCT_TM_TM_ZONE' instead. */
812 #undef HAVE_TM_ZONE
813
814 /* Define to 1 if you have the `tsearch' function. */
815 #undef HAVE_TSEARCH
816
817 /* Define to 1 if you don't have `tm_zone' but do have the external array
818    `tzname'. */
819 #undef HAVE_TZNAME
820
821 /* Define to 1 if you have the <unistd.h> header file. */
822 #undef HAVE_UNISTD_H
823
824 /* Define to 1 if you have the `unsetenv' function. */
825 #undef HAVE_UNSETENV
826
827 /* Define to 1 if the system has the type `unsigned long long int'. */
828 #undef HAVE_UNSIGNED_LONG_LONG_INT
829
830 /* Define to 1 if you have the `utimensat' function. */
831 #undef HAVE_UTIMENSAT
832
833 /* Define to 1 if you have the `utimes' function. */
834 #undef HAVE_UTIMES
835
836 /* Define if utimes accepts a null argument */
837 #undef HAVE_UTIMES_NULL
838
839 /* Define to 1 if you have the <utime.h> header file. */
840 #undef HAVE_UTIME_H
841
842 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
843 #undef HAVE_UTIME_NULL
844
845 /* Define to 1 if you have the `vasnprintf' function. */
846 #undef HAVE_VASNPRINTF
847
848 /* Define to 1 if you have the `vsnprintf' function. */
849 #undef HAVE_VSNPRINTF
850
851 /* Define to 1 if you have the `waitpid' function. */
852 #undef HAVE_WAITPID
853
854 /* Define to 1 if you have the <wchar.h> header file. */
855 #undef HAVE_WCHAR_H
856
857 /* Define if you have the 'wchar_t' type. */
858 #undef HAVE_WCHAR_T
859
860 /* Define to 1 if you have the `wcrtomb' function. */
861 #undef HAVE_WCRTOMB
862
863 /* Define to 1 if you have the `wcscoll' function. */
864 #undef HAVE_WCSCOLL
865
866 /* Define to 1 if you have the `wcslen' function. */
867 #undef HAVE_WCSLEN
868
869 /* Define to 1 if you have the <wctype.h> header file. */
870 #undef HAVE_WCTYPE_H
871
872 /* Define to 1 if you have the `wcwidth' function. */
873 #undef HAVE_WCWIDTH
874
875 /* Define to 1 if you have the <winsock2.h> header file. */
876 #undef HAVE_WINSOCK2_H
877
878 /* Define if you have the 'wint_t' type. */
879 #undef HAVE_WINT_T
880
881 /* Define to 1 if you have the `wmemchr' function. */
882 #undef HAVE_WMEMCHR
883
884 /* Define to 1 if you have the `wmemcpy' function. */
885 #undef HAVE_WMEMCPY
886
887 /* Define to 1 if you have the `wmempcpy' function. */
888 #undef HAVE_WMEMPCPY
889
890 /* Define to 1 if O_NOATIME works. */
891 #undef HAVE_WORKING_O_NOATIME
892
893 /* Define to 1 if O_NOFOLLOW works. */
894 #undef HAVE_WORKING_O_NOFOLLOW
895
896 /* Define if utimes works properly. */
897 #undef HAVE_WORKING_UTIMES
898
899 /* Define to 1 if the system has the type `_Bool'. */
900 #undef HAVE__BOOL
901
902 /* Define to 1 if you have the `_ftime' function. */
903 #undef HAVE__FTIME
904
905 /* Define to 1 if you have the `__fpending' function. */
906 #undef HAVE___FPENDING
907
908 /* Define as const if the declaration of iconv() needs const. */
909 #undef ICONV_CONST
910
911 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
912 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
913 #else
914 # define ISSLASH(C) ((C) == '/')
915 #endif
916
917 /* Define to 1 if lseek does not detect pipes. */
918 #undef LSEEK_PIPE_BROKEN
919
920 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
921    slash. */
922 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
923
924 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
925    */
926 #undef MAJOR_IN_MKDEV
927
928 /* Define to 1 if `major', `minor', and `makedev' are declared in
929    <sysmacros.h>. */
930 #undef MAJOR_IN_SYSMACROS
931
932 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
933 #undef MALLOC_0_IS_NONNULL
934
935 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
936 #undef MTIO_CHECK_FIELD
937
938 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
939 #undef NO_MINUS_C_MINUS_O
940
941 /* Define to 1 if open() fails to recognize a trailing slash. */
942 #undef OPEN_TRAILING_SLASH_BUG
943
944 /* Name of package */
945 #undef PACKAGE
946
947 /* Define to the address where bug reports for this package should be sent. */
948 #undef PACKAGE_BUGREPORT
949
950 /* Define to the full name of this package. */
951 #undef PACKAGE_NAME
952
953 /* Define to the full name and version of this package. */
954 #undef PACKAGE_STRING
955
956 /* Define to the one symbol short name of this package. */
957 #undef PACKAGE_TARNAME
958
959 /* Define to the version of this package. */
960 #undef PACKAGE_VERSION
961
962 /* the number of pending output bytes on stream `fp' */
963 #undef PENDING_OUTPUT_N_BYTES
964
965 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
966 #undef PRI_MACROS_BROKEN
967
968 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
969    'ptrdiff_t'. */
970 #undef PTRDIFF_T_SUFFIX
971
972 /* Define to the full path of your rsh, if any. */
973 #undef REMOTE_SHELL
974
975 /* Define this to 1 if strerror is broken. */
976 #undef REPLACE_STRERROR
977
978 /* Define if vasnprintf exists but is overridden by gnulib. */
979 #undef REPLACE_VASNPRINTF
980
981 /* Define as the return type of signal handlers (`int' or `void'). */
982 #undef RETSIGTYPE
983
984 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
985    'sig_atomic_t'. */
986 #undef SIG_ATOMIC_T_SUFFIX
987
988 /* Define as the maximum value of type 'size_t', if the system doesn't define
989    it. */
990 #undef SIZE_MAX
991
992 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
993    'size_t'. */
994 #undef SIZE_T_SUFFIX
995
996 /* If using the C implementation of alloca, define if you know the
997    direction of stack growth for your system; otherwise it will be
998    automatically deduced at runtime.
999         STACK_DIRECTION > 0 => grows toward higher addresses
1000         STACK_DIRECTION < 0 => grows toward lower addresses
1001         STACK_DIRECTION = 0 => direction of growth unknown */
1002 #undef STACK_DIRECTION
1003
1004 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1005 #undef STAT_MACROS_BROKEN
1006
1007 /* Define to 1 if you have the ANSI C header files. */
1008 #undef STDC_HEADERS
1009
1010 /* Define to 1 if strerror_r returns char *. */
1011 #undef STRERROR_R_CHAR_P
1012
1013 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1014 #undef TIME_WITH_SYS_TIME
1015
1016 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1017 #undef TM_IN_SYS_TIME
1018
1019 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1020    timespec. */
1021 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1022
1023 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1024 #undef UNLINK_CANNOT_UNLINK_DIR
1025
1026 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1027    Unlocked I/O can improve performance in unithreaded apps, but it is not
1028    safe for multithreaded apps. */
1029 #undef USE_UNLOCKED_IO
1030
1031 /* Version number of package */
1032 #undef VERSION
1033
1034 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1035    'wchar_t'. */
1036 #undef WCHAR_T_SUFFIX
1037
1038 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1039    'wint_t'. */
1040 #undef WINT_T_SUFFIX
1041
1042 /* Number of bits in a file offset, on hosts where this is settable. */
1043 #undef _FILE_OFFSET_BITS
1044
1045 /* Enable GNU extensions on systems that have them.  */
1046 #ifndef _GNU_SOURCE
1047 # undef _GNU_SOURCE
1048 #endif
1049
1050 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1051 #undef _LARGEFILE_SOURCE
1052
1053 /* Define for large files, on AIX-style hosts. */
1054 #undef _LARGE_FILES
1055
1056 /* Define to 1 if on MINIX. */
1057 #undef _MINIX
1058
1059 /* Define to 2 if the system does not provide POSIX.1 features except with
1060    this defined. */
1061 #undef _POSIX_1_SOURCE
1062
1063 /* Define to 1 if you need to in order for `stat' and other things to work. */
1064 #undef _POSIX_SOURCE
1065
1066 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1067 #undef _REGEX_LARGE_OFFSETS
1068
1069 /* Enable extensions on AIX 3, Interix.  */
1070 #ifndef _ALL_SOURCE
1071 # undef _ALL_SOURCE
1072 #endif
1073 /* Enable GNU extensions on systems that have them.  */
1074 #ifndef _GNU_SOURCE
1075 # undef _GNU_SOURCE
1076 #endif
1077 /* Enable threading extensions on Solaris.  */
1078 #ifndef _POSIX_PTHREAD_SEMANTICS
1079 # undef _POSIX_PTHREAD_SEMANTICS
1080 #endif
1081 /* Enable extensions on HP NonStop.  */
1082 #ifndef _TANDEM_SOURCE
1083 # undef _TANDEM_SOURCE
1084 #endif
1085 /* Enable general extensions on Solaris.  */
1086 #ifndef __EXTENSIONS__
1087 # undef __EXTENSIONS__
1088 #endif
1089
1090
1091 /* Define to rpl_ if the getopt replacement functions and variables should be
1092    used. */
1093 #undef __GETOPT_PREFIX
1094
1095 /* Define to rpl_ if the openat replacement function should be used. */
1096 #undef __OPENAT_PREFIX
1097
1098 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
1099    <inttypes.h> relies on them.  */
1100 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
1101 # define __STDC_LIMIT_MACROS 1
1102 #endif
1103
1104
1105 /* Define to `unsigned' if <sys/types.h> does not define. */
1106 #undef dev_t
1107
1108 /* Define to rpl_fchownat if the replacement function should be used. */
1109 #undef fchownat
1110
1111 /* Define to a replacement function name for fnmatch(). */
1112 #undef fnmatch
1113
1114 /* Define to `int' if <sys/types.h> doesn't define. */
1115 #undef gid_t
1116
1117 /* A replacement for va_copy, if needed.  */
1118 #define gl_va_copy(a,b) ((a) = (b))
1119
1120 /* Define to rpl_gmtime if the replacement function should be used. */
1121 #undef gmtime
1122
1123 /* Conversion descriptor type */
1124 #undef iconv_t
1125
1126 /* Define to `__inline__' or `__inline' if that's what the C compiler
1127    calls it, or to nothing if 'inline' is not supported under any name.  */
1128 #ifndef __cplusplus
1129 #undef inline
1130 #endif
1131
1132 /* Define to `unsigned' if <sys/types.h> does not define. */
1133 #undef ino_t
1134
1135 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1136 #undef intmax_t
1137
1138 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1139    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1140    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1141    __APPLE__ && __MACH__ test for MacOS X.
1142    __APPLE_CC__ tests for the Apple compiler and its version.
1143    __STDC_VERSION__ tests for the C99 mode.  */
1144 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1145 # define __GNUC_STDC_INLINE__ 1
1146 #endif
1147
1148 /* Define to rpl_localtime if the replacement function should be used. */
1149 #undef localtime
1150
1151 /* Type of major device numbers. */
1152 #undef major_t
1153
1154 /* Define to rpl_malloc if the replacement function should be used. */
1155 #undef malloc
1156
1157 /* Define to a type if <wchar.h> does not define. */
1158 #undef mbstate_t
1159
1160 /* Type of minor device numbers. */
1161 #undef minor_t
1162
1163 /* Define to rpl_mktime if the replacement function should be used. */
1164 #undef mktime
1165
1166 /* Define to `int' if <sys/types.h> does not define. */
1167 #undef mode_t
1168
1169 /* Define to the type of st_nlink in struct stat, or a supertype. */
1170 #undef nlink_t
1171
1172 /* Define to `long int' if <sys/types.h> does not define. */
1173 #undef off_t
1174
1175 /* Define to `int' if <sys/types.h> does not define. */
1176 #undef pid_t
1177
1178 /* Define as the type of the result of subtracting two pointers, if the system
1179    doesn't define it. */
1180 #undef ptrdiff_t
1181
1182 /* Define to rpl_re_comp if the replacement should be used. */
1183 #undef re_comp
1184
1185 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1186 #undef re_compile_fastmap
1187
1188 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1189 #undef re_compile_pattern
1190
1191 /* Define to rpl_re_exec if the replacement should be used. */
1192 #undef re_exec
1193
1194 /* Define to rpl_re_match if the replacement should be used. */
1195 #undef re_match
1196
1197 /* Define to rpl_re_match_2 if the replacement should be used. */
1198 #undef re_match_2
1199
1200 /* Define to rpl_re_search if the replacement should be used. */
1201 #undef re_search
1202
1203 /* Define to rpl_re_search_2 if the replacement should be used. */
1204 #undef re_search_2
1205
1206 /* Define to rpl_re_set_registers if the replacement should be used. */
1207 #undef re_set_registers
1208
1209 /* Define to rpl_re_set_syntax if the replacement should be used. */
1210 #undef re_set_syntax
1211
1212 /* Define to rpl_re_syntax_options if the replacement should be used. */
1213 #undef re_syntax_options
1214
1215 /* Define to a replacement function name for realpath(). */
1216 #undef realpath
1217
1218 /* Define to rpl_regcomp if the replacement should be used. */
1219 #undef regcomp
1220
1221 /* Define to rpl_regerror if the replacement should be used. */
1222 #undef regerror
1223
1224 /* Define to rpl_regexec if the replacement should be used. */
1225 #undef regexec
1226
1227 /* Define to rpl_regfree if the replacement should be used. */
1228 #undef regfree
1229
1230 /* Define to the equivalent of the C99 'restrict' keyword, or to
1231    nothing if this is not supported.  Do not define if restrict is
1232    supported directly.  */
1233 #undef restrict
1234 /* Work around a bug in Sun C++: it does not support _Restrict, even
1235    though the corresponding Sun C compiler does, which causes
1236    "#define restrict _Restrict" in the previous line.  Perhaps some future
1237    version of Sun C++ will work with _Restrict; if so, it'll probably
1238    define __RESTRICT, just as Sun C does.  */
1239 #if defined __SUNPRO_CC && !defined __RESTRICT
1240 # define _Restrict
1241 #endif
1242
1243 /* Define to `unsigned int' if <sys/types.h> does not define. */
1244 #undef size_t
1245
1246 /* Define as a signed type of the same size as size_t. */
1247 #undef ssize_t
1248
1249 /* Define to rpl_strnlen if the replacement function should be used. */
1250 #undef strnlen
1251
1252 /* Define to `int' if <sys/types.h> doesn't define. */
1253 #undef uid_t
1254
1255 /* Define as a marker that can be attached to function parameter declarations
1256    for parameters that are not used.  This helps to reduce warnings, such as
1257    from GCC -Wunused-parameter.  */
1258 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1259 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
1260 #else
1261 # define _UNUSED_PARAMETER_
1262 #endif
1263
1264
1265 /* Define to rpl_utime if the replacement function should be used. */
1266 #undef utime
1267
1268 /* Define as a macro for copying va_list variables. */
1269 #undef va_copy