home *** CD-ROM | disk | FTP | other *** search
- /* sys/param.h (c) Copyright 1990 H.Rogers */
-
- #ifndef __SYS_PARAM_H
- #define __SYS_PARAM_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #define MAXPATHLEN 256 /* RiscOS braindamage */
- #define MAXCOMMANDLEN 1024
- /* DDE utils (if present) allows command of > 256 bytes - use max of 1K */
- #define MAXHOSTNAMELEN 8
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-