This file is indexed.

/usr/share/codeblocks/compilers/compiler_bcc.xml is in codeblocks-common 13.12-3.

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
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler>
<CodeBlocks_compiler name="Borland C++ Compiler (5.5, 5.82)"
                     id="bcc"
                     weight="20"
                     platform="windows">
    <Path type="master">
        <Search envVar="PATH"
                for="C"/>
        <Search registry="HKEY_LOCAL_MACHINE\SOFTWARE\Borland\C++Builder\5.0"
                value="RootDir"/>
        <Search path="C:\Borland\BCC55"/>
        <Search registry="HKEY_LOCAL_MACHINE\SOFTWARE\Borland\BDS\4.0"
                value="RootDir"/>
        <Search path="%ProgramFiles%\Borland\BDS\4.0"/>
        <Fallback path="C:\Borland\BCC55"/>
    </Path>
    <Path type="include">
        <Add><master/>\include</Add>
    </Path>
    <Path type="lib">
        <Add><master/>\lib</Add>
        <Add><master/>\lib\psdk</Add>
    </Path>
</CodeBlocks_compiler>