]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove duplicate config.h
authorOndřej Surý <ondrej@sury.org>
Sun, 29 Jul 2018 06:58:14 +0000 (08:58 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 8 Aug 2018 07:37:30 +0000 (09:37 +0200)
lib/dns/compress.c
lib/dns/spnego.c
lib/isc/strtoul.c
lib/isc/unix/ifiter_sysctl.c
lib/isc/win32/socket.c

index afacbabe5e8e622fbebaaf7a603472071aa674e6..ae80299cd656a7ca4a059e1e446ce070cefe09e0 100644 (file)
@@ -15,8 +15,6 @@
 
 #define DNS_NAME_USEINLINE 1
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>
 
index 4b40d26abd109af7f4ac9b5d98ce71adb70d2abb..0e84f315444927c6217a602c548f0adea81a15ea 100644 (file)
  * harmless in any case.
  */
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>
 #include <stdlib.h>
index c4c1707a60715aeb1a8477fcd97a67c0c8790ee3..6f9bfd6e6521c7c487a16ce74ff28b95c0d16c12 100644 (file)
@@ -45,9 +45,6 @@
 static char sccsid[] = "@(#)strtoul.c  8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 
-
-#include <config.h>
-
 #include <limits.h>
 #include <ctype.h>
 #include <errno.h>
index cc1bf93ffa9079aab9555981c5ab548335758c9d..33ecc69d5848cedbbf96c318ed9b560add4a924d 100644 (file)
@@ -18,8 +18,6 @@
  * and 19.16.
  */
 
-#include <config.h>
-
 #include <inttypes.h>
 
 #include <sys/param.h>
index a71ff30aa4b71dcc8b4080fd0d54922ae01cbc86..8d604585995239653df3f10702ac294b2e85bb88 100644 (file)
@@ -27,7 +27,6 @@
  */
 
 #define MAKE_EXTERNAL 1
-#include <config.h>
 
 #include <sys/types.h>