Anders Backman - 2002-01-02

Still problems under IRIX.

The three following lines has to be added at top of config.h to get CommonC++ to build under Irix6.5.4 on an SGI machine.
It has been like this since early dawn, 1.3 something.

#include <sys/types.h>

#include <netinet/in.h>
#include <arpa/inet.h>