Network Programming?

NeXT Computer, Inc. -> Porting New Software

Title: Network Programming?
Post by: tygre on August 30, 2024, 06:30:41 PM
Hi there!

I was looking at the content of NextDeveloper and other programmer-related stuff (thanks Rob!) but couldn't find includes, lib, etc. for socket.h. Would you know if it exists and where to find it?

Cheers!
Tygre
Title: Re: Network Programming?
Post by: user217 on September 01, 2024, 01:34:51 AM
Most of the BSD inheritance is in /usr/include/bsd
which is a symlink to /NextDeveloper/Headers/bsd

The source that comes with the NeXT developer discs includes a few mentions of:
#include <sys/socket.h>As far as I can tell there are no -D or -I options necessary.
Title: Re: Network Programming?
Post by: tygre on September 02, 2024, 10:24:47 AM
Thanks Rhetorica! 8)

Go to top  Forum index