Avoid potential conflicts between #defines in opensslconf.h and
authorBodo Möller <bodo@openssl.org>
Fri, 18 Feb 2000 11:15:32 +0000 (11:15 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 18 Feb 2000 11:15:32 +0000 (11:15 +0000)
commit26dc267f8c2bbb146b02e1055049e6cdedf0bbb3
tree689f1cc98cb0fd1645ffe95f22ee35e2b2474e31
parenta91451ef13f3cb99ecd8e105db3cb21f67760f9e
Avoid potential conflicts between #defines in opensslconf.h and
defines when compiling applications, and allow applications to
select what #defines to enable -- OPENSSL_EXLUCDE_DEFINES
enables the "#define NO_whatever" stuff only, which avoids
potential severe confusion caused by "#define _REENTRANT" when
opensslconf.h is not the first header file #included.
Configure