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:
@@ -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
5
nmap.h
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user