This file is indexed.

/usr/include/trilinos/Thyra_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
#define HAVE_THYRA_EPETRA

#define HAVE_THYRA_EPETRAEXT

#define HAVE_THYRA_TPETRA

/* #undef HAVE_THYRA_TEUCHOS_BLASFLOAT */

#define HAVE_THYRA_FLOAT

#define HAVE_THYRA_COMPLEX

#define HAVE_THYRA_DEBUG

/* #undef HAVE_THYRA_EXPLICIT_INSTANTIATION */

/* #undef HAVE_THYRA_ME_POLYNOMIAL */

#ifndef THYRA_DEPRECATED
#  if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#    define THYRA_DEPRECATED  __attribute__((__deprecated__))
#  else
#    define THYRA_DEPRECATED
#  endif
#endif