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

Eli Zaretskii eliz@is.elta.co.il
Tue May 8 04:52: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.



More information about the Gdb mailing list