summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-08-05 00:20:51 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-05 13:52:05 -0700
commit0d958ac47a333b68b79cdc3ea206bb9a9b7486ad (patch)
tree68a510462217e1d1404784eaf68fe3d4caaef651
parentcommit walkers: setup_ident() to record correct committer in ref-log. (diff)
downloadtgif-0d958ac47a333b68b79cdc3ea206bb9a9b7486ad.tar.xz
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