e_mac.h

Go to the documentation of this file.
00001 /*
00002  *   Configures Jam for MAC environment.
00003  */
00004 # ifndef E_MAC_H
00005 # define E_MAC_H
00006 
00007 /*
00008  * Macintosh MPW
00009  */
00010 
00011 # include <time.h>
00012 # include <stdlib.h>
00013 # include <string.h>
00014 # include <stdio.h>
00015 # include <ctype.h>
00016 
00017 # define OSMAJOR "MAC=true"
00018 # define OSMINOR "OS=MAC"
00019 # define OS_MAC
00020 # define SPLITPATH ','
00021 # define TOLOWER_PATH
00022 
00023 #endif /* E_MAC_H */

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