From 1f9bce1c0d7081c14ee20750b7d3f6910c285d80 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 May 2010 09:42:44 +0200 Subject: s4:heimdal_build: undefine __APPLE__ as we don't need that magic This hopefully fixes the build on Mac OS 10. metze --- source4/heimdal_build/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/heimdal_build/config.h') 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 -- cgit