aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-04 06:52:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-04 06:52:19 +0000
commitaa21a3d5c344e86b4bdfcc87b141b6117db315d9 (patch)
tree1e438f754c44c7d947efec430845f59358306a66 /src
parentfc33ad8cf284aa341b72048c51b5582754c51d25 (diff)
Eric's update
Diffstat (limited to 'src')
-rw-r--r--src/config-mac.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config-mac.h b/src/config-mac.h
index 9e8daf0e4..e43a9a593 100644
--- a/src/config-mac.h
+++ b/src/config-mac.h
@@ -1,3 +1,11 @@
+#define HAVE_UNISTD_H 1
+#define HAVE_FCNTL_H 1
+#define HAVE_UTIME_H 1
+#define HAVE_SYS_UTIME_H 1
+
+#define HAVE_SETVBUF 1
+#define HAVE_UTIME 1
+
#define main(x,y) curl_main(x,y)
/* we provide our own strdup prototype */