This file is indexed.

/usr/include/ncarg/hlu/ErrorI.h is in libncarg-dev 6.1.2-7.

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
37
38
39
40
41
42
/*
 *      $Id: ErrorI.h,v 1.4 1996-09-14 17:06:11 boote Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1994			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		ErrorI.h
 *
 *	Author:		Jeff W. Boote
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Mon Aug  1 17:52:39 MDT 1994
 *
 *	Description:	
 */
#ifndef	_NErrorI_h
#define	_NErrorI_h

#include <ncarg/hlu/Error.h>

#define	_NhlNerrMode	"err.Mode"
#define	_NhlCerrMode	_NhlClangMode

/*
 * constants used for the gks error handler (gerhnd)
 */
#define	_NhlGKSERRNUM	(-9998)
#define	_NhlGKSERRMSG	"GKS ERROR REPORTED FROM libhlu.a(Error.o)"
#define	_NhlGKSMAXMSGLEN	(128)

/*
 * Callback name
 */
#define	_NhlCBerrPError	"CBerrPError"

#endif	/* _NErrorI_h */