aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-03 12:00:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-03 12:00:38 +0000
commit5900c0f76718a20382f0a76f320b53c5136e7210 (patch)
tree65e91f0d73a0389b78263b0d5087e85e144ba835 /src/config.h.in
parentd10cf2ba94f77279904d4046fdb5dabba4b3157f (diff)
utime() and utime.h adjustments for curl -R
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 62a020518..cfd34fd12 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -10,3 +10,9 @@
/* Define if you have strdup() */
#undef HAVE_STRDUP
+
+/* Define if you have utime() */
+#undef HAVE_UTIME
+
+/* Define if you have utime.h */
+#undef HAVE_UTIME_H