Mail Archives: djgpp/1999/09/14/07:47:08
On Mon, 13 Sep 1999, Wio Ljk wrote:
> Can any one tell me where i can get thoes include files and
> libraries for the djgpp ple's
> need them bedley ples help me
>
> #include <sys/types.h>
> #include <sys/socket.h>
> #include <netdb.h>
> #include <netinet/in.h>
> #include <netinet/in_systm.h>
> #include <netinet/ip.h>
> #include <netinet/ip_icmp.h>
sys/types.h is part of djdev202.zip; you should already have it.
As for the rest, you need to download and install a network library;
such a library comes with these headers. Please see section 8.1 of
the FAQ for details. Section 22.3 of the FAQ includes pointers to a
few socket libraries.
- Raw text -