This file is indexed.

/usr/include/root/RConfigure.h is in libroot-core-dev 5.34.19+dfsg-1.2.

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

/* Configurations file for linuxx8664gcc */
#ifdef R__HAVE_CONFIG
#define ROOTPREFIX    "/usr"
#define ROOTBINDIR    "/usr/bin"
#define ROOTLIBDIR    "/usr/lib/x86_64-linux-gnu/root5.34"
#define ROOTINCDIR    "/usr/include/root"
#define ROOTETCDIR    "/etc/root"
#define ROOTDATADIR   "/usr/share/root"
#define ROOTDOCDIR    "/usr/share/doc/root"
#define ROOTMACRODIR  "/usr/share/root/macros"
#define ROOTTUTDIR    "/usr/share/doc/root/tutorials"
#define ROOTSRCDIR    "/usr/share/root/src"
#define ROOTICONPATH  "/usr/share/root/icons"
#define EXTRAICONPATH "/usr/share/pixmaps"
#define TTFFONTDIR    "/usr/share/root/fonts"
#define CINTINCDIR    "/usr/lib/x86_64-linux-gnu/root5.34"
#endif

#define R__HAS_SETRESUID   /**/
#define R__HAS_MATHMORE   /**/
#define R__HAS_PTHREAD    /**/
#define R__HAS_XFT    /**/
#undef R__HAS_CLING   /**/
#undef R__HAS_COCOA    /**/
#undef R__HAS_VC    /**/
#undef R__USE_CXX11    /**/
#undef R__USE_LIBCXX    /**/

#endif