This file is indexed.

/usr/lib/emboss/include/ajax.h is in emboss-lib 6.3.1-6ubuntu3.

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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#ifdef __cplusplus
extern "C"
{
#endif

/*
**
** AJAX master include file
**
*/

#ifndef ajax_h
#define ajax_h

#include <stdio.h>

#include "ajarch.h"

#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include "ajassert.h"
#include "ajdefine.h"
#include "ajstr.h"
#include "ajtime.h"
#include "ajfile.h"
#include "ajfiledata.h"
#include "ajfileio.h"
#include "ajlist.h"

#include "ajtable.h"
#include "ajnexus.h"
#include "ajfeat.h"
#include "ajseq.h"
#include "ajseqdata.h"
#include "ajseqtype.h"
#include "ajarr.h"
#include "ajseqread.h"
#include "ajseqwrite.h"
#include "ajindex.h"
#include "ajseqabi.h"
#include "ajreport.h"
#include "ajfmt.h"
#include "ajmatrices.h"
#include "ajalign.h"

#include "ajtranslate.h"
#include "ajrange.h"
#include "ajcod.h"
#include "ajmath.h"
#include "ajmem.h"
#include "ajutil.h"
#include "ajtree.h"
#include "ajexcept.h"
#include "ajnam.h"
#include "ajmess.h"

#include "ajphylo.h"
#include "ajreg.h"
#include "ajsys.h"
#include "ajbase.h"
#include "ajdan.h"
#include "ajsort.h"
#include "ajpdb.h"
#include "ajdomain.h"
#include "ajpdbio.h"
#include "ajdmx.h"
#include "ajpat.h"
#include "ajcall.h"
#include "ajjava.h"
#include "ajvector.h"
#include "ajdom.h"
#include "ajsql.h"
#include "ajobo.h"
#include "ajtax.h"
#include "ajresource.h"
    
#endif

#ifdef __cplusplus
}
#endif