summaryrefslogtreecommitdiff
path: root/pkg/curl/curl_config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-10-16 20:03:05 -0700
committerMichael Forney <mforney@mforney.org>2018-10-18 15:27:53 -0700
commit6673d9ab5267ff9cfc85f22c38fed5c5e0916df5 (patch)
tree1ff249f091dc40bb3f4f6d7ffe8838bd2f5adc23 /pkg/curl/curl_config.h
parent96bcd25021135928929e629fb9d3a86571e11e26 (diff)
curl: Probe for size of size_t, time_t and long
There are still several more SIZEOF_* constants in curl_config.h, but they seem to match for architectures we care about.
Diffstat (limited to 'pkg/curl/curl_config.h')
-rw-r--r--pkg/curl/curl_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
index f0df3106..cf75e62f 100644
--- a/pkg/curl/curl_config.h
+++ b/pkg/curl/curl_config.h
@@ -295,12 +295,12 @@
#define SEND_TYPE_RETV ssize_t
#define SIZEOF_CURL_OFF_T 8
#define SIZEOF_INT 4
-#define SIZEOF_LONG 8
+/* probe SIZEOF_LONG */
/* #undef SIZEOF_LONG_LONG */
#define SIZEOF_OFF_T 8
#define SIZEOF_SHORT 2
-#define SIZEOF_SIZE_T 8
-#define SIZEOF_TIME_T 8
+/* probe SIZEOF_SIZE_T */
+/* probe SIZEOF_TIME_T */
#define STDC_HEADERS 1
#define STRERROR_R_TYPE_ARG3 size_t
#define TIME_WITH_SYS_TIME 1