#ifndef __RTDIR__ #define __RTDIR__ /* * RTDIR.H Definitions for RT-11 directory info * * Copyright (c) 1991 Shal Farley * Cheshire Engineering Corporation * 650 Sierra Madre Villa Avenue, Suite 201 * Pasadena, California 91107 * (818) 351-5493 * (818) 351-8645 FAX * shal@alumni.caltech.edu * * This software may be used and distributed for any purpose without license or * royalty payments so long as the above copyright notice is preserved. If you * have any comments, bug fixes, improvements, or new programs based upon this * software I'd like to hear from you. */ #define RTVH_SYSID 01760L /* Byte location of Device's system-id */ #define RTFN_DMAX 3 /* Maximum device field width */ #define RTFN_FMAX 6 /* Maximum name field width */ #define RTFN_TMAX 3 /* Maximum type field width */ #endif /*__RTDIR__*/