summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-12 09:42:44 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-12 09:42:44 +0200
commit1f9bce1c0d7081c14ee20750b7d3f6910c285d80 (patch)
tree298eaaa9b080497929b465d3fc24585bef140155 /source4/heimdal_build
parent825b59506ba92cbe875a6392c279c31b934f288e (diff)
downloadsamba-1f9bce1c0d7081c14ee20750b7d3f6910c285d80.tar.gz
samba-1f9bce1c0d7081c14ee20750b7d3f6910c285d80.tar.bz2
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/heimdal_build')
-rw-r--r--source4/heimdal_build/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 35981b85d2..2cf36d3e5f 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