This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/Imager/include/imextdef.h is in libimager-perl 1.005+dfsg-2.

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
#ifndef IMAGER_IMEXTDEF_H
#define IMAGER_IMEXTDEF_H

#include "imexttypes.h"

extern im_ext_funcs imager_function_table;

#define PERL_SET_GLOBAL_CALLBACKS \
  sv_setiv(get_sv(PERL_FUNCTION_TABLE_NAME, 1), PTR2IV(&imager_function_table));

#endif