This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/share/dist/FFI-Platypus/include/ffi_util.h is in libffi-platypus-perl 0.45-1.

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

#define FFI_UTIL_VERSION 045

#ifdef _MSC_VER
#define FFI_UTIL_EXPORT __declspec(dllexport)
#else
#define FFI_UTIL_EXPORT
#endif

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

#endif