[Openvas-commits] r2680 - trunk/openvas-client
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 5 20:47:42 CET 2009
Author: kost
Date: 2009-03-05 20:47:40 +0100 (Thu, 05 Mar 2009)
New Revision: 2680
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/configure
trunk/openvas-client/configure.in
Log:
Removal of PCAP_TIMEOUT_IGNORED which is not used any more in the source
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-03-05 19:46:25 UTC (rev 2679)
+++ trunk/openvas-client/ChangeLog 2009-03-05 19:47:40 UTC (rev 2680)
@@ -1,3 +1,8 @@
+2008-04-05 Vlatko Kosturjak <kost at linux.hr>
+
+ * configure, configure.in: Removal of PCAP_TIMEOUT_IGNORED which
+ is not used any more in the source
+
2009-03-05 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
Introducing the "Extras" menu to collect helpers and not let
Modified: trunk/openvas-client/configure
===================================================================
--- trunk/openvas-client/configure 2009-03-05 19:46:25 UTC (rev 2679)
+++ trunk/openvas-client/configure 2009-03-05 19:47:40 UTC (rev 2680)
@@ -10985,11 +10985,6 @@
#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
;;
*-freebsd*)
cat >>confdefs.h <<\_ACEOF
Modified: trunk/openvas-client/configure.in
===================================================================
--- trunk/openvas-client/configure.in 2009-03-05 19:46:25 UTC (rev 2679)
+++ trunk/openvas-client/configure.in 2009-03-05 19:47:40 UTC (rev 2680)
@@ -459,8 +459,6 @@
*-linux*)
linux=yes
AC_DEFINE(LINUX)
- AC_DEFINE(PCAP_TIMEOUT_IGNORED) # libpcap doesn't even LOOK at
- # the timeout you give it under Linux
;;
*-freebsd*)
AC_DEFINE(FREEBSD)
More information about the Openvas-commits
mailing list