home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / unixlib_1 / !UnixLib37_netlib_clib_sys_h_param0 < prev    next >
Encoding:
Text File  |  1996-11-05  |  741 b   |  34 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /unixb/home/unixlib/source/unixlib37/clib/sys/h/RCS/param,v $
  4.  * $Date: 1996/04/19 21:23:56 $
  5.  * $Revision: 1.1 $
  6.  * $State: Rel $
  7.  * $Author: simon $
  8.  *
  9.  * $Log: param,v $
  10.  * Revision 1.1  1996/04/19 21:23:56  simon
  11.  * Initial revision
  12.  *
  13.  ***************************************************************************/
  14.  
  15. #ifndef __SYS_PARAM_H
  16. #define __SYS_PARAM_H
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. #define MAXPATHLEN    256    /* RiscOS braindamage */
  23. #define MAXCOMMANDLEN    1024
  24. /* DDE utils (if present) allows command of > 256 bytes - use max of 1K */
  25.  
  26. /* Now in <netbd.h> */
  27. /* define MAXHOSTNAMELEN    256 */
  28.  
  29. #ifdef __cplusplus
  30.     }
  31. #endif
  32.  
  33. #endif
  34.