This file is indexed.

/usr/include/ncarg/hlu/PDFWorkstation.h is in libncarg-dev 6.3.0-6build1.

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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 *      $Id: PDFWorkstation.h,v 1.1 2003-02-27 18:14:35 grubin Exp $
 */

# ifndef    _NPDFWorkstation_h
# define    _NPDFWorkstation_h

# include   <ncarg/hlu/Workstation.h>

# define    NhlNwkPDFFormat     "wkPDFFormat"
# define    NhlCwkPDFFormat     "WkPDFFormat"

# define    NhlNwkPDFFileName   "wkPDFFileName"
# define    NhlCwkPDFFileName   "WkPDFFileName"

# define    NhlNwkPDFResolution     "wkPDFResolution"
# define    NhlCwkPDFResolution     "WkPDFResolution"

/*
 * See: Workstation.h for common, shared resources for visual type,
 * orientation, background, device upper/lower coordinates, and 
 * color model.
 */

/*
 * New Types.
 */

# define    NhlTPDFFormat   "PDFFormat"
typedef enum _NhlPDFFormat {
    NhlPDF = 0
} NhlPDFFormat;

extern NhlClass NhlpdfWorkstationClass;

# endif /* _NPDFWorkstation_h */