From 9a29f80d435d8380bb1234694605ba82421be347 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 e45fa08878..57e2b244c1 100644 --- a/Makefile +++ b/Makefile @@ -1269,6 +1269,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 DEFAULT_HELP_FORMAT = html -- 2.11.4.GIT