From 1a6518072899593f64e115e2c8cd5f5f4c523a4c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Nov 2010 22:54:09 -0500 Subject: s4-heimdal: ask for non-atomic heimdal this allows us to build with compilers other than gcc --- source4/heimdal_build/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 71ef3e983f..0fdb292c96 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -43,4 +43,7 @@ #define LIBINTL #endif +/* heimdal now wants some atomic ops - ask for the non-atomic ones for Samba */ +#define HEIM_BASE_NON_ATOMIC 1 + #endif -- cgit