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.mpb12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/MakeProjectCreator/config/ssl.mpb b/bin/MakeProjectCreator/config/ssl.mpb
deleted file mode 100644
index e03cddc3f1e..00000000000
--- a/bin/MakeProjectCreator/config/ssl.mpb
+++ /dev/null
@@ -1,12 +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, openssl {
- after += SSL
- libs += ACE_SSL
- requires += ssl
- macros += ACE_HAS_SSL=1
-}