1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

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