diff options
Diffstat (limited to 'source4/heimdal_build/config.h')
-rw-r--r-- | source4/heimdal_build/config.h | 12 |
1 files changed, 1 insertions, 11 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 |