aboutsummaryrefslogtreecommitdiff
path: root/config-mac.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-04 06:52:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-04 06:52:19 +0000
commitaa21a3d5c344e86b4bdfcc87b141b6117db315d9 (patch)
tree1e438f754c44c7d947efec430845f59358306a66 /config-mac.h
parentfc33ad8cf284aa341b72048c51b5582754c51d25 (diff)
Eric's update
Diffstat (limited to 'config-mac.h')
-rw-r--r--config-mac.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/config-mac.h b/config-mac.h
index 8915defa6..2328ada13 100644
--- a/config-mac.h
+++ b/config-mac.h
@@ -31,11 +31,15 @@
//#define HAVE_STRICMP 1
#define HAVE_SIGACTION 1
-#define USE_SSLEAY 1
-#define USE_OPENSSL 1
+#ifdef MACOS_SSL_SUPPORT
+# define USE_SSLEAY 1
+# define USE_OPENSSL 1
+#endif
+
#define HAVE_RAND_STATUS 1
#define HAVE_RAND_EGD 1
#define HAVE_FIONBIO 1
-#include "GUSIExtra.h"
+#include <extra/stricmp.h>
+#include <extra/strdup.h>