blob: 68ad1c64724a92f2351968c973b293154d2a8422 [file] [log] [blame]
Alex Deymod5664862016-06-28 16:26:00 -07001diff --git a/lib/curl_config.h b/lib/curl_config.h
Alex Deymo486467e2017-12-19 19:04:07 +01002index f9aef69e2..f5ba92735 100644
Alex Deymod5664862016-06-28 16:26:00 -07003--- a/lib/curl_config.h
4+++ b/lib/curl_config.h
Elliott Hughescac39802018-04-27 16:19:43 -07005@@ -473,7 +473,7 @@
Alex Deymod5664862016-06-28 16:26:00 -07006 #define HAVE_NETDB_H 1
Elliott Hughescac39802018-04-27 16:19:43 -07007
8 /* Define to 1 if you have the <netinet/in6.h> header file. */
9-#define HAVE_NETINET_IN6_H 1
10+/* #undef HAVE_NETINET_IN6_H */
11
12 /* Define to 1 if you have the <netinet/in.h> header file. */
13 #define HAVE_NETINET_IN_H 1
Alex Deymo486467e2017-12-19 19:04:07 +010014@@ -808,9 +815,6 @@
Alex Deymo16246822017-11-28 14:10:40 +010015 /* Define absolute filename for winbind's ntlm_auth helper. */
16 /* #undef NTLM_WB_FILE */
17
18-/* cpu-machine-OS */
19-#define OS "arm-unknown-linux-androideabi"
20-
21 /* Name of package */
22 #define PACKAGE "curl"
23
Alex Deymo486467e2017-12-19 19:04:07 +010024@@ -848,7 +852,7 @@
Alex Deymo16246822017-11-28 14:10:40 +010025 #define RECV_TYPE_ARG4 int
26
27 /* Define to the function return type for recv. */
28-#define RECV_TYPE_RETV int
29+#define RECV_TYPE_RETV ssize_t
30
31 /* Define as the return type of signal handlers (`int' or `void'). */
Alex Deymod5664862016-06-28 16:26:00 -070032 #define RETSIGTYPE void
Alex Deymo486467e2017-12-19 19:04:07 +010033@@ -866,7 +870,7 @@
Alex Deymo16246822017-11-28 14:10:40 +010034 #define SELECT_TYPE_ARG5 struct timeval *
Alex Deymod5664862016-06-28 16:26:00 -070035
Alex Deymo16246822017-11-28 14:10:40 +010036 /* Define to the function return type for select. */
37-#define SELECT_TYPE_RETV int
38+#define SELECT_TYPE_RETV ssize_t
Alex Deymod5664862016-06-28 16:26:00 -070039
Alex Deymo16246822017-11-28 14:10:40 +010040 /* Define to the type qualifier of arg 2 for send. */
41 #define SEND_QUAL_ARG2 const
Alex Deymo486467e2017-12-19 19:04:07 +010042@@ -884,7 +888,7 @@
Alex Deymo16246822017-11-28 14:10:40 +010043 #define SEND_TYPE_ARG4 int
44
Alex Deymod5664862016-06-28 16:26:00 -070045 /* Define to the function return type for send. */
Alex Deymo16246822017-11-28 14:10:40 +010046-#define SEND_TYPE_RETV int
47+#define SEND_TYPE_RETV ssize_t
48
Alex Deymo486467e2017-12-19 19:04:07 +010049 /* The size of `curl_off_t', as computed by sizeof. */
50 #define SIZEOF_CURL_OFF_T 8
51@@ -892,24 +896,9 @@
Alex Deymo16246822017-11-28 14:10:40 +010052 /* The size of `int', as computed by sizeof. */
53 #define SIZEOF_INT 4
Alex Deymod5664862016-06-28 16:26:00 -070054
55-/* The size of `long', as computed by sizeof. */
56-#define SIZEOF_LONG 4
57-
Alex Deymo16246822017-11-28 14:10:40 +010058-/* The size of `long long', as computed by sizeof. */
59-/* #undef SIZEOF_LONG_LONG */
60-
Alex Deymod5664862016-06-28 16:26:00 -070061-/* The size of `off_t', as computed by sizeof. */
62-#define SIZEOF_OFF_T 8
63-
Alex Deymo16246822017-11-28 14:10:40 +010064 /* The size of `short', as computed by sizeof. */
65 #define SIZEOF_SHORT 2
66
67-/* The size of `size_t', as computed by sizeof. */
68-#define SIZEOF_SIZE_T 4
69-
70-/* The size of `time_t', as computed by sizeof. */
71-#define SIZEOF_TIME_T 4
72-
Alex Deymod5664862016-06-28 16:26:00 -070073 /* Define to 1 if you have the ANSI C header files. */
74 #define STDC_HEADERS 1
Alex Deymo16246822017-11-28 14:10:40 +010075