summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index 05002daea8..68cd844080 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -110,14 +110,6 @@ extern double modf(double, double *);
#endif
*/
-#ifndef HAVE_STRCASECMP
-extern int strcasecmp(const char *, const char *);
-#endif
-
-#ifndef HAVE_STRNCASECMP
-extern int strncasecmp(const char *, const char *, size_t);
-#endif
-
#ifndef HAVE_STRCHR
extern char *strchr(const char *, int);
extern char *strrchr(const char *, int);