summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/config.h.vc6
blob: aaa5a5c2992533a5a9fc35385e39426d2e09a06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ASSERT_H 1
#define HAVE_MEMORY_H 1
/* #undef HAVE_STRINGS_H */
#define HAVE_STRING_H 1
/* #undef HAVE_STRCASECMP */
#define HAVE_STRICMP 1
#define HAVE_WIN32_NATIVE_THREAD 1
#define USE_WIN32_NATIVE_THREAD 1
#define ENABLE_THREADS 1

#define strcasecmp(s1, s2) stricmp(s1, s2)