Macro should be Windows-only.
authorScott Cantor <cantor.2@osu.edu>
Thu, 31 May 2007 19:52:40 +0000 (19:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 31 May 2007 19:52:40 +0000 (19:52 +0000)
shibsp/base.h

index d34219c..02bfc56 100644 (file)
  */
 # 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 <shibsp/paths.h>
 #endif
  */
 #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__ */