This file is indexed.

/usr/share/codeblocks/compilers/compiler_dmc.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
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler>
<CodeBlocks_compiler name="Digital Mars Compiler"
                     id="dmc"
                     weight="24"
                     platform="windows">
    <Path type="master">
        <Search envVar="PATH"
                for="C"/>
        <Fallback path="C:\dm"/>
    </Path>
    <Path type="include">
        <Add><master/>\stlport\stlport</Add>
        <Add><master/>\include</Add>
    </Path>
    <Path type="lib">
        <Add><master/>\lib</Add>
    </Path>
</CodeBlocks_compiler>