> > and put something like following into e_os.h:
>
> > #if defined(__MWERKS__) && defined(macintosh)
> > # if macintosh==1
> > # define MAC_OS
> > # endif
> > #endif
That is a very bad way to do things.
Use feature tests in your code -- HAVE_SYS_TIME, HAVE_STRCASECMP,
etc. Then in a single place (like e_os.h), test on the platform
and set the feature macros.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]