1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 12:29:03 +00:00

Remove un-checked HAVE_RPC_TYPES_H as we have no test for it

This commit is contained in:
dmiller
2017-04-19 14:24:43 +00:00
parent 77457d5f9b
commit 34841655c3
3 changed files with 0 additions and 11 deletions

View File

@@ -221,8 +221,6 @@
#undef HAVE_MACH_O_DYLD_H
#undef HAVE_RPC_TYPES_H
#undef HAVE_SYS_STAT_H
#undef SPRINTF_RETURNS_STRING

5
nmap.h
View File

@@ -166,11 +166,6 @@
#include <sys/param.h> /* Defines MAXHOSTNAMELEN on BSD*/
#endif
#if HAVE_RPC_TYPES_H
/* Is this needed any more since rpcgrind was converted to NSE? */
#include <rpc/types.h>
#endif
/* For systems without SCTP in netinet/in.h, such as MacOS X */
#ifndef IPPROTO_SCTP
#define IPPROTO_SCTP 132

View File

@@ -191,10 +191,6 @@
#include <sys/param.h> /* Defines MAXHOSTNAMELEN on BSD*/
#endif
#if HAVE_RPC_TYPES_H
#include <rpc/types.h>
#endif
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif