X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fbase.h;h=d34219c45749a76ac32a8240cae69002279f0ca0;hb=f5d5edeafe98f6322238730ff34ef86dc5220e04;hp=757726f88b8ba5dba11a735c9da75da50dd1411f;hpb=35f74892a217013b69cf9c69a5d7fbc38be75802;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/base.h b/shibsp/base.h index 757726f..d34219c 100644 --- a/shibsp/base.h +++ b/shibsp/base.h @@ -24,7 +24,12 @@ #ifndef __shibsp_base_h__ #define __shibsp_base_h__ -#include +#ifdef SHIBSP_LITE +# define XMLTOOLING_LITE +# include +#else +# include +#endif // Windows and GCC4 Symbol Visibility Macros #ifdef WIN32