summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/heimdal_build/config.h12
-rw-r--r--source4/main.mk2
2 files changed, 2 insertions, 12 deletions
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 <sys/types.h>
-#include <stdarg.h>
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
-#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
diff --git a/source4/main.mk b/source4/main.mk
index 6be785e0ce..cb8dbc1848 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -1,4 +1,4 @@
-all: $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules
+all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules
include dynconfig.mk
include heimdal_build/config.mk