mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Eric's update
This commit is contained in:
parent
fc33ad8cf2
commit
aa21a3d5c3
10
config-mac.h
10
config-mac.h
@ -31,11 +31,15 @@
|
|||||||
//#define HAVE_STRICMP 1
|
//#define HAVE_STRICMP 1
|
||||||
#define HAVE_SIGACTION 1
|
#define HAVE_SIGACTION 1
|
||||||
|
|
||||||
#define USE_SSLEAY 1
|
#ifdef MACOS_SSL_SUPPORT
|
||||||
#define USE_OPENSSL 1
|
# define USE_SSLEAY 1
|
||||||
|
# define USE_OPENSSL 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define HAVE_RAND_STATUS 1
|
#define HAVE_RAND_STATUS 1
|
||||||
#define HAVE_RAND_EGD 1
|
#define HAVE_RAND_EGD 1
|
||||||
|
|
||||||
#define HAVE_FIONBIO 1
|
#define HAVE_FIONBIO 1
|
||||||
|
|
||||||
#include "GUSIExtra.h"
|
#include <extra/stricmp.h>
|
||||||
|
#include <extra/strdup.h>
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
#define HAVE_UNISTD_H 1
|
||||||
|
#define HAVE_FCNTL_H 1
|
||||||
|
#define HAVE_UTIME_H 1
|
||||||
|
#define HAVE_SYS_UTIME_H 1
|
||||||
|
|
||||||
|
#define HAVE_SETVBUF 1
|
||||||
|
#define HAVE_UTIME 1
|
||||||
|
|
||||||
#define main(x,y) curl_main(x,y)
|
#define main(x,y) curl_main(x,y)
|
||||||
|
|
||||||
/* we provide our own strdup prototype */
|
/* we provide our own strdup prototype */
|
||||||
|
Loading…
Reference in New Issue
Block a user