New -lite library and elimination of SAML libraries from modules.
[shibboleth/cpp-sp.git] / shibsp / base.h
index 757726f..d34219c 100644 (file)
 #ifndef __shibsp_base_h__
 #define __shibsp_base_h__
 
-#include <saml/base.h>
+#ifdef SHIBSP_LITE
+# define XMLTOOLING_LITE
+# include <xmltooling/base.h>
+#else
+# include <saml/base.h>
+#endif
 
 // Windows and GCC4 Symbol Visibility Macros
 #ifdef WIN32