diff options
author | dartraiden <wowemuh@gmail.com> | 2023-10-11 18:36:33 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-10-11 18:38:34 +0300 |
commit | b7dfc6fda6f6b461f45a2ce457911bf128160208 (patch) | |
tree | 795d58d5d6d83c483022c3e14640f5999d0c0623 /libs/libcurl/src/config-os400.h | |
parent | f40b2ce583f05b0756c4552f2e46535bea2c0c39 (diff) |
libcurl: update to 8.4.0
Diffstat (limited to 'libs/libcurl/src/config-os400.h')
-rw-r--r-- | libs/libcurl/src/config-os400.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/libcurl/src/config-os400.h b/libs/libcurl/src/config-os400.h index 35e95018a9..ff7b8afaa5 100644 --- a/libs/libcurl/src/config-os400.h +++ b/libs/libcurl/src/config-os400.h @@ -149,18 +149,12 @@ /* Define if you have the `signal' function. */
#undef HAVE_SIGNAL
-/* Define if you have the <signal.h> header file. */
-#define HAVE_SIGNAL_H
-
/* Define if you have the `socket' function. */
#define HAVE_SOCKET
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
-/* Define if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H
-
/* The following define is needed on OS400 to enable strcmpi(), stricmp() and
strdup(). */
@@ -181,9 +175,6 @@ /* Define if you have the <strings.h> header file. */
#define HAVE_STRINGS_H
-/* Define if you have the <string.h> header file. */
-#define HAVE_STRING_H
-
/* Define if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
@@ -226,9 +217,6 @@ /* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
-/* Define if you have the <time.h> header file. */
-#define HAVE_TIME_H
-
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H
@@ -259,9 +247,6 @@ /* Define if you have the ANSI C header files. */
#define STDC_HEADERS
-/* Define if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME
-
/* Define to enable HTTP3 support (experimental, requires NGTCP2, QUICHE or
MSH3) */
#undef ENABLE_QUIC
|