summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-04-29 07:09:13 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-04-29 07:09:13 +0000
commitce38225f28f7e8219bfe1d14fd92ac6f935fc63e (patch)
tree6bbc479b2f972e667c9672ae859900a7340e9827 /globals.h
parentfe72257a0251602909553c817ac5793f95968724 (diff)
downloadxmlsec1-ce38225f28f7e8219bfe1d14fd92ac6f935fc63e.tar.gz
xmlsec1-ce38225f28f7e8219bfe1d14fd92ac6f935fc63e.tar.bz2
xmlsec1-ce38225f28f7e8219bfe1d14fd92ac6f935fc63e.zip
added key wrappers support, ripemd 160 support, cleaned up aixmlsec-0_0_5
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/globals.h b/globals.h
new file mode 100644
index 00000000..c7633e58
--- /dev/null
+++ b/globals.h
@@ -0,0 +1,22 @@
+/*
+ * XML Security Library
+ *
+ * globals.h: internal header only used during the compilation
+ *
+ * See Copyright for the status of this software.
+ *
+ * Author: Aleksey Sanin <aleksey@aleksey.com>
+ */
+
+#ifndef __XMLSEC_GLOBALS_H__
+#define __XMLSEC_GLOBALS_H__
+
+#if defined(WIN32) && !defined(__CYGWIN__)
+#include "win32config.h"
+#elif defined(macintosh)
+#include "config-mac.h"
+#else
+#include "config.h"
+#endif
+
+#endif /* ! __XMLSEC_GLOBALS_H__ */