From 2cc16d89e6f6eee747d9aff875b683ccc5305c2c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Nov 2001 12:40:36 +0000 Subject: updated mac specific include files --- src/config-mac.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/config-mac.h (limited to 'src') diff --git a/src/config-mac.h b/src/config-mac.h new file mode 100644 index 000000000..949a22f64 --- /dev/null +++ b/src/config-mac.h @@ -0,0 +1,6 @@ +#include "GUSICommandLine.h" + +#define main(x,y) curl_main(x,y) + +/* we provide our own strdup prototype */ +char *strdup(const char *s1); -- cgit v1.2.3