X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fo_str.c;h=60c01c10a40667c29e35395ce65bef12523400d6;hb=daddd9a950e491c31f9500d5e570bc7eb96b2823;hp=59cc25094b5a7864f0a2f04f62f089cf00f782f6;hpb=52108cecc0609ae343f7779532f145f81c314272;p=openssl.git diff --git a/crypto/o_str.c b/crypto/o_str.c index 59cc25094b..60c01c10a4 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,7 +60,9 @@ #include #include "o_str.h" -#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && \ + !defined(NETWARE_CLIB) # include #endif