From: Junio C Hamano Date: Sat, 5 Aug 2006 07:20:51 +0000 (-0700) Subject: Makefile: Cygwin does not seem to need NO_STRLCPY X-Git-Tag: v1.4.2-rc4~15 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0d958ac47a333b68b79cdc3ea206bb9a9b7486ad;p=git.git Makefile: Cygwin does not seem to need NO_STRLCPY Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index f67b28f75..0761d6c6e 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