On Thu, Feb 22, 2001, Rich Salz wrote:
> The source code -- at least, all of the .c files -- should only use
> feature tests, not platform tests. That is, not
> #ifdef ULTRIX_BRAIN_DEATH
> but
> #ifdef NO_ARGLIST_IN_STRUCT_FUNCS
I don't think that would be more difficult to do than for any other
project that is moved to autoconf. Once an autoconf framework is in place,
only Win32 and VMS remain as special cases.
And autoconf scripts that detect the endianness, word size etc would be
a real improvement over the current perl script mess. That is largely
independent from the ULTRIX_BRAIN_DEATH kind of things.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]