X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fopensslconf.h.in;h=d9f64292caa339967550ab2e37b7dcfef075e934;hp=c22209bdc3271e8a66292d632cca38856adf49b5;hb=5482dac9f4de7eb73d1b9c776be9495735f7e299;hpb=effaf4dee90beff07bb40f21d81352304a5e8152 diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in index c22209bdc3..d9f64292ca 100644 --- a/include/openssl/opensslconf.h.in +++ b/include/openssl/opensslconf.h.in @@ -123,13 +123,6 @@ EOF /* Generate 80386 code? */ {- $config{processor} eq "386" ? "#define" : "#undef" -} I386_ONLY -#if !defined(VMS) && !defined(__VMS) /* VMS uses logical names instead */ -# if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) -# define ENGINESDIR {- quotify1($config{enginesdir}) -} -# define OPENSSLDIR {- quotify1($config{openssldir}) -} -# endif -#endif - #undef OPENSSL_UNISTD #define OPENSSL_UNISTD {- $target{unistd} -}