diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-12 09:42:44 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-05-12 09:42:44 +0200 |
commit | 1f9bce1c0d7081c14ee20750b7d3f6910c285d80 (patch) | |
tree | 298eaaa9b080497929b465d3fc24585bef140155 /source4 | |
parent | 825b59506ba92cbe875a6392c279c31b934f288e (diff) | |
download | samba-1f9bce1c0d7081c14ee20750b7d3f6910c285d80.tar.gz samba-1f9bce1c0d7081c14ee20750b7d3f6910c285d80.tar.xz samba-1f9bce1c0d7081c14ee20750b7d3f6910c285d80.zip |
s4:heimdal_build: undefine __APPLE__ as we don't need that magic
This hopefully fixes the build on Mac OS 10.
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 35981b85d2f..2cf36d3e5fa 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -28,4 +28,9 @@ #define LIBINTL #endif +/* we do not want any __APPLE__ magic */ +#ifdef __APPLE__ +#undef __APPLE__ +#endif + #endif |