diff options
author | Andrew Tridgell <tridge@opensolaris.home.tridgell.net> | 2010-11-15 22:54:09 -0500 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-17 23:55:39 +1100 |
commit | 1a6518072899593f64e115e2c8cd5f5f4c523a4c (patch) | |
tree | 01afd880130dd193c3d5378c5e623005fe5f423c /source4/heimdal_build | |
parent | e7dad42bc6cdf38d194a564c6ecdeb60cd4204c6 (diff) | |
download | samba-1a6518072899593f64e115e2c8cd5f5f4c523a4c.tar.gz samba-1a6518072899593f64e115e2c8cd5f5f4c523a4c.tar.bz2 samba-1a6518072899593f64e115e2c8cd5f5f4c523a4c.zip |
s4-heimdal: ask for non-atomic heimdal
this allows us to build with compilers other than gcc
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |