author | Johannes Sixt <j6t@kdbg.org> | |
Mon, 12 Dec 2011 21:12:56 +0000 (22:12 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 13 Dec 2011 00:00:18 +0000 (16:00 -0800) | ||
commit | 6320358e31d42f25fa4ac5eb4e72574630de1692 | |
tree | 0631fb6add605ba855f4da7d2e760e1b335e5890 | tree | snapshot |
parent | e2770979fec968a25ac21e34f9082bc17a71a780 | commit | diff |
Makefile: unix sockets may not available on some platforms
Introduce a configuration option NO_UNIX_SOCKETS to exclude code that
depends on Unix sockets and use it in MSVC and MinGW builds.
Notice that unix-socket.h was missing from LIB_H before; fix that, too.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Introduce a configuration option NO_UNIX_SOCKETS to exclude code that
depends on Unix sockets and use it in MSVC and MinGW builds.
Notice that unix-socket.h was missing from LIB_H before; fix that, too.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
t/t0301-credential-cache.sh | diff | blob | history |