1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Regenerate.

This commit is contained in:
Paul Eggert
2006-08-09 23:46:10 +00:00
parent 8c0eb21023
commit ade68b234a
92 changed files with 1875 additions and 1365 deletions

View File

@@ -805,6 +805,9 @@
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define to 1 if you have the `pipe' function. */
#undef HAVE_PIPE
/* Define to 1 if you have the <priv.h> header file. */
#undef HAVE_PRIV_H
@@ -893,9 +896,6 @@
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -1724,6 +1724,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* A replacement for va_copy, if needed. */
#define gl_va_copy(a,b) ((a) = (b))
/* Define to rpl_gmtime if the replacement function should be used. */
#undef gmtime
@@ -1884,6 +1887,9 @@
/* Define to rpl_utime if the replacement function should be used. */
#undef utime
/* Define as a macro for copying va_list variables. */
#undef va_copy
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile