From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: ser-tcp.c Date: Tue, 08 May 2001 23:53:00 -0000 Message-id: <1010509065322.ZM22268@ocotillo.lan> 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/msg00168.html On May 8, 2:54pm, Eli Zaretskii wrote: > * 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. 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