]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix python compile with swig 2.0.2 (have not tested with 2.0.2, but likely).
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 28 Feb 2011 08:10:54 +0000 (08:10 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 28 Feb 2011 08:10:54 +0000 (08:10 +0000)
Changelog
contrib/python/ldns.i

index 4fd7264af52655f6e57e0a1c920d3cfdb8295f71..a21c4a9498817b57ca4de965564c1b257e1ba245 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,7 @@
          ldns_rdf2str().
        * Added more memory allocation checks in host2str.c
        * python wrapper for ldns_fetch_valid_domain_keys by Bedrich Kosata.
+       * fix to compile python wrapper with swig 2.0.2.
 
 1.6.8  2011-01-24
        * Fix ldns zone, so that $TTL definition match RFC 2308.
index 626d5d7c9b522962a9214dfc7cb0369566ca8016..ddd0a51bbafb2ddbee3262fe23c3a8469c0cae9f 100644 (file)
@@ -113,13 +113,13 @@ uint32_t ldns_read_timeval_usec(struct timeval* t) {
 %include <ldns/higher.h>
   %include <ldns/host2str.h>
   %include <ldns/host2wire.h>
-%include <ldns/net.h>//ruzne fce
+%include <ldns/net.h>
   %include <ldns/packet.h>
   %include <ldns/rdata.h>
   %include <ldns/resolver.h>
   %include <ldns/rr.h>
 %include <ldns/str2host.h>
-%include <ldns/tsig.h> //potrebuje wire
+%include <ldns/tsig.h>
   %include <ldns/update.h>
 %include <ldns/wire2host.h>
   %include <ldns/rr_functions.h>