[Openvas-commits] r174 - trunk/openvas-libraries

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 26 11:12:50 CEST 2007


Author: jan
Date: 2007-04-26 11:12:49 +0200 (Thu, 26 Apr 2007)
New Revision: 174

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/configure.in
Log:
configure.in: Removed cygwin stuff.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-04-24 15:05:07 UTC (rev 173)
+++ trunk/openvas-libraries/ChangeLog	2007-04-26 09:12:49 UTC (rev 174)
@@ -1,3 +1,13 @@
+2007-04-26  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* configure.in: Removed cygwin stuff.
+
+2007-04-24  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* configure.in, Makefile, INSTALL_README: Removed handling of "uninstall-nessus".
+
+	* uninstall-nessus.in: Removed.
+
 2007-04-12  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	Removing various Windows related files.

Modified: trunk/openvas-libraries/configure.in
===================================================================
--- trunk/openvas-libraries/configure.in	2007-04-24 15:05:07 UTC (rev 173)
+++ trunk/openvas-libraries/configure.in	2007-04-26 09:12:49 UTC (rev 174)
@@ -493,29 +493,8 @@
  pcap_distclean="pcap-distclean"
 fi
 
-case "$host" in
 
- *-cygwin*)
-    AC_DEFINE(_CYGWIN_)
-    AC_HAVE_LIBRARY(wpcap, , AC_MSG_ERROR("Your system lacks the libwpcap"))
-    AC_HAVE_LIBRARY(Packet, , AC_MSG_ERROR("Your system lacks the libPacket")) 
-    AC_HAVE_LIBRARY(ws2_32, with_ws2_32="-lws2_32")
-    syspcap="-DSYSTEM_PCAP"
-    pcap_flag="-lwpcap -lPacket"
-    pcap_dir=""
-    BUILD_PCAP=""
-    pcap_install=""
-    pcap_make=""
-    pcap_clean=""
-    pcap_distclean=""
-    ;;
- *)
-    ;;
-esac   
 
-
-
-
 dnl This test is from the configure.in of Unix Network Programming second
 dnl edition example code by W. Richard Stevens
 dnl ##################################################################



More information about the Openvas-commits mailing list