Merge branch 'config.h-fixes' into 'master'

Replace "config.h" with <config.h>

See merge request isc-projects/bind9!660
This commit is contained in:
Ondřej Surý
2018-08-16 06:54:57 -04:00
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>

View File

@@ -10,7 +10,7 @@
*/
#include "config.h"
#include <config.h>
#include <isc/net.h>
#include <isc/print.h>

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#ifndef HAVE_LMDB
#error This program requires the LMDB library.

View File

@@ -11,7 +11,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <dns/clientinfo.h>

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View File

@@ -12,7 +12,7 @@
/*! \file isc/aes.c */
#include "config.h"
#include <config.h>
#include <isc/assertions.h>
#include <isc/aes.h>

View File

@@ -12,7 +12,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#include <inttypes.h>

View File

@@ -11,7 +11,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <stdbool.h>

View File

@@ -15,7 +15,7 @@
* draft-ietf-dnsext-tsig-sha-01.txt.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>

View File

@@ -10,7 +10,7 @@
*/
#include "config.h"
#include <config.h>
#include <stdio.h>

View File

@@ -27,7 +27,7 @@
* will fill a supplied 16-byte array with the digest.
*/
#include "config.h"
#include <config.h>
#include <stdbool.h>