We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a8e69 commit 8622362Copy full SHA for 8622362
ext/mbstring/libmbfl/mbfl/mbfl_encoding.c
@@ -31,7 +31,7 @@
31
#include "libmbfl/config.h"
32
33
#ifdef HAVE_STRINGS_H
34
- /* For strcasecmp */
+ /* For strncasecmp */
35
#include <strings.h>
36
#endif
37
@@ -54,13 +54,6 @@
54
#include "filters/mbfilter_htmlent.h"
55
#include "filters/mbfilter_singlebyte.h"
56
57
-#ifndef HAVE_STRCASECMP
58
-#ifdef HAVE_STRICMP
59
-#define strcasecmp stricmp
60
-#endif
61
62
-
63
64
static const mbfl_encoding *mbfl_encoding_ptr_list[] = {
65
&mbfl_encoding_base64,
66
&mbfl_encoding_uuencode,
0 commit comments