summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@opensolaris.home.tridgell.net>2010-11-15 22:54:09 -0500
committerAndrew Tridgell <tridge@samba.org>2010-11-17 23:55:39 +1100
commit1a6518072899593f64e115e2c8cd5f5f4c523a4c (patch)
tree01afd880130dd193c3d5378c5e623005fe5f423c /source4/heimdal_build
parente7dad42bc6cdf38d194a564c6ecdeb60cd4204c6 (diff)
downloadsamba-1a6518072899593f64e115e2c8cd5f5f4c523a4c.tar.gz
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 71ef3e983f9..0fdb292c965 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