[[EMAIL PROTECTED] - Fri Aug  2 09:00:52 2002]:

>   $ USER_CCDEFS =
>     "_VMS_V6_SOURCE=1,__VMS_VER=60000000,__CRTL_VER=60000000"

This, BTW, explains the problems you describe in PR 184.  You see, the 
declaration of strcasecmp() is wrapped in #if __CRTL_VER >= 
70000000..#endif.

This means we need to rethink the use of strcasecmp() for systems that 
doesn't have it defined yet...

-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to