From edecdab58f49481a2f9ef0ca59ef1407adba8e05 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 May 2010 10:35:46 +0200 Subject: s4:heimdal_build: move #undef __APPLE__ to the end of roken.h Some system includes need __APPLE__ defined. metze --- source4/heimdal_build/config.h | 5 ----- source4/heimdal_build/roken.h | 5 +++++ 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 -- cgit