This file is indexed.

/usr/lib/x86_64-linux-gnu/giomm-2.4/include/giommconfig.h is in libglibmm-2.4-dev 2.32.1-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
/* gio/giommconfig.h.  Generated from giommconfig.h.in by configure.  */
#ifndef _GIOMM_CONFIG_H
#define _GIOMM_CONFIG_H

#include <glibmmconfig.h>

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

/* Major version number of giomm. */
#define GIOMM_MAJOR_VERSION 2

/* Micro version number of giomm. */
#define GIOMM_MICRO_VERSION 1

/* Minor version number of giomm. */
#define GIOMM_MINOR_VERSION 32

/* Define if giomm is built as a static library */
#define GIOMM_STATIC_LIB 1

// Enable DLL-specific stuff only when not building a static library
#if !defined(__CYGWIN__) && defined(__MINGW32__) && !defined(GIOMM_STATIC_LIB)
# define GIOMM_DLL 1
#endif

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

#endif /* _GIOMM_CONFIG_H */