/usr/include/trilinos/Sacado_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 | /* Define if want to build teuchos-complex */
#define HAVE_SACADO_COMPLEX
/* Define if ADOL-C is enabled */
/* #undef HAVE_ADOLC */
/* Define if ADIC is enabled */
/* #undef HAVE_ADIC */
/* define if we want to use MPI */
#define HAVE_MPI
/* Define if want to build sacado-examples */
/* #undef HAVE_SACADO_EXAMPLES */
/* Define if want to build sacado-tests */
/* #undef HAVE_SACADO_TESTS */
/* Define if want to build with sacado enabled */
#define HAVE_SACADO_TEUCHOS
/* define if the compiler is confused by std::sin, etc., within namespace
Sacado::Rad */
/* #undef RAD_NO_USING_STDCC */
/* Define to enable extra debugging checks */
#define SACADO_DEBUG
|