/usr/share/Coin/conf/coin-default.cfg is in libcoin80-dev 3.1.4~abc9f50-7.
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 | # prefix is determined in coin-config, making the package "movable"
# prefix="/usr"
host="x86_64-pc-linux-gnu"
exec_prefix="${prefix}"
version="4.0.0a"
cflags="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security"
cppflags=" -I${prefix}/include -I${prefix}/include/Inventor/annex -D_FORTIFY_SOURCE=2 -D_REENTRANT"
cxxflags="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security"
ldflags="-L${prefix}/lib/x86_64-linux-gnu -Wl,-z,relro"
libs="-lCoin -lGL -lXext -lSM -lICE -lX11 -ldl -lpthread"
msvcrt=""
datadir="${prefix}/share"
includedir="${prefix}/include"
frameworkdir=""
htmldir="/usr/share/doc/libcoin80-doc/html"
compiler="g++"
objext="o"
have_3ds_import=0
have_vrml97=1
have_sound=1
have_superglu=0
have_threads=1
have_threadsafe=1
compiler_is_gcc=yes
|