summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-12 15:15:17 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-12 15:15:17 +0100
commit6263c220df2b94ae8156c378dc5161779d894297 (patch)
tree52d1c3fd61d567edd0d9eab977f1acc44a7d754d /config.hin
parent1adb4535a31d825f10a5bd1ef10b52a7425073bd (diff)
downloadpatch-6263c220df2b94ae8156c378dc5161779d894297.tar.gz
Import of patch-2.4.tar.gzv2.4
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index 50d722e..ac2aa7e 100644
--- a/config.hin
+++ b/config.hin
@@ -54,6 +54,9 @@
/* Define if memchr works. */
#undef HAVE_MEMCHR
+/* Define if `struct utimbuf' is declared -- usually in <utime.h>. */
+#undef HAVE_STRUCT_UTIMBUF
+
/* Define if you have the _doprintf function. */
#undef HAVE__DOPRINTF
@@ -75,6 +78,9 @@
/* Define if you have the pathconf function. */
#undef HAVE_PATHCONF
+/* Define if you have the raise function. */
+#undef HAVE_RAISE
+
/* Define if you have the rename function. */
#undef HAVE_RENAME
@@ -111,5 +117,8 @@
/* 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
+
/* Define if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H