Norman Vine <nhv@users.sourceforge.net>:

tcp.h is not available on CygWin, so do not try to include it there.

This closes SourceForge patch #101802.
This commit is contained in:
Fred Drake 2000-10-06 15:37:06 +00:00
parent 5d63a39983
commit 51d9036cc8

View file

@ -122,7 +122,7 @@ Socket methods:
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#ifndef __BEOS__
#if !(defined(__BEOS__) || defined(__CYGWIN__))
#include <netinet/tcp.h>
#endif