s4-heimdal: ask for non-atomic heimdal
authorAndrew Tridgell <tridge@opensolaris.home.tridgell.net>
Tue, 16 Nov 2010 03:54:09 +0000 (22:54 -0500)
committerAndrew Tridgell <tridge@samba.org>
Wed, 17 Nov 2010 12:55:39 +0000 (23:55 +1100)
this allows us to build with compilers other than gcc

source4/heimdal_build/config.h

index 71ef3e983f9fa072161ab03e87f137564a5d0fa5..0fdb292c9655963d307790cde0e64a23a7a918fc 100644 (file)
@@ -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