Windows does not have memmem().

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2007-10-19 22:51:50 +02:00
parent 89afdd6d62
commit 2671981e99

View File

@@ -501,6 +501,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_UNSETENV=YesPlease
NO_STRCASESTR=YesPlease
NO_STRLCPY=YesPlease
NO_MEMMEM = YesPlease
NEEDS_LIBICONV = YesPlease
OLD_ICONV = YesPlease
NO_C99_FORMAT = YesPlease