Andy Polyakov <[EMAIL PROTECTED]>:
>> -#include <sys/types.h>
>> -#include <sys/stat.h>
>> +
>> +#ifndef macintosh
>> +# include <sys/types.h>
>> +# include <sys/stat.h>
>> +#endif
> [...] I'd suggest to replace #ifdef macintosh with #ifdef MAC_OS
> and put something like following into e_os.h:
> #if defined(__MWERKS__) && defined(macintosh)
> # if macintosh==1
> # define MAC_OS
> # endif
> #endif
Maybe MAC_OS is not quite an appropriate symbol, as things change
with MacOS X.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]