From e305a54d56518979fe878f8d53a7a5710c15854c 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 3571a4a6d6..7fcc056b47 100644 --- a/Makefile +++ b/Makefile @@ -1236,6 +1236,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