This file is indexed.

/usr/lib/slepcdir/3.6.1/x86_64-linux-gnu-real-debug/include/slepcconf.h is in libslepc3.6.1-dbg 3.6.1.dfsg1-2build2.

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
#if !defined(__SLEPCCONF_H)
#define __SLEPCCONF_H

#ifndef SLEPC_LIB_DIR
#define SLEPC_LIB_DIR "/usr/lib/slepcdir/3.6.1/x86_64-linux-gnu-real-debug/lib"
#endif

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

#endif