DOS/Windows-specific code: ser-tcp.c

Andrew Cagney ac131313@cygnus.com
Thu May 10 08:32:00 GMT 2001


>  * ser-tcp.c:
> 
> #ifndef __CYGWIN32__
> #include <netinet/tcp.h>
> #endif
> 
> Is netinet/tcp.h header specific to Cygwin? If so, this could be
> replaced by a HAVE_NETINET_TCP_H macro set by Autoconf.

The lack of it?  Yes that looks to be unique to cygwin.  HAVE_... should 
be sufficient.

	Andrew



More information about the Gdb mailing list