e_vms.h

Go to the documentation of this file.
00001 /*
00002  *   Configures Jam for VMS/OPENVMS environment.
00003  */
00004 # ifndef E_VMS_H
00005 # define E_VMS_H
00006 
00007 #define unlink remove
00008 
00009 #include <types.h>
00010 #include <file.h>
00011 #include <stat.h>
00012 #include <stdio.h>
00013 #include <ctype.h>
00014 #include <stdlib.h>
00015 #include <signal.h>
00016 #include <string.h>
00017 #include <time.h>
00018 #include <unixlib.h>
00019 
00020 #define OSMINOR "OS=VMS"
00021 #define OSMAJOR "VMS=true"
00022 #define OS_VMS
00023 #define MAXLINE 1024 /* command line length, supported by $(JAMSHELL) */
00024 #define SPLITPATH ','
00025 #define EXITOK 1
00026 #define EXITBAD 0
00027 #define TOLOWER_PATH
00028 
00029 /* Do any of these work? */
00030 #if defined( VAX ) || defined( __VAX ) || defined( vax )
00031 #   define OSPLAT "OSPLAT=VAX"
00032 #endif 
00033 
00034 #endif /* E_VMS_H */
00035 

Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7