This file is indexed.

/usr/lib/x86_64-linux-gnu/gstreamermm-1.0/include/gstreamermmconfig.h is in libgstreamermm-1.0-dev 1.10.0+dfsg-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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* gstreamer/gstreamermmconfig.h.  Generated from gstreamermmconfig.h.in by configure.  */
/* This is part of gstreamermm */

#ifndef _GSTREAMERMM_CONFIG_H
#define _GSTREAMERMM_CONFIG_H 1

#include "glibmmconfig.h"

/* Define to omit deprecated API from the library. */
/* #undef GSTREAMERMM_DISABLE_DEPRECATED */

/* Major version of gstreamermm */
#define GSTREAMERMM_MAJOR_VERSION 1

/* Minor version of gstreamermm */
#define GSTREAMERMM_MINOR_VERSION 10

/* Micro version of gstreamermm */
#define GSTREAMERMM_MICRO_VERSION 0

/* Define when building gstreamermm as a static library. */
/* #undef GSTREAMERMM_STATIC_LIB */

/* Enable DLL-specific stuff only when not building a static library. */
#if (!defined(GSTREAMERMM_STATIC_LIB) && !defined(__CYGWIN__) && defined(_WIN32))
# define GSTREAMERMM_DLL 1
#endif

#ifdef GSTREAMERMM_DLL
# if defined(GSTREAMERMM_BUILD) && defined(_WINDLL)
   /* Do not dllexport as it is handled by gendef on MSVC. */
#  define GSTREAMERMM_API
# elif !defined(GSTREAMERMM_BUILD)
#  define GSTREAMERMM_API __declspec(dllimport)
# else
   /* Build a static library. */
#  define GSTREAMERMM_API
# endif /* GSTREAMERMM_BUILD - _WINDLL */
#else
# define GSTREAMERMM_API
#endif /* GSTREAMERMM_DLL */

#endif /* _GSTREAMERMM_CONFIG_H */