1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 12:06:35 +00:00

mac os x portability fix from christophe thil

This commit is contained in:
fyodor
2007-03-16 09:58:25 +00:00
parent 94b77b4980
commit 7f12aaafe6
4 changed files with 8 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
#define NAMEIPLEN MAXHOSTNAMELEN+INET6_ADDRSTRLEN
#ifdef WIN32
#if defined(WIN32) || defined(MACOSX)
#define ICMP_ECHOREPLY 0
#define ICMP_DEST_UNREACH 3
#define ICMP_ECHO 8