From 6f5ff0ee04e2bcaf16bf2121c533bea38581cfe7 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 18 Jun 2021 10:39:35 +0200 Subject: configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r Closes #7276 --- lib/config-riscos.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/config-riscos.h') diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 413a36e33..0535137be 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -41,15 +41,6 @@ /* Define if you want the built-in manual */ #define USE_MANUAL -/* Define if you have the gethostbyaddr_r() function with 5 arguments */ -#undef 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 - /* Define if you have the gethostbyname_r() function with 3 arguments */ #undef HAVE_GETHOSTBYNAME_R_3 @@ -110,12 +101,6 @@ /* Define if you have the `geteuid' function. */ #undef HAVE_GETEUID -/* Define if you have the `gethostbyaddr' function. */ -#define HAVE_GETHOSTBYADDR - -/* Define if you have the `gethostbyaddr_r' function. */ -#undef HAVE_GETHOSTBYADDR_R - /* Define if you have the `gethostbyname_r' function. */ #undef HAVE_GETHOSTBYNAME_R -- cgit v1.2.1