home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /unixb/home/unixlib/source/unixlib37/clib/sys/h/RCS/param,v $
- * $Date: 1996/04/19 21:23:56 $
- * $Revision: 1.1 $
- * $State: Rel $
- * $Author: simon $
- *
- * $Log: param,v $
- * Revision 1.1 1996/04/19 21:23:56 simon
- * Initial revision
- *
- ***************************************************************************/
-
- #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 */
-
- /* Now in <netbd.h> */
- /* define MAXHOSTNAMELEN 256 */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-