s4:heimdal_build: move #undef __APPLE__ to the end of roken.h
authorStefan Metzmacher <metze@samba.org>
Fri, 14 May 2010 08:35:46 +0000 (10:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 May 2010 08:37:22 +0000 (10:37 +0200)
Some system includes need __APPLE__ defined.

metze

source4/heimdal_build/config.h
source4/heimdal_build/roken.h

index 2cf36d3e5fad467d02c8ac50d292ef67c24cf2b8..35981b85d2ffe7dffc845504130ded2dc7b78d98 100644 (file)
@@ -28,9 +28,4 @@
 #define LIBINTL
 #endif
 
-/* we do not want any __APPLE__ magic */
-#ifdef __APPLE__
-#undef __APPLE__
-#endif
-
 #endif
index 68d80f11f2be334e67c953d3d4afabbae363b87a..50da1daa547380fff569a27f2267c6dce405f536 100644 (file)
 extern const char *heimdal_version;
 extern const char *heimdal_long_version;
 
+/* we do not want any __APPLE__ magic */
+#ifdef __APPLE__
+#undef __APPLE__
+#endif
+
 #endif