From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: ser-tcp.c Date: Tue, 08 May 2001 06:01:00 -0000 Message-id: <20010508090003.A22537@redhat.com> 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/msg00119.html On Tue, May 08, 2001 at 02:54:04PM +0300, 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. Btw, you seem to be working with an older version of the sources, Eli. I changed this __CYGWIN32__ to __CYGWIN__ a while ago. I noticed a missing defined (__CYGWIN__) in another one of your messages, too. cgf