s4:heimdal_build: undefine __APPLE__ as we don't need that magic
[kai/samba.git] / 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