aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-07 09:53:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-07 09:53:21 +0000
commit5a8d1c4cd1e6499ec80ee4436baea76b80f76d12 (patch)
treea2f0af1bad4735d44171ab5b1feea0f70ccb842d /src/config.h.in
parent46372c04ee06d75e2b7c0c60b1f80ee926a45749 (diff)
HAVE_SYS_UTIME_H adjustments
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in
index cfd34fd12..31825bf65 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -14,5 +14,8 @@
/* Define if you have utime() */
#undef HAVE_UTIME
-/* Define if you have utime.h */
+/* Define if you have the <utime.h> header file */
#undef HAVE_UTIME_H
+
+/* Define if you have thhe <sys/utime.h> header file */
+#undef HAVE_SYS_UTIME_H