drop WINNT-specific code

This was never really supported and it would probably require a lot of
work to get a usable chronyd in Cygwin. Remove all WINNT-specific code.
This commit is contained in:
Miroslav Lichvar
2015-09-15 18:12:32 +02:00
parent bde279c093
commit 4bc6950632
4 changed files with 0 additions and 78 deletions

6
configure vendored
View File

@@ -440,12 +440,6 @@ case $SYSTEM in
add_def SOLARIS
echo "Configuring for Solaris (" $SYSTEM "SunOS version" $VERSION ")"
;;
CYGWIN32_NT-i[3456]86 )
EXTRA_OBJECTS="sys_winnt.o"
EXTRA_LIBS=""
add_def WINNT
echo "Configuring for Windows NT (Cygwin32)"
;;
* )
echo "Sorry, I don't know how to build this software on your system."
exit 1