summaryrefslogtreecommitdiff
path: root/ace/os_include/os_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_strings.h')
-rw-r--r--ace/os_include/os_strings.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/os_include/os_strings.h b/ace/os_include/os_strings.h
index 2fdcf723bec..850b21f60a5 100644
--- a/ace/os_include/os_strings.h
+++ b/ace/os_include/os_strings.h
@@ -36,13 +36,10 @@ extern "C"
{
#endif /* __cplusplus */
-#if defined (ACE_LACKS_STRCASECMP_PROTOTYPE)
+#if defined (__Lynx__)
int strcasecmp(const char *, const char *);
-#endif /* ACE_LACKS_STRCASECMP_PROTOTYPE */
-
-#if defined (ACE_LACKS_STRNCASECMP_PROTOTYPE)
int strncasecmp(const char *, const char *, size_t);
-#endif /* ACE_LACKS_STRNCASECMP_PROTOTYPE */
+#endif /* __Lynx__ */
#ifdef __cplusplus
}