summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2013-02-26 16:58:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-26 17:16:58 (GMT)
commit13a23199195bb29d7f9e64baaa35c1718a92c556 (patch)
treecfea7431fa498b21cb1c9ac8195fb1808a68fa7f /config.mak.uname
parent4dac0679feaebbf6545daec14480cf6b94cb74ed (diff)
downloadgit-13a23199195bb29d7f9e64baaa35c1718a92c556.zip
git-13a23199195bb29d7f9e64baaa35c1718a92c556.tar.gz
git-13a23199195bb29d7f9e64baaa35c1718a92c556.tar.bz2
Revert "compat: add strtok_r()"
This reverts commit 78457bc0ccc1af8b9eb776a0b17986ebd50442bc. commit 28c5d9e ("vcs-svn: drop string_pool") previously removed the only call-site for strtok_r. So let's get rid of the compat implementation as well. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 8743a6d..e09af8f 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -321,7 +321,6 @@ ifeq ($(uname_S),Windows)
NO_UNSETENV = YesPlease
NO_STRCASESTR = YesPlease
NO_STRLCPY = YesPlease
- NO_STRTOK_R = YesPlease
NO_FNMATCH = YesPlease
NO_MEMMEM = YesPlease
# NEEDS_LIBICONV = YesPlease
@@ -476,7 +475,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_UNSETENV = YesPlease
NO_STRCASESTR = YesPlease
NO_STRLCPY = YesPlease
- NO_STRTOK_R = YesPlease
NO_FNMATCH = YesPlease
NO_MEMMEM = YesPlease
NEEDS_LIBICONV = YesPlease