e_os2.h

Go to the documentation of this file.
00001 /*
00002  *   Configures Jam for OS2 environment.
00003  */
00004 # ifndef E_OS2_H
00005 # define E_OS2_H
00006 
00007 #include <fcntl.h>
00008 #include <stdlib.h>
00009 #include <stdio.h>
00010 #include <ctype.h>
00011 #include <malloc.h>
00012 #include <signal.h>
00013 #include <string.h>
00014 #include <time.h>
00015 
00016 #define OSMAJOR "OS2=true"
00017 #define OSMINOR "OS=OS2"
00018 #define OS_OS2
00019 #define SPLITPATH ';'
00020 #define MAXLINE 996    /* command line length, supported by $(JAMSHELL) */
00021 #define USE_EXECUNIX
00022 #define USE_PATHUNIX
00023 #define PATH_DELIM '\\'
00024 #define TOLOWER_PATH
00025 
00026 #endif /* E_OS2_H */

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