Make sure the 1.1 branch compiles in a MinGW environment.
authorGuus Sliepen <guus@sliepen.eu.org>
Thu, 5 Nov 2009 22:29:28 +0000 (23:29 +0100)
committerGuus Sliepen <guus@sliepen.eu.org>
Thu, 5 Nov 2009 22:29:28 +0000 (23:29 +0100)
commit075264a9e18f9fd58cad044c064a91557e9ed429
treea61cfa6c7bf0900c31c6d2fedc78b05747193c3c
parent08615e420b2dd5054dd978bf53c88b8dde6e4788
Make sure the 1.1 branch compiles in a MinGW environment.

UNIX domain sockets, of course, don't exist on Windows. For now, when compiling
tinc in a MinGW environment, try to use a TCP socket bound to localhost as an
alternative.
configure.in
have.h
lib/utils.h
src/control.c
src/net.c
src/tincctl.c
src/tincd.c