From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russ Allbery To: gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: ser-tcp.c Date: Tue, 08 May 2001 05:56:00 -0000 Message-id: References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> <200105081154.OAA06318@is.elta.co.il> X-SW-Source: 2001-05/msg00118.html Eli Zaretskii writes: > * ser-tcp.c: > #ifndef __CYGWIN32__ > #include > #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. Solaris at least also has that header file. Whether including it would cause any problems, I can't say. It appears to define the TCP header structure and a variety of constants related to the protocol. -- Russ Allbery (rra@stanford.edu) < http://www.eyrie.org/~eagle/ >