This file is indexed.

/usr/include/ncbi/mdrcherr.h is in libncbi6-dev 6.1.20110713-3ubuntu2.

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
*
*
* RCS Modification History:
* $Log: mdrcherr.h,v $
* Revision 6.4  2011/04/14 19:28:40  kans
* added ERR_REFERENCE_NoPmidJournalNotInPubMed
*
* Revision 6.3  2004/10/27 18:45:22  bazhin
* Added 3 error messages ERR_REFERENCE_MedArchMatchIgnored,
* ERR_REFERENCE_SeccessfullPmidLookup and ERR_REFERENCE_PmidNotFound.
*
* Revision 6.2  2004/08/17 15:21:31  bazhin
* Added a few error messages to report PubMed id problems.
*
* Revision 6.1  2003/10/01 13:07:50  bazhin
* Added a couple of new warning messages ERR_REFERENCE_NoConsortAuthors
* and ERR_REFERENCE_DiffConsortAuthors. The severity of message
* ERR_REFERENCE_MedlineMatchIgnored changed from WARNING to ERROR.
*
* Revision 6.0  1997/08/25 18:35:37  madden
* Revision changed to 6.0
*
* Revision 5.0  1996/05/28 14:11:11  ostell
* Set to revision 5.0
*
 * Revision 4.0  1995/07/26  13:55:12  ostell
 * force revision to 4.0
 *
 * Revision 1.5  1995/05/17  17:54:01  epstein
 * add RCS log revision history
 *
*/

#ifndef __MODULE_medarch__
#define __MODULE_medarch__

#define ERR_REFERENCE  1,0
#define ERR_REFERENCE_MuidNotFound  1,1
#define ERR_REFERENCE_SuccessfulMuidLookup  1,2
#define ERR_REFERENCE_OldInPress  1,3
#define ERR_REFERENCE_No_reference  1,4
#define ERR_REFERENCE_Multiple_ref  1,5
#define ERR_REFERENCE_Multiple_muid  1,6
#define ERR_REFERENCE_MedlineMatchIgnored  1,7
#define ERR_REFERENCE_MuidMissmatch  1,8
#define ERR_REFERENCE_NoConsortAuthors  1,9
#define ERR_REFERENCE_DiffConsortAuthors  1,10
#define ERR_REFERENCE_PmidMissmatch  1,11
#define ERR_REFERENCE_Multiple_pmid  1,12
#define ERR_REFERENCE_FailedToGetPub  1,13
#define ERR_REFERENCE_MedArchMatchIgnored  1,14
#define ERR_REFERENCE_SuccessfulPmidLookup  1,15
#define ERR_REFERENCE_PmidNotFound  1,16
#define ERR_REFERENCE_NoPmidJournalNotInPubMed  1,17
#define ERR_PRINT  2,0
#define ERR_PRINT_Failed  2,1

#endif