From bd13d5e853bf1548f5f39e3ff2459e86950ccf6f 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 c6e1f1a04d..35218ab906 100644 --- a/Makefile +++ b/Makefile @@ -1244,6 +1244,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