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.mpb12
1 files changed, 12 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..cd343b235a3
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ssl.mpb
@@ -0,0 +1,12 @@
+// -*- 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, ssl_full, ssl_for_tao, ace_openssl {
+
+ requires += ssl
+ macros += ACE_HAS_SSL=1
+
+}