/usr/include/trilinos/TeuchosRemainder_config.h is in libtrilinos-teuchos-dev 12.10.1-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 | #ifndef TEUCHOSREMAINDER_CONFIG_H
#define TEUCHOSREMAINDER_CONFIG_H
// CMake turns this file into TeuchosRemainder_config.h, which lives
// in Trilinos' build directory and gets installed in Trilinos'
// directory of installed headers.
// Whether to enable automatic run-time registration of
// LinearSolverFactory in downstream packages.
#define TRILINOS_HAVE_LINEAR_SOLVER_FACTORY_REGISTRATION
#endif // TEUCHOSREMAINDER_CONFIG_H
|