Author: jan
Date: 2007-06-22 14:13:02 +0200 (Fri, 22 Jun 2007)
New Revision: 235

Modified:
   trunk/openvas-libnasl/ChangeLog
   trunk/openvas-libnasl/include/nasl_udp.h
Log:
* include/nasl_udp.h: Renamed HAVE_NETINET_UDP_H to
HAVE_STRUCT_UDPHDR, because the first does not exist anywhere
and the latter in fact tests what the first has in its name.
This bugfix allows to _really_ go without nessus-libpcap.


Modified: trunk/openvas-libnasl/ChangeLog
===================================================================
--- trunk/openvas-libnasl/ChangeLog     2007-06-21 19:36:50 UTC (rev 234)
+++ trunk/openvas-libnasl/ChangeLog     2007-06-22 12:13:02 UTC (rev 235)
@@ -1,3 +1,10 @@
+2007-06-22  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       * include/nasl_udp.h: Renamed HAVE_NETINET_UDP_H to
+       HAVE_STRUCT_UDPHDR, because the first does not exist anywhere
+       and the latter in fact tests what the first has in its name.
+       This bugfix allows to _really_ go without nessus-libpcap.
+
 2007-05-14  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        * nasl/Makefile: Fixed stupid syntax error.

Modified: trunk/openvas-libnasl/include/nasl_udp.h
===================================================================
--- trunk/openvas-libnasl/include/nasl_udp.h    2007-06-21 19:36:50 UTC (rev 
234)
+++ trunk/openvas-libnasl/include/nasl_udp.h    2007-06-22 12:13:02 UTC (rev 
235)
@@ -1,7 +1,7 @@
 #ifndef NESSUS_UDP_H__
 #define NESSUS_UDP_H__
 
-#ifdef HAVE_NETINET_UDP_H
+#ifdef HAVE_STRUCT_UDPHDR
 #include <netinet/udp.h>
 #endif
 

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to