This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.22/Imager/include/feat.h is in libimager-perl 1.004+dfsg-1build1.

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
#include "imager.h"

static char *i_format_list[]={
#ifdef HAVE_LIBJPEG
  "jpeg",
#endif
#ifdef HAVE_LIBTIFF
  "tiff",
#endif
#ifdef HAVE_LIBPNG
  "png",
#endif
#ifdef HAVE_LIBGIF
  "gif",
#endif
#ifdef HAVE_LIBT1
  "t1",
#endif
#ifdef HAVE_LIBTT
  "tt",
#endif
#ifdef HAVE_WIN32
  "w32",
#endif
#ifdef HAVE_FT2
  "ft2",
#endif
  "raw",
  "pnm",
  "bmp",
  "tga",
  "ifs",
  NULL};