From 9efc04f8a2a9c8cffd2568c925cf5c3eecf8fa3d Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 31 May 2007 19:52:40 +0000 Subject: [PATCH] Macro should be Windows-only. --- shibsp/base.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shibsp/base.h b/shibsp/base.h index d34219c..02bfc56 100644 --- a/shibsp/base.h +++ b/shibsp/base.h @@ -78,6 +78,12 @@ */ # define SHIBSP_CONFIG "c:\\opt\\shibboleth-sp\\etc\\shibboleth\\shibboleth.xml" +/** + * Controls default logging level of console tools and other situations + * where fully-configured logging isn't used. + */ +#define SHIBSP_LOGGING "c:\\opt\\shibboleth-sp\\etc\\shibboleth\\console.logger" + #else # include #endif @@ -92,10 +98,4 @@ */ #define SHIBSP_TX_LOGCAT "Shibboleth-TRANSACTION" -/** - * Controls default logging level of console tools and other situations - * where fully-configured logging isn't used. - */ -#define SHIBSP_LOGGING "c:\\opt\\shibboleth-sp\\etc\\shibboleth\\console.logger" - #endif /* __shibsp_base_h__ */ -- 2.1.4