This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


On Tue, May 08, 2001 at 02:54:04PM +0300, 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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]