summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-01-13 15:46:09 +0000
committerAndy Polyakov <appro@openssl.org>2005-01-13 15:46:09 +0000
commite6d27baf5277eeec8f30c2edce52b8baabebb574 (patch)
tree7629b6e382e8aac083da6d693905065d532a07c5 /e_os.h
parente7e1150706f8c8bcc807d8184bd0ebd08b6f5aff (diff)
Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX
environments.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 79f76ca109..3ff9f3cd1c 100644
--- a/e_os.h
+++ b/e_os.h
@@ -556,6 +556,7 @@ extern char *sys_errlist[]; extern int sys_nerr;
# include "o_str.h"
# define strcasecmp OPENSSL_strcasecmp
# define strncasecmp OPENSSL_strncasecmp
+# define OPENSSL_IMPLEMENTS_strncasecmp
#elif defined(OPENSSL_SYS_OS2) && defined(__EMX__)
# define strcasecmp stricmp
# define strncasecmp strnicmp