Remove duplicate #define __FAVOR_BSD in nmap.h

This commit is contained in:
kris 2007-01-21 16:40:46 +00:00
parent ba8defb238
commit 8471833bac

3
nmap.h
View file

@ -230,9 +230,6 @@ void *realloc();
#include <math.h>
#include <assert.h>
#ifndef __FAVOR_BSD
#define __FAVOR_BSD
#endif
#ifndef NETINET_TCP_H /* why does OpenBSD not do this? */
#include <netinet/tcp.h> /*#include <netinet/ip_tcp.h>*/
#define NETINET_TCP_H