This file is indexed.

/usr/include/trilinos/FEI_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
#ifndef _FEI_config_h_
#define _FEI_config_h_


/* Enable use of FETI library */
/* #undef HAVE_FEI_FETI */

/* Define to build with fei-amesos support enabled */
#define HAVE_FEI_AMESOS

/* Define to build with fei-aztecoo support enabled */
#define HAVE_FEI_AZTECOO

/* Define to build with fei-ml support enabled */
#define HAVE_FEI_ML

/* Define to build with fei-ifpack support enabled */
#define HAVE_FEI_IFPACK

/* Define to build with fei-epetra support enabled */
#define HAVE_FEI_EPETRA

/* Define to build with fei-teuchos support enabled */
/* #undef HAVE_FEI_TEUCHOS */

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

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

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

#endif