2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

include config.h

This commit is contained in:
Bob Halley
1998-12-12 19:25:20 +00:00
parent f41f183f62
commit d25afd60ee
24 changed files with 50 additions and 4 deletions

View File

@@ -15,17 +15,16 @@
* SOFTWARE.
*/
#include <sys/types.h>
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <isc/assertions.h>
#include <isc/error.h>
#include <isc/mem.h>
#ifndef ISC_SINGLETHREADED
#include <isc/mutex.h>
#endif