summaryrefslogtreecommitdiff
path: root/lib/config-mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r--lib/config-mac.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index 4a66edf6b..2d3eec3cb 100644
--- a/lib/config-mac.h
+++ b/lib/config-mac.h
@@ -34,6 +34,11 @@
#define OS "mac"
#endif
+#include <ConditionalMacros.h>
+#if TYPE_LONGLONG
+#define HAVE_LONGLONG 1
+#endif
+
/* Define if you want the built-in manual */
#define USE_MANUAL 1
@@ -77,7 +82,13 @@
#define HAVE_IOCTL_FIONBIO 1
#define SIZEOF_INT 4
+#define SIZEOF_LONG 4
#define SIZEOF_SIZE_T 4
+#ifdef HAVE_LONGLONG
+#define SIZEOF_CURL_OFF_T 8
+#else
+#define SIZEOF_CURL_OFF_T 4
+#endif
#define HAVE_RECV 1
#define RECV_TYPE_ARG1 int