summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-14 10:35:46 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-14 10:37:22 +0200
commitedecdab58f49481a2f9ef0ca59ef1407adba8e05 (patch)
tree513efbbaef1968227d3215035939aed6ce3cc7ee /source4/heimdal_build
parent0d51bab61efd13d54dd2644380ce24fe9124d789 (diff)
downloadsamba-edecdab58f49481a2f9ef0ca59ef1407adba8e05.tar.gz
samba-edecdab58f49481a2f9ef0ca59ef1407adba8e05.tar.bz2
samba-edecdab58f49481a2f9ef0ca59ef1407adba8e05.zip
s4:heimdal_build: move #undef __APPLE__ to the end of roken.h
Some system includes need __APPLE__ defined. metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/config.h5
-rw-r--r--source4/heimdal_build/roken.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 2cf36d3e5f..35981b85d2 100644
--- a/source4/heimdal_build/config.h
+++ b/source4/heimdal_build/config.h
@@ -28,9 +28,4 @@
#define LIBINTL
#endif
-/* we do not want any __APPLE__ magic */
-#ifdef __APPLE__
-#undef __APPLE__
-#endif
-
#endif
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 68d80f11f2..50da1daa54 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -170,4 +170,9 @@
extern const char *heimdal_version;
extern const char *heimdal_long_version;
+/* we do not want any __APPLE__ magic */
+#ifdef __APPLE__
+#undef __APPLE__
+#endif
+
#endif