Makefile: unix sockets may not available on some platforms
commit6320358e31d42f25fa4ac5eb4e72574630de1692
authorJohannes Sixt <j6t@kdbg.org>
Mon, 12 Dec 2011 21:12:56 +0000 (12 22:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 00:00:18 +0000 (12 16:00 -0800)
tree0631fb6add605ba855f4da7d2e760e1b335e5890
parente2770979fec968a25ac21e34f9082bc17a71a780
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>
Makefile
t/t0301-credential-cache.sh