diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 12:40:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 12:40:36 +0000 |
commit | 2cc16d89e6f6eee747d9aff875b683ccc5305c2c (patch) | |
tree | aa96b1a0ceca85218dd7ec66eadd7572310d5ebe /src | |
parent | 42eb74922de42e6e7823124d188f9e3776cf20b6 (diff) |
updated mac specific include files
Diffstat (limited to 'src')
-rw-r--r-- | src/config-mac.h | 6 |
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); |