mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Do the include thing differnetly for private headers
This commit is contained in:
@@ -3,7 +3,8 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
CINCLUDES = -I${srcdir}/include \
|
||||
CINCLUDES = -I${srcdir}/.. \
|
||||
-I${srcdir}/include \
|
||||
-I${srcdir}/../pthreads/include \
|
||||
-I${srcdir}/../include
|
||||
CDEFINES =
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include <isc/condition.h>
|
||||
#include <isc/socket.h>
|
||||
|
||||
#include "../util.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#define WINAPI /* we're not windows */
|
||||
|
Reference in New Issue
Block a user