Import NetBSD's make

This commit is contained in:
Arun Thomas
2010-02-04 16:52:54 +00:00
parent 8f82633fa2
commit 4b02d003db
90 changed files with 36049 additions and 2 deletions

View File

@@ -1,10 +1,14 @@
#ifndef __SYS_PARAM_H__
#define __SYS_PARAM_H__
/*
sys/param.h
*/
#ifndef __SYS_PARAM_H__
#define __SYS_PARAM_H__
#include <limits.h>
#define MAXHOSTNAMELEN 256 /* max hostname size */
#define NGROUPS 8 /* max number of supplementary groups */
#define MAXPATHLEN PATH_MAX
#endif /* __SYS_PARAM_H__ */