This file is indexed.

/usr/include/ossim/vpfutil/machine.h is in libossim-dev 1.7.21-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/* ================ 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