updated mac specific include files
This commit is contained in:
parent
42eb74922d
commit
2cc16d89e6
@ -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
6
src/config-mac.h
Normal 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);
|
Loading…
Reference in New Issue
Block a user