commit 0822b94
hovercats
·
2024-02-07 16:23:52 +0000 UTC
parent 29fcadd
curl: correct probe in curl_config.h
1 files changed,
+3,
-3
+3,
-3
1@@ -265,11 +265,11 @@
2 #define SIZEOF_CURL_OFF_T 8
3 #define SIZEOF_CURL_SOCKET_T 4
4 #define SIZEOF_INT 4
5-#define SIZEOF_LONG 8
6+/* probe SIZEOF_LONG */
7 /* #undef SIZEOF_LONG_LONG */
8 #define SIZEOF_OFF_T 8
9-#define SIZEOF_SIZE_T 8
10-#define SIZEOF_TIME_T 8
11+/* probe SIZEOF_SIZE_T */
12+/* probe SIZEOF_TIME_T */
13 #define STDC_HEADERS 1
14 /* #undef USE_AMISSL */
15 /* #undef USE_ARES */