summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ssl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ssl.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/ssl.mpb13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ssl.mpb b/ACE/bin/MakeProjectCreator/config/ssl.mpb
new file mode 100644
index 00000000000..f0dfa798e7b
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ssl.mpb
@@ -0,0 +1,13 @@
+// -*- MPC -*-
+// $Id$
+
+// In the future, other ssl libraries could be supported
+// by creating a new xyzssl.mpb similar to openssl.mpb.
+// You would then derive the following project from this base.
+project : acelib, ace_openssl {
+ avoids += ace_for_tao // Requires ACE asynch streams
+ after += SSL
+ libs += ACE_SSL
+ requires += ssl
+ macros += ACE_HAS_SSL=1
+}