This file is indexed.

/usr/share/gprconfig/shortcuts.ent is in gprbuild 2017-5.

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
   <!ENTITY languages_c
    '<languages>C</languages>'
   >
   <!ENTITY languages_cpp
    '<languages>C++</languages>'
   >

   <!ENTITY if_no_ada
   '<compilers negate="true" >
       <compiler language="Ada" />
    </compilers>'
   >

   <!ENTITY if_this_target
    '<targets>
       <target name="^&this_target;$" />
     </targets>'>

   <!ENTITY config_gnat_ar
    '<config>
   for Archive_Builder  use ("&this_target;-ar", "cr");
   for Archive_Builder_Append_Option use ("q");
   for Archive_Indexer  use ("&this_target;-ranlib");
   for Archive_Suffix   use ".a";
     </config>'
   >

   <!ENTITY configurations_gnat_ar
    '<configuration>
     &if_this_target;

     &config_gnat_ar;
     </configuration>'
   >