summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorKen Foskey <waratah@openoffice.org>2002-10-07 12:33:45 +0000
committerKen Foskey <waratah@openoffice.org>2002-10-07 12:33:45 +0000
commitecbf288c591821ab9baa79563e14e9d01d28b9f9 (patch)
treeb9a67822a18f5f26fe21d6552bef94333930478f /dmake
parentb4820422e591329e1c1c92d14b0c19e5307bdd06 (diff)
dmake: Additional header checks for better source control
Diffstat (limited to 'dmake')
-rw-r--r--dmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in
index 15824ba9cf8e..a0bf18d8e734 100644
--- a/dmake/config.h.in
+++ b/dmake/config.h.in
@@ -63,6 +63,9 @@
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
+/* Define if you have the <spawn.h> header file. */
+#undef HAVE_SPAWN_H
+
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
@@ -80,3 +83,6 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Define if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H