This file is indexed.

/usr/include/ncbi/sec.h is in libncbi6-dev 6.1.20120620-8.

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
/****************************************************************************
* sim_aln.c modified from the sim_aln_old.c. Input to CSIM will be Bioseq 
* object instead of two sequence strings. CSIM is also modified
*
*
*			Jinghui Zhang		2/27/94
*****************************************************************************/
#include <ncbi.h>
#include <objseq.h>
#include <objloc.h>
#include <sequtil.h>
#include <seqport.h>
#include <objalign.h>


typedef struct simdata{
	Int4Ptr rec_a1;
	Int4Ptr rec_a2;
	Uint1 strand;
	Int2    num;
	FloatHi score;
	struct simdata PNTR next;
}SimData, PNTR SimDataPtr;