1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

I think I'm done with pcap upgrade and doug's pcap selectable_fd patch

This commit is contained in:
fyodor
2006-08-17 00:23:03 +00:00
parent 95d727ce3b
commit 3d9ccee8ff
12 changed files with 134 additions and 53 deletions

View File

@@ -356,9 +356,9 @@ AC_ARG_WITH(libpcap,
esac]
)
if test $linux = yes; then
have_libpcap=no
fi
#if test $linux = yes; then
# have_libpcap=no
#fi
if test $needs_cpp_precomp = yes; then
CXXFLAGS="-no-cpp-precomp $CXXFLAGS"