Racy git: avoid having to be always too careful
[gitweb.git] / Makefile
index 700c77f5643f9250fc8b41371071bc9871294fb3..0761d6c6eddd7894f2d1625cfed0ef2623661a32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -314,9 +314,9 @@ 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
        # There are conflicting reports about this.
        # On some boxes NO_MMAP is needed, and not so elsewhere.
        # Try uncommenting this if you see things break -- YMMV.