From 6c85bcc9723f662cd6d1075586758694574e42d7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 10:30:17 +0000 Subject: r18154: try to get the heimdal_build code to use libreplace in a better way (chasing down build failures ...) added showflags as part of 'all' target, which makes tracking down problems easier in the build farm (This used to be commit d52aaccdf8a537dc8de8db7c30ff0ab076c4c63f) --- source4/heimdal_build/config.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 5c1d55ca9a..f7adedd2d4 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -6,10 +6,8 @@ #ifndef HAVE_HEIMDAL_CONFIG_H #define HAVE_HEIMDAL_CONFIG_H 1 -/* bring in the samba4 config.h */ #include "include/config.h" - -#ifdef HAVE_KRB5 +#include "replace.h" #define RCSID(msg) @@ -41,14 +39,6 @@ /* these should be done with configure tests */ #define KRB5 -#include -#include -#ifdef HAVE_INTTYPES_H -#include -#endif -#include "lib/replace/replace.h" -#endif - /* we need to tell roken about the functions that Samba replaces in lib/replace */ #ifndef HAVE_SETEUID #define HAVE_SETEUID 1 -- cgit