From af0574378b3e73ffe637618e2f504d58735d6543 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 06:36:19 +0000 Subject: r8450: more configure tests for solaris. It now builds some binaries, but fails in the ejs floating point code. (This used to be commit 30e1b6140e9f6246cb66eef7cf108d1ccf62bd40) --- source4/heimdal_build/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 02b3705ba1..6bbe947155 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -3,6 +3,9 @@ Samba source tree */ +#ifndef HAVE_HEIMDAL_CONFIG_H +#define HAVE_HEIMDAL_CONFIG_H 1 + /* bring in the samba4 config.h */ #include "include/config.h" @@ -42,3 +45,5 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include #include "lib/replace/replace.h" #endif + +#endif -- cgit