mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
updated mac specific include files
This commit is contained in:
parent
42eb74922d
commit
2cc16d89e6
2 changed files with 9 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue