From 1e6d96fdc0182065f3c13e9b012ad447cf37c618 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 1 Nov 2011 12:54:30 -0500 Subject: [PATCH] MSVC: require pton and ntop emulation Without this, git-daemon cannot be built with Microsoft Visual C++. Signed-off-by: Johannes Schindelin --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c86eca5020..5dec1af5eb 100644 --- a/Makefile +++ b/Makefile @@ -1234,6 +1234,8 @@ ifeq ($(uname_S),Windows) NO_CURL = YesPlease NO_PYTHON = YesPlease BLK_SHA1 = YesPlease + NO_INET_PTON = YesPlease + NO_INET_NTOP = YesPlease NO_POSIX_GOODIES = UnfortunatelyYes NATIVE_CRLF = YesPlease NO_D_INO_IN_DIRENT = YesPlease -- 2.11.4.GIT