summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorZoltan Arpadffy <zoli@polarhome.com>2014-01-11 22:44:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-11 22:44:04 +0000
commite77589170847e656711f901f657aa02e34233a7a (patch)
treecb0ae02a907ade1a7ff6f28b584e0d7f20481ae4 /makevms.com
parentae6fbb5df024e21c4e41ba89fe5b33029825ed07 (diff)
VMS fixes
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com
index de1dbd9058..b554cabab4 100755
--- a/makevms.com
+++ b/makevms.com
@@ -242,7 +242,7 @@ $ WRITE H_FILE ""
$ WRITE H_FILE "#ifndef OPENSSL_SYS_VMS"
$ WRITE H_FILE "# define OPENSSL_SYS_VMS"
$ WRITE H_FILE "#endif"
-$
+$!
$! One of the best way to figure out what the list should be is to do
$! the following on a Unix system:
$! grep OPENSSL_NO_ crypto/*/*.h ssl/*.h engines/*.h engines/*/*.h|grep ':# *if'|sed -e 's/^.*def //'|sort|uniq
@@ -506,6 +506,7 @@ $ WRITE H_FILE "#define OPENSSL_NO_SETVBUF_IONBF"
$ WRITE H_FILE "/* STCP support comes with TCPIP 5.7 ECO 2 "
$ WRITE H_FILE " * enable on newer systems / 2012-02-24 arpadffy */"
$ WRITE H_FILE "#define OPENSSL_NO_SCTP"
+$ WRITE H_FILE "#define OPENSSL_NO_LIBUNBOUND"
$ WRITE H_FILE ""
$!
$! Add in the common "crypto/opensslconf.h.in".