BIND 10 trac1245, updated. aa5fd84d438cf165c9836fa545d15c33781401af [1245] remove #include <config.h>

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 16 22:27:47 UTC 2011


The branch, trac1245 has been updated
       via  aa5fd84d438cf165c9836fa545d15c33781401af (commit)
      from  fac67afceead36ba7296e194942811d9ed3b437b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa5fd84d438cf165c9836fa545d15c33781401af
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Sep 16 22:27:29 2011 +0000

    [1245] remove #include <config.h>

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/python/pydnspp.cc        |    2 --
 src/lib/dns/python/pydnspp_common.cc |    3 ---
 2 files changed, 0 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/pydnspp.cc b/src/lib/dns/python/pydnspp.cc
index 71be32c..9d6bc56 100644
--- a/src/lib/dns/python/pydnspp.cc
+++ b/src/lib/dns/python/pydnspp.cc
@@ -27,8 +27,6 @@
 #include <Python.h>
 #include <structmember.h>
 
-#include <config.h>
-
 #include "pydnspp_common.h"
 /* Note that we do forward declarations of the initialization functions here,
  * and these are not defined in headers (since they are not to be used in any
diff --git a/src/lib/dns/python/pydnspp_common.cc b/src/lib/dns/python/pydnspp_common.cc
index 4a2ad16..d47177b 100644
--- a/src/lib/dns/python/pydnspp_common.cc
+++ b/src/lib/dns/python/pydnspp_common.cc
@@ -15,9 +15,6 @@
 #include <Python.h>
 #include <pydnspp_common.h>
 
-
-#include <config.h>
-
 #include <exceptions/exceptions.h>
 
 #include <util/buffer.h>




More information about the bind10-changes mailing list