This file is indexed.

/usr/include/trilinos/Zoltan_config.h is in libtrilinos-zoltan-dev 12.12.1-5.

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
/* src/include/Zoltan_config.h.in.  Generated from configure.ac by autoheader.  */

/* KDD Copied F77 macros from packages/epetra/cmake/Epetra_config.h.in. */
/* Define to dummy `main' function (if any) required to link to the Fortran
   libraries. */
/* #undef F77_DUMMY_MAIN */

/* Define to a macro mangling the given C identifier (in lower and upper
   case), which must not contain underscores, for linking with Fortran. */
#ifndef FC_FUNC
  #define FC_FUNC(name,NAME) name ## _
#endif

/* As FC_FUNC, but for C identifiers containing underscores. */
#ifndef FC_FUNC_
  #define FC_FUNC_(name,NAME) name ## _
#endif

/* Define if F77 and FC dummy `main' functions are identical. */
/* #undef FC_DUMMY_MAIN_EQ_F77 */

/* ZOLTAN_ID_TYPE is unsigned int */
/* #undef UNSIGNED_INT_GLOBAL_IDS */

/* ZOLTAN_ID_TYPE is unsigned long */
/* #undef UNSIGNED_LONG_GLOBAL_IDS */

/* ZOLTAN_ID_TYPE is unsigned long long */
/* #undef UNSIGNED_LONG_LONG_GLOBAL_IDS */

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

/* Define if want to build with nemesis_exodus enabled */
/* #undef HAVE_NEMESIS_EXODUS */

/* Define if want to build with parmetis enabled */
/* #undef HAVE_METIS */

/* Define if want to build with parmetis enabled */
/* #undef HAVE_PARMETIS */

/* Define if want to build with patoh enabled */
/* #undef HAVE_PATOH */

/* Define if want to build with scotch enabled */
#define HAVE_SCOTCH

/* Define if want to build with OVIS enabled */
/* #undef HAVE_OVIS */

/* Define if want to build with OVIS enabled */
/* #undef HAVE_PURIFY */

/* Define if DON'T want support for MPI TPL */
#ifndef HAVE_MPI
#define NO_MPI_TPL
#endif

/* Define if want to build with zlib enabled */
#define ZHAVE_GZIP

/* Use to have only filename when debugging memory */
#define SHORT_FILE

/* HUND support */
/* #undef HAVE_ZOLTAN_HUND */

/* Revert to Old Hash function support */
/* #undef HAVE_ZOLTAN_KNUTH_HASH */

#ifdef HAVE_ZOLTAN_HUND
#define CEDRIC_2D_PARTITIONS
#endif