OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
machine.h
Go to the documentation of this file.
1 /* ================ SCCS_ID[] = "@(#) machine.h 1.1 7/26/91" =================
2 
3  Environmental Systems Research Institute (ESRI) Applications Programming
4 
5  Project: Conversion from ARC/INFO to VPF
6  Original Coding: David Flinn July 1991 (UNIX)
7  Modifications: Barry Michaels July 1991 (DOS)
8 
9  ======================================================================== */
10 #ifndef _MACHINE_
11 #define _MACHINE_ 1
12 /* #define DOS 1*/
13 #define UNIX 1
14 #endif