diff options
Diffstat (limited to 'source4')
-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 |