Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-05 11:20:51 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-06 00:52:05 +0400
commit0d958ac47a333b68b79cdc3ea206bb9a9b7486ad (patch)
tree68a510462217e1d1404784eaf68fe3d4caaef651
parent19c4588178463cd8f0745d430159ab806d9fa6e4 (diff)
Makefile: Cygwin does not seem to need NO_STRLCPY
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f67b28f75a..0761d6c6ed 100644
--- a/Makefile
+++ b/Makefile
@@ -314,7 +314,6 @@ ifeq ($(uname_O),Cygwin)
NO_D_TYPE_IN_DIRENT = YesPlease
NO_D_INO_IN_DIRENT = YesPlease
NO_STRCASESTR = YesPlease
- NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
NO_C99_FORMAT = YesPlease