Initial check-in
[shibboleth/xmltooling.git] / xmltooling / internal.h
diff --git a/xmltooling/internal.h b/xmltooling/internal.h
new file mode 100644 (file)
index 0000000..03f6d3d
--- /dev/null
@@ -0,0 +1,40 @@
+/*\r
+ *  Copyright 2001-2005 Internet2\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
+\r
+/*\r
+ *  internal.h - internally visible classes\r
+ */\r
+\r
+#ifndef __xmltooling_internal_h__\r
+#define __xmltooling_internal_h__\r
+\r
+#ifdef WIN32\r
+# define _CRT_SECURE_NO_DEPRECATE 1\r
+# define _CRT_NONSTDC_NO_DEPRECATE 1\r
+#endif\r
+\r
+// eventually we might be able to support autoconf via cygwin...\r
+#if defined (_MSC_VER) || defined(__BORLANDC__)\r
+# include "config_win32.h"\r
+#else\r
+# include "config.h"\r
+#endif\r
+\r
+#include "base.h"\r
+\r
+#define XMLTOOLING_LOGCAT "XMLTooling"\r
+\r
+#endif /* __xmltooling_internal_h__ */\r