diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-14 10:35:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-05-14 10:37:22 +0200 |
commit | edecdab58f49481a2f9ef0ca59ef1407adba8e05 (patch) | |
tree | 513efbbaef1968227d3215035939aed6ce3cc7ee /source4/heimdal_build | |
parent | 0d51bab61efd13d54dd2644380ce24fe9124d789 (diff) | |
download | samba-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.h | 5 | ||||
-rw-r--r-- | 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 |