/* ================ SCCS_ID[] = "@(#) machine.h 1.1 7/26/91" ================= Environmental Systems Research Institute (ESRI) Applications Programming Project: Conversion from ARC/INFO to VPF Original Coding: David Flinn July 1991 (UNIX) Modifications: Barry Michaels July 1991 (DOS) ======================================================================== */ #ifndef _MACHINE_ #define _MACHINE_ 1 /* #define DOS 1*/ #define UNIX 1 #endif