Convert logging to log4shib via compile time switch.
[shibboleth/sp.git] / shibsp / internal.h
index 95ca5c2..e10017b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2005 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,9 +21,9 @@
 #ifndef __shibsp_internal_h__
 #define __shibsp_internal_h__
 
-#ifndef FD_SETSIZE\r
-# define FD_SETSIZE 1024\r
-#endif\r
+#ifndef FD_SETSIZE
+# define FD_SETSIZE 1024
+#endif
 
 #ifdef WIN32
 # define _CRT_SECURE_NO_DEPRECATE 1
 #include "base.h"
 #include "SPConfig.h"
 
+#include <xmltooling/logging.h>
+
+using namespace xmltooling::logging;
+using namespace xercesc;
+
 namespace shibsp {
     
     /// @cond OFF