aboutsummaryrefslogtreecommitdiff
path: root/src/config-mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-mac.h')
-rw-r--r--src/config-mac.h6
1 files changed, 6 insertions, 0 deletions
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);