From cc7965f339b3921074720cca055f49d4df913a2c 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 7879caa174..3ad3062305 100644 --- a/Makefile +++ b/Makefile @@ -1186,6 +1186,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