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
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.
Thanks Rhetorica! 8)