Skip to content

Commit

Permalink
Remove un-checked HAVE_RPC_TYPES_H as we have no test for it
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 19, 2017
1 parent 77457d5 commit 3484165
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions nbase/nbase_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@

#undef HAVE_MACH_O_DYLD_H

#undef HAVE_RPC_TYPES_H

#undef HAVE_SYS_STAT_H

#undef SPRINTF_RETURNS_STRING
Expand Down
5 changes: 0 additions & 5 deletions nmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions nping/nping.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3484165

Please sign in to comment.