This file is indexed.

/usr/include/trilinos/Anasazi_config.h is in libtrilinos-anasazi-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
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* src/Anasazi_config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if want to build with amesos enabled */
#define HAVE_ANASAZI_AMESOS

/* Define if want to build with aztecoo enabled */
#define HAVE_ANASAZI_AZTECOO

/* Define if want to build with ifpack enabled */
#define HAVE_ANASAZI_IFPACK

/* Define if want to build with belos enabled */
#define HAVE_ANASAZI_BELOS

/* Define if want to build with epetra enabled */
#define HAVE_ANASAZI_EPETRA

/* Define if want to build with epetraext enabled */
#define HAVE_ANASAZI_EPETRAEXT

/* Define if want to build anasazi-experimental */
/* #undef HAVE_ANASAZI_EXPERIMENTAL */

/* Define if want to build with RBGen enabled */
/* #undef HAVE_ANASAZI_RBGEN */

/* Define if want to build with tpetra enabled */
#define HAVE_ANASAZI_TPETRA

/* Define whether we have Tpetra MultiVector timers */
/* #undef HAVE_ANASAZI_TPETRA_TIMERS */

/* Define if want to build with thyra enabled */
#define HAVE_ANASAZI_THYRA

/* Define if want to build with triutils enabled */
#define HAVE_ANASAZI_TRIUTILS

/* Define if want to build with epetra enabled */
#define HAVE_EPETRA_THYRA 1

/* Define if want to build anasazi-examples */
/* #undef HAVE_ANASAZI_EXAMPLES */

/* Define if want to build examples */
/* #undef HAVE_EXAMPLES */

/* Define if want to build anasazi-tests */
/* #undef HAVE_ANASAZI_TESTS */

/* Define if want to build tests */
/* #undef HAVE_TESTS */

/* define if we want to use MPI */
#define HAVE_MPI

/* Define if want to build teuchos-complex */
#define HAVE_TEUCHOS_COMPLEX

/* Define if building with TSQR enabled.  The TSQR implementation
   lives in the TSQR subpackage of Kokkos, and the Epetra and Tpetra
   adapters both live in Tpetra. */
/* #undef HAVE_ANASAZI_TSQR */

#define ANASAZI_TEUCHOS_TIME_MONITOR

/* Add macros for declaring functions deprecated */
#ifndef ANASAZI_DEPRECATED
#  if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#    define ANASAZI_DEPRECATED  __attribute__((__deprecated__))
#  else
#    define ANASAZI_DEPRECATED
#  endif
#endif

#ifndef ANASAZI_DEPRECATED_MSG
#  if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
#    define ANASAZI_DEPRECATED_MSG(MSG)  __attribute__((__deprecated__ (#MSG) ))
#  elif (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
#    define ANASAZI_DEPRECATED_MSG(MSG)  __attribute__((__deprecated__))
#  else
#    define ANASAZI_DEPRECATED_MSG(MSG)
#  endif
#endif


/* 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