This file is indexed.

/usr/lib/slepcdir/3.7.3/x86_64-linux-gnu-complex/include/slepcconf.h is in libslepc-complex-3.7.3-dev 3.7.3+dfsg1-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
#if !defined(__SLEPCCONF_H)
#define __SLEPCCONF_H

#ifndef SLEPC_PETSC_DIR
#define SLEPC_PETSC_DIR "/usr/lib/petscdir/3.7-complex"
#endif

#ifndef SLEPC_PETSC_ARCH
#define SLEPC_PETSC_ARCH "x86_64-linux-gnu-complex"
#endif

#ifndef SLEPC_DIR
#define SLEPC_DIR "/build/slepc-V_S8wk/slepc-3.7.3+dfsg1"
#endif

#ifndef SLEPC_LIB_DIR
#define SLEPC_LIB_DIR "/usr/lib/slepcdir/3.7.3/x86_64-linux-gnu-complex/lib"
#endif

#ifndef SLEPC_HAVE_ARPACK
#define SLEPC_HAVE_ARPACK 1
#define SLEPC_ARPACK_HAVE_UNDERSCORE 1
#endif

#endif