1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

remove PCAP_TIMEOUT_IGNORED define since it isn't used anywhere currently

This commit is contained in:
fyodor
2009-05-20 21:15:37 +00:00
parent 9f21ec234c
commit dd7dcdf706
3 changed files with 0 additions and 7 deletions

4
configure vendored
View File

@@ -4813,10 +4813,6 @@ _ACEOF
#define LINUX 1
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define PCAP_TIMEOUT_IGNORED 1
_ACEOF
# libpcap doesn't even LOOK at the timeout you give it under Linux
LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support
;;
*-apple-darwin*)

View File

@@ -177,7 +177,6 @@ case "$host" in
;;
*-linux*)
AC_DEFINE(LINUX)
AC_DEFINE(PCAP_TIMEOUT_IGNORED) # libpcap doesn't even LOOK at the timeout you give it under Linux
LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support
;;
*-apple-darwin*)

View File

@@ -93,8 +93,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#undef PCAP_TIMEOUT_IGNORED
#undef HAVE_STRUCT_IP
#undef HAVE_NANOSLEEP