diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 10:39:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:52:21 +0200 |
commit | 6f5ff0ee04e2bcaf16bf2121c533bea38581cfe7 (patch) | |
tree | 1bf3a868c29c4e9bb25224e19850b9687b17aa22 /lib/config-os400.h | |
parent | f471efa78c64e405b61a195f072f8b759905f43f (diff) | |
download | curl-6f5ff0ee04e2bcaf16bf2121c533bea38581cfe7.tar.gz |
configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r
Closes #7276
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 3f5d9c5b3..cff9c3e62 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -39,15 +39,6 @@ /* Define cpu-machine-OS */ #define OS "OS/400" -/* Define if you have the gethostbyaddr_r() function with 5 arguments */ -#define HAVE_GETHOSTBYADDR_R_5 - -/* Define if you have the gethostbyaddr_r() function with 7 arguments */ -#undef HAVE_GETHOSTBYADDR_R_7 - -/* Define if you have the gethostbyaddr_r() function with 8 arguments */ -#undef HAVE_GETHOSTBYADDR_R_8 - /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its * prototype is incompatible with the "standard" one (1st argument is not * const). However, getaddrinfo() is supported (ASCII version defined as @@ -103,12 +94,6 @@ /* Define if you have the `geteuid' function. */ #define HAVE_GETEUID -/* Define if you have the `gethostbyaddr' function. */ -#define HAVE_GETHOSTBYADDR - -/* Define if you have the `gethostbyaddr_r' function. */ -#define HAVE_GETHOSTBYADDR_R - /* Define if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME |