Commit 2cc16d89 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

updated mac specific include files

parent 42eb7492
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,4 +36,6 @@
#define HAVE_RAND_STATUS	1
#define HAVE_RAND_EGD		1

#include <GUSIExtra.h>
#define HAVE_FIONBIO        1

#include "GUSIExtra.h"

src/config-mac.h

0 → 100644
+6 −0
Original line number Diff line number Diff line
#include "GUSICommandLine.h"

#define main(x,y) curl_main(x,y)

/* we provide our own strdup prototype */
char *strdup(const char *s1);