updated mac specific include files
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Nov 2001 12:40:36 +0000 (12:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Nov 2001 12:40:36 +0000 (12:40 +0000)
config-mac.h
src/config-mac.h [new file with mode: 0644]

index a0b52f4..8915def 100644 (file)
@@ -36,4 +36,6 @@
 #define HAVE_RAND_STATUS       1
 #define HAVE_RAND_EGD          1
 
-#include <GUSIExtra.h>
+#define HAVE_FIONBIO        1
+
+#include "GUSIExtra.h"
diff --git a/src/config-mac.h b/src/config-mac.h
new file mode 100644 (file)
index 0000000..949a22f
--- /dev/null
@@ -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);