This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

Re: Headers needed


"Fleischer, Karsten (K.)" wrote:
> Nope, they are in the cygwin-1.1.x.tar.gz archive.
> Only these are missing:
> 
> > -----
> > #include <bstring.h>   /* needed for Irix */
> > #include <sys/syscall.h>
> > #include <netinet/ip_tcp.h>
> > #include <netinet/ip_udp.h>
> > #include <netinet/udp.h>
> > #include <netinet/protocols.h>
> > ----
> 
> You have to work around this!
> UDP isn't supported by Cygwin, I think.

That's wrong. UDP is supported. Only most net related header files
which are installed on many Unices are missing. Most needed contents
are defined somewhere else, finally in winsock2.h. But you're right
in that one has to workaround that. That's often called `porting' ;-)

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@redhat.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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