updated mac specific include files

This commit is contained in:
Daniel Stenberg
2001-11-29 12:40:36 +00:00
parent 42eb74922d
commit 2cc16d89e6
2 changed files with 9 additions and 1 deletions

6
src/config-mac.h Normal file
View File

@@ -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);