From da543a71fddbee8db89a11d6266a7d0bddcaef6d Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 18 Apr 2012 13:26:02 +0100 Subject: strsep is in upstream BusyBox: no need for MINGW32 version --- include/mingw.h | 4 ---- include/platform.h | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index 33f83e3ab..0b64c52ec 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -157,10 +157,6 @@ int setenv(const char *name, const char *value, int replace); void unsetenv(const char *env); #define getenv mingw_getenv -/* - * string.h - */ -char *strsep(char **stringp, const char *delim); /* * sys/ioctl.h diff --git a/include/platform.h b/include/platform.h index 713e76d04..88e8acb7a 100644 --- a/include/platform.h +++ b/include/platform.h @@ -401,6 +401,7 @@ typedef unsigned smalluint; # undef HAVE_STPCPY # undef HAVE_STRCASESTR # undef HAVE_STRCHRNUL +# undef HAVE_STRSEP # undef HAVE_STRSIGNAL # undef HAVE_STRVERSCMP # undef HAVE_VASPRINTF -- cgit v1.2.3-55-g6feb