summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/Config.h')
-rw-r--r--cpp/include/IceSSL/Config.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/cpp/include/IceSSL/Config.h b/cpp/include/IceSSL/Config.h
new file mode 100644
index 00000000000..2f65d4f0eee
--- /dev/null
+++ b/cpp/include/IceSSL/Config.h
@@ -0,0 +1,29 @@
+// **********************************************************************
+//
+// Copyright (c) 2003
+// ZeroC, Inc.
+// Billerica, MA, USA
+//
+// All Rights Reserved.
+//
+// Ice is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License version 2 as published by
+// the Free Software Foundation.
+//
+// **********************************************************************
+
+
+#ifndef ICE_SSL_CONFIG_H
+#define ICE_SSL_CONFIG_H
+
+#include <IceUtil/Config.h>
+
+#ifndef ICE_SSL_API
+# ifdef ICE_SSL_API_EXPORTS
+# define ICE_SSL_API ICE_DECLSPEC_EXPORT
+# else
+# define ICE_SSL_API ICE_DECLSPEC_IMPORT
+# endif
+#endif
+
+#endif