summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ssl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ssl.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ssl.mpb13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/MakeProjectCreator/config/ssl.mpb b/bin/MakeProjectCreator/config/ssl.mpb
deleted file mode 100644
index f0dfa798e7b..00000000000
--- a/bin/MakeProjectCreator/config/ssl.mpb
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- 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
-}