Clean up file headers and NOTICE file.
[shibboleth/cpp-sp-resolver.git] / src / shibresolver / base.h
index ae5d1f7..920ed33 100644 (file)
@@ -1,9 +1,8 @@
-/*
- *  Copyright 2010 JANET(UK)
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+/**
+ * See the NOTICE file distributed with this work for information
+ * regarding copyright ownership. Licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *
 
 #include <shibsp/base.h>
 
+
+#if defined (_MSC_VER) || defined(__BORLANDC__)
+  #include <shibresolver/config_pub_win32.h>
+#else
+  #include <shibresolver/config_pub.h>
+#endif
+
 // Windows and GCC4 Symbol Visibility Macros
 #ifdef WIN32
   #define SHIBRESOLVER_IMPORT __declspec(dllimport)