Remove old unused and unmaintained demonstration code.
[openssl.git] / crypto / o_str.c
index 59cc25094b5a7864f0a2f04f62f089cf00f782f6..60c01c10a40667c29e35395ce65bef12523400d6 100644 (file)
@@ -60,7 +60,9 @@
 #include <e_os.h>
 #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 <strings.h>
 #endif