From 34841655c3084315dca511aab60972b937fbe74d Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 19 Apr 2017 14:24:43 +0000 Subject: [PATCH] Remove un-checked HAVE_RPC_TYPES_H as we have no test for it --- nbase/nbase_config.h.in | 2 -- nmap.h | 5 ----- nping/nping.h | 4 ---- 3 files changed, 11 deletions(-) diff --git a/nbase/nbase_config.h.in b/nbase/nbase_config.h.in index 802dfa4fa..4d5c8e51d 100644 --- a/nbase/nbase_config.h.in +++ b/nbase/nbase_config.h.in @@ -221,8 +221,6 @@ #undef HAVE_MACH_O_DYLD_H -#undef HAVE_RPC_TYPES_H - #undef HAVE_SYS_STAT_H #undef SPRINTF_RETURNS_STRING diff --git a/nmap.h b/nmap.h index b7f3e805c..e896249b7 100644 --- a/nmap.h +++ b/nmap.h @@ -166,11 +166,6 @@ #include /* Defines MAXHOSTNAMELEN on BSD*/ #endif -#if HAVE_RPC_TYPES_H -/* Is this needed any more since rpcgrind was converted to NSE? */ -#include -#endif - /* For systems without SCTP in netinet/in.h, such as MacOS X */ #ifndef IPPROTO_SCTP #define IPPROTO_SCTP 132 diff --git a/nping/nping.h b/nping/nping.h index 66a5ed5c4..39a332756 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -191,10 +191,6 @@ #include /* Defines MAXHOSTNAMELEN on BSD*/ #endif -#if HAVE_RPC_TYPES_H - #include -#endif - #if HAVE_SYS_SOCKET_H #include #endif