From 7d7d2cbcb02206f3393681f2bce198e11e2e185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Thu, 13 May 1999 11:37:32 +0000 Subject: VMS support. Submitted by: Richard Levitte --- crypto/opensslconf.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/opensslconf.h.in') diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index 4e28f3e666..5c9ee256e1 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -4,9 +4,11 @@ /* Generate 80386 code? */ #undef I386_ONLY +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/usr/local/ssl" #endif +#endif #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) #define IDEA_INT unsigned int -- cgit v1.2.3