ftp.nice.ch/pub/next/developer/nextsources/libg++_for_3.2.NIH.ba.tar.gz#/NextDeveloper/Headers/g++/sys/param.h

This is param.h in view mode; [Download] [Up]

#ifndef __libgxx_sys_param_h

extern "C"
{
#ifdef __sys_param_h_recursive
#include_next <sys/param.h>
#else
#define __sys_param_h_recursive

#ifdef VMS
#include "GNU_CC_INCLUDE:[sys]param.h"
#else
#include_next <sys/param.h>
#endif

#undef setbit /* Conflicts with Integer::setbit(). */

#define __libgxx_sys_param_h 1
#endif
}

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.