s4:heimdal_build: undefine __APPLE__ as we don't need that magic
authorStefan Metzmacher <metze@samba.org>
Wed, 12 May 2010 07:42:44 +0000 (09:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 May 2010 07:42:44 +0000 (09:42 +0200)
This hopefully fixes the build on Mac OS 10.

metze

source4/heimdal_build/config.h

index 35981b85d2ffe7dffc845504130ded2dc7b78d98..2cf36d3e5fad467d02c8ac50d292ef67c24cf2b8 100644 (file)
@@ -28,4 +28,9 @@
 #define LIBINTL
 #endif
 
+/* we do not want any __APPLE__ magic */
+#ifdef __APPLE__
+#undef __APPLE__
+#endif
+
 #endif