This file is indexed.

/usr/include/trilinos/Galeri_config.h is in libtrilinos-galeri-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
/* src/Galeri_config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if you have the <assert.h> header file. */
/* #undef HAVE_ASSERT_H */

/* define if bool is a built-in type */
/* #undef HAVE_BOOL */

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

/* Define if you want to build export makefiles. */
/* #undef HAVE_EXPORT_MAKEFILES */

/* Define if want to build with galeri enabled */
#define HAVE_GALERI_EPETRAEXT

/* Define if want to build galeri-examples */
/* #undef HAVE_GALERI_EXAMPLES */

/* Define if want to build galeri-tests */
/* #undef HAVE_GALERI_TESTS */

/* Define if you are using gnumake - this will shorten your link lines. */
/* #undef HAVE_GNUMAKE */

/* Define if want to build libcheck */
/* #undef HAVE_LIBCHECK */

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

/* define if the compiler accepts the new for scoping rules */
#define HAVE_NEW_FOR_SCOPING

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

/* Optional Deps */
#define HAVE_GALERI_XPETRA
#define HAVE_GALERI_TPETRA


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