]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove config.h references
authorEvan Hunt <each@isc.org>
Tue, 30 Oct 2018 17:42:41 +0000 (10:42 -0700)
committerEvan Hunt <each@isc.org>
Tue, 30 Oct 2018 17:42:41 +0000 (10:42 -0700)
lib/isc/include/isc/hmac.h
lib/isc/include/isc/md.h
lib/isc/include/isc/strerr.h

index 20bcde3d0aad02b8a28773f276dabe57b0500efd..aca85b4933b6bb5381ee20c2572836fa49e65272 100644 (file)
@@ -16,8 +16,6 @@
 
 #pragma once
 
-#include <config.h>
-
 #include <isc/lang.h>
 #include <isc/md.h>
 #include <isc/platform.h>
index a3f16ebd5b05840dea9c2a3d0e006ccac6658319..1645d4162e60ad49a5ce7ab15f6495670747936e 100644 (file)
@@ -16,8 +16,6 @@
 
 #pragma once
 
-#include <config.h>
-
 #include <isc/lang.h>
 #include <isc/platform.h>
 #include <isc/types.h>
index e3e0304dabd1862d6291fd96ab8e566816d45335..1d16819769872e591b6c10d95bd148399abf0b6e 100644 (file)
@@ -13,8 +13,6 @@
 
 /*! \file isc/strerr.h */
 
-#include <config.h>
-
 #include <string.h>
 
 #if defined(strerror_r)