summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-09 23:46:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-09 23:46:10 +0000
commitade68b234a924c087ef29e071aee39e398d2d705 (patch)
treecc4a383708bb97db92e935114a871a8cda2ef5bc /config.hin
parent8c0eb2102361daa546c0b244e21de554fdd73fab (diff)
downloadcoreutils-ade68b234a924c087ef29e071aee39e398d2d705.tar.xz
Regenerate.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.hin b/config.hin
index a769ceacd..644d56715 100644
--- a/config.hin
+++ b/config.hin
@@ -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