This file is indexed.

/usr/include/ncbi/validatr.h is in libncbi6-dev 6.1.20120620-10.

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
#ifndef __MODULE_validatr__
#define __MODULE_validatr__

#define ERR_FEATURE  1,0
#define ERR_FEATURE_UnknownFeatureKey  1,1
#define ERR_FEATURE_MissManQual  1,2
#define ERR_FEATURE_QualWrongThisFeat  1,3
#define ERR_FEATURE_FeatureKeyReplaced  1,4
#define ERR_FEATURE_LocationParsing  1,5
#define ERR_FEATURE_IllegalFormat  1,6
#define ERR_QUALIFIER  2,0
#define ERR_QUALIFIER_InvalidDataFormat  2,1
#define ERR_QUALIFIER_Too_many_tokens  2,2
#define ERR_QUALIFIER_MultiValue  2,3
#define ERR_QUALIFIER_UnknownSpelling  2,4
#define ERR_QUALIFIER_Xtratext  2,5
#define ERR_QUALIFIER_SeqPosComma  2,6
#define ERR_QUALIFIER_Pos  2,7
#define ERR_QUALIFIER_EmptyNote  2,8
#define ERR_QUALIFIER_NoteEmbeddedQual  2,9
#define ERR_QUALIFIER_EmbeddedQual  2,10
#define ERR_QUALIFIER_AA  2,11
#define ERR_QUALIFIER_Seq  2,12
#define ERR_QUALIFIER_BadECnum  2,13
#define ERR_QUALIFIER_Cons_splice  2,14

#endif