[Openvas-commits] r2679 - trunk/openvas-server
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 5 20:46:26 CET 2009
Author: kost
Date: 2009-03-05 20:46:25 +0100 (Thu, 05 Mar 2009)
New Revision: 2679
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/configure
trunk/openvas-server/configure.in
Log:
Removal of PCAP_TIMEOUT_IGNORED which is not used any more in the source
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2009-03-05 19:44:19 UTC (rev 2678)
+++ trunk/openvas-server/ChangeLog 2009-03-05 19:46:25 UTC (rev 2679)
@@ -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 Felix Wolfsteller <felix.wolfsteller at intevation.de>
Increased the required openvas-libraries version (2.0.2), for updated
Modified: trunk/openvas-server/configure
===================================================================
--- trunk/openvas-server/configure 2009-03-05 19:44:19 UTC (rev 2678)
+++ trunk/openvas-server/configure 2009-03-05 19:46:25 UTC (rev 2679)
@@ -12728,11 +12728,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-server/configure.in
===================================================================
--- trunk/openvas-server/configure.in 2009-03-05 19:44:19 UTC (rev 2678)
+++ trunk/openvas-server/configure.in 2009-03-05 19:46:25 UTC (rev 2679)
@@ -661,8 +661,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