This file is indexed.

/usr/include/regina-normal/regina-config.h is in regina-normal-dev 4.95-1build1.

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
/* Define if both signed and unsigned long long types are available. */
#define LONG_LONG_FOUND

/* Define if both int128_t and uint128_t types are available. */
/* #undef INT128_T_FOUND */

/* Define if both __int128_t and __uint128_t types are available. */
#define __INT128_T_FOUND

/* Define if native 128-bit arithmetic is available through either
   of the types defined above. */
#define INT128_AVAILABLE

/* Define if 64-bit integer literals are available with no suffix */
#define NUMERIC_64_FOUND

/* Define if 64-bit integer literals are available using the LL suffix */
#define NUMERIC_64_LL_FOUND

/* Define if Boost.Python is available. */
#define BOOST_PYTHON_FOUND

/* Define if langinfo.h and nl_langinfo() are available. */
#define LANGINFO_FOUND

/* Define if we are excluding Normaliz from the build. */
/* #undef EXCLUDE_NORMALIZ */

/* Define if we are excluding SnapPea / SnapPy from the build. */
/* #undef EXCLUDE_SNAPPEA */

/* Define as const if the declaration of iconv() needs const, or empty if not. */
#define ICONV_CONST 

/* Define to Regina's primary home directory on the system.
   This can always be changed at runtime vi NGlobalDirs::setDirs(). */
#define REGINA_DATADIR "/usr/share/regina-normal"

/* Define to the directory on the system in which Regina's python module is
   installed, or the empty string if the module is installed in a standard
   python location (i.e., it can be found automatically on python's sys.path).
   This can always be changed at runtime vi NGlobalDirs::setDirs(). */
#define REGINA_PYLIBDIR ""

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "regina-user@lists.sourceforge.net"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Regina 4.95"

/* Define to the version of this package. */
#define PACKAGE_VERSION "4.95"

/* Major version number of the package. */
#define PACKAGE_VERSION_MAJOR 4

/* Minor version number of the package. */
#define PACKAGE_VERSION_MINOR 95