This file is indexed.

/usr/share/Coin/conf/simage-default.cfg is in libsimage-dev 1.7.0-1.1build2.

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
# prefix is determined in simage-config script, making the package "movable"
# prefix="/usr"
exec_prefix="${prefix}"
version="1.7.0"
cppflags=" -I${prefix}/include -D_FORTIFY_SOURCE=2"
cflags=""
ldflags="-L${exec_prefix}/lib -Wl,-Bsymbolic-functions -Wl,-z,relro"
libs="-lsimage -logg -lvorbis -lvorbisfile -ltiff -lpng -lz -ljpeg -lgif -lungif -lm"
compiler="gcc"
compiler_is_gcc=yes