DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦fdc0744c0⟧ TextFile

    Length: 344 (0x158)
    Types: TextFile
    Names: »param.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« 
        └─⟦23757c458⟧ 
            └─⟦this⟧ »libg++/g++-include/sys/param.h« 

TextFile

#ifndef param_h
#pragma once

#include <time.h>

extern "C"
{

#define KERNEL
#include "//usr/include/sys/param.h"
#undef KERNEL

#ifndef param_h
#define param_h 1
#endif

/* kill commonly overloaded possible param.h macros */
#undef setbit
#undef clrbit
#undef isset
#undef isclr
#undef howmany
#undef roundup
#undef MIN
#undef MAX

}

#endif