[comp.unix] Need help locating MAXUPRC on Ultrix...

vartan@triceratops.erg.sri.com (10/18/90)

Hi there,

I'm trying to use the variable (macro?) MAXUPRC in a small program
running under Ultrix.  When I look in /sys/h/param.h there is a comment
saying 

/*
 * MAXUPRC is now a global variable: maxuprc whose value is assigned
 * in param.c
 */


The only param.c I can find under /sys is /usr/sys/conf/param.c .  Yet
when I included this file I got the error "line 6: maxuprc undefined".

Can anyone tell me which file to include to reference maxuprc?  Sorry
for the trivial question!  :-(

Thanks much,

-Vartan

vartan@erg.sri.com