home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /unixb/home/unixlib/source/unixlib37/clib/sys/h/RCS/param,v $
- * $Date: 1996/10/30 21:58:59 $
- * $Revision: 1.2 $
- * $State: Exp $
- * $Author: unixlib $
- *
- * $Log: param,v $
- * Revision 1.2 1996/10/30 21:58:59 unixlib
- * Massive changes made by Nick Burret and Peter Burwood.
- *
- * Revision 1.1 1996/04/19 21:23:56 simon
- * Initial revision
- *
- ***************************************************************************/
-
- #ifndef __SYS_PARAM_H
- #define __SYS_PARAM_H
-
- #ifndef __LIMITS_H
- #include <limits.h>
- #endif
-
- #define MAXPATHLEN _POSIX_PATH_MAX
- #define MAXCOMMANDLEN _POSIX_ARG_MAX
- /* DDE utils (if present) allows command of > 256 bytes - use max of 1K */
-
- #if 0
- /* See <netdb.h> */
- #define MAXHOSTNAMELEN 8
- #endif
-
- #endif
-