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

View File

@ -36,4 +36,6 @@
#define HAVE_RAND_STATUS 1
#define HAVE_RAND_EGD 1
#include <GUSIExtra.h>
#define HAVE_FIONBIO 1
#include "GUSIExtra.h"

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