This file is indexed.

/usr/include/freerdp2/freerdp/build-config.h is in freerdp2-dev 2.0.0~git20170725.1.1648deb+dfsg1-7.

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 FREERDP_BUILD_CONFIG_H
#define FREERDP_BUILD_CONFIG_H

#define FREERDP_DATA_PATH "/usr/share/freerdp2"
#define FREERDP_KEYMAP_PATH ""
#define FREERDP_PLUGIN_PATH "lib/x86_64-linux-gnu/freerdp2"

#define FREERDP_INSTALL_PREFIX "/usr"

#define FREERDP_LIBRARY_PATH "lib/x86_64-linux-gnu"

#define FREERDP_ADDIN_PATH "lib/x86_64-linux-gnu/freerdp2"

#define FREERDP_SHARED_LIBRARY_SUFFIX ".so"
#define FREERDP_SHARED_LIBRARY_PREFIX  "lib"

#define FREERDP_VENDOR_STRING "FreeRDP"
#define FREERDP_PRODUCT_STRING "FreeRDP"

#endif /* FREERDP_BUILD_CONFIG_H */