4 This file includes the setup for the file access block for VMS.
5 Written by Phillip C. Brisco 8/98.
16 #if defined(VMS) && defined(__DECC) /* need function prototype */
17 # if (__DECC_VER<50790004) /* have an own one */
18 char *alloca(unsigned int);
20 # define alloca __ALLOCA
28 int length_of_fna_buffer
;
30 char expanded_name
[NAM$C_MAXRSS
];
31 char fna_buffer
[NAM$C_MAXRSS
];
32 char result_name
[NAM$C_MAXRSS
];
33 char final_name
[NAM$C_MAXRSS
];
34 int max_file_path_size
= NAM$C_MAXRSS
;