/usr/include/trilinos/Belos_config.h is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | /* Define if want to build with belos enabled */
#define HAVE_BELOS_EPETRAEXT
/* Define if want to build belos-examples */
/* #undef HAVE_BELOS_EXAMPLES */
/* Define if want to build with belos enabled */
#define HAVE_BELOS_IFPACK
/* Define if want to build with belos enabled */
#define HAVE_BELOS_ML
/* Define if want to build belos-tests */
/* #undef HAVE_BELOS_TESTS */
/* Define if want to build with belos enabled */
#define HAVE_BELOS_TPETRA
/* Define if want to build with belos enabled */
#define HAVE_BELOS_TRIUTILS
/* Define if want to build examples */
/* #undef HAVE_EXAMPLES */
/* define if we want to use MPI */
#define HAVE_MPI
/* define if the compiler supports the mutable keyword */
#define HAVE_MUTABLE
/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES
/* define if the compiler accepts the new for scoping rules */
#define HAVE_NEW_FOR_SCOPING
/* Define if want to build teuchos-complex */
#define HAVE_TEUCHOS_COMPLEX
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
|