Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
kccdist/include/sys/param.h
There are 5 other files named param.h in the archive. Click here to see a list.
/* SYS/PARAM.H - system-dependent definitions.
** This file on UN*X is a kernel parameter file.
** It is used for KCC only because certain library functions direct
** the user to include <sys/param.h> for some definitions.
*/
#ifndef MAXPATHLEN
#define MAXPATHLEN 512 /* Max size of a complete filename string, */
#endif /* used by getwd(). */