This file is indexed.

/usr/include/ui-utilcpp/version.h is in libui-utilcpp-dev 1.8.5-1+b2.

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_UTILCPP_VERSION_H
#define UI_UTILCPP_VERSION_H

/** @{ @brief ui-auto'mated version macros. */
#define UI_UTILCPP_VERSION "1.8.5"
#define UI_UTILCPP_VERSION_MAJOR 1
#define UI_UTILCPP_VERSION_MINOR 8
#define UI_UTILCPP_VERSION_PATCH 5
/** @} */
/** @{ @brief ui-auto'mated library version support. */
#define UI_UTILCPP_LIBVERSION "9.0.0"
#define UI_UTILCPP_LIBVERSION_MAJOR 9
#define UI_UTILCPP_LIBVERSION_MINOR 0
#define UI_UTILCPP_LIBVERSION_PATCH 0
/** @} */
#endif