This file is indexed.

/usr/include/ncbi/id2map.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
#ifndef __id2map_h__
#define __id2map_h__

#include <objsset.h>

#define NLM_EXTERN_LOADS {if (! SeqSetAsnLoad())return FALSE; }

#define struct_ID2Param    struct_ID2_Param
#define struct_ID2Request  struct_ID2_Request
#define blob_id_resolve_exclude_blobs_E id_resolve_exclude_blobs_E
#define SeqLiteralFree     SeqLitFree
#define SeqLiteralAsnRead  SeqLitAsnRead
#define SeqLiteralAsnWrite SeqLitAsnWrite

#include <id2sgen.h>

#endif