home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / src / names.h < prev    next >
Encoding:
C/C++ Source or Header  |  1984-08-25  |  334 b   |  16 lines

  1. /* $Id: names.h,v 1.3 1984/08/25 11:19:06 tom Exp $
  2.  *
  3.  * Title:    names.h
  4.  * Author:    Thomas E. Dickey
  5.  * Created:    25 Aug 1984
  6.  * Last update:    25 Aug 1984
  7.  *
  8.  *    Define maximum length of filenames on VAX/VMS (RMS-dependent).
  9.  */
  10.  
  11. #ifndef    NAM$C_MAXRSS
  12. #define    NAM$C_MAXRSS    252
  13. #endif
  14.  
  15. #define    MAX_PATH    256    /* next power-of-2, if close    */
  16.