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

Kevin Buettner kevinb@cygnus.com
Tue May 8 23:53:00 GMT 2001


On May 8,  2:54pm, Eli Zaretskii wrote:

>     * 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.

I can't comment on the Cygwin part of the question, but it seems
to me like it'd be a good idea to to use HAVE_NETINET_TCP_H.

Kevin



More information about the Gdb mailing list