This file is indexed.

/usr/include/ui-gxmlcpp/version.h is in libui-gxmlcpp-dev 1.4.4-1build2.

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

/** @{ @brief ui-auto'mated version macros. */
#define UI_GXMLCPP_VERSION "1.4.4"
#define UI_GXMLCPP_VERSION_MAJOR 1
#define UI_GXMLCPP_VERSION_MINOR 4
#define UI_GXMLCPP_VERSION_PATCH 4
/** @} */
/** @{ @brief ui-auto'mated library version support. */
#define UI_GXMLCPP_LIBVERSION "5.0.1"
#define UI_GXMLCPP_LIBVERSION_MAJOR 5
#define UI_GXMLCPP_LIBVERSION_MINOR 0
#define UI_GXMLCPP_LIBVERSION_PATCH 1
/** @} */
#endif