home *** CD-ROM | disk | FTP | other *** search
- /* sys/param.h (emx+gcc) */
-
- #if !defined (_SYS_PARAM_H)
- #define _SYS_PARAM_H
-
- #if !defined (PAGE_SIZE)
- #define PAGE_SIZE 0x1000
- #endif
-
- #if !defined (HZ)
- #define HZ 100
- #endif
-
- #if !defined (MAXNAMLEN)
- #define MAXNAMLEN 260
- #endif
-
- #if !defined (MAXPATHLEN)
- #define MAXPATHLEN 260
- #endif
-
- #endif /* !defined (_SYS_PARAM_H) */
-