/usr/include/regina-normal/regina-config.h is in regina-normal-dev 5.1-2build1.
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 | /* Define if both int128_t and uint128_t types are available.
This macro is for internal use only; end users should use the macro
INT128_AVAILABLE and the typedefs from IntOfSize<16>, all of which
are found in utilities/intutils.h. */
/* #undef INTERNAL_INT128_T_FOUND */
/* Define if both __int128_t and __uint128_t types are available.
This macro is for internal use only; end users should use the macro
INT128_AVAILABLE and the typedefs from IntOfSize<16>, all of which
are found in utilities/intutils.h. */
#define INTERNAL___INT128_T_FOUND
/* Define if we should use boost's compile-time 128-bit integer detection,
instead of explicitly testing for 128-bit integer types in cmake. */
/* #undef USE_BOOST_INT128 */
/* 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 the Graphviz libraries are available. */
#define LIBGVC_FOUND
/* Define if langinfo.h and nl_langinfo() are available. */
#define LANGINFO_FOUND
/* Define if we are replacing Tokyo Cabinet with the older QDBM. */
/* #undef QDBM_AS_TOKYOCABINET */
/* 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 GlobalDirs::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 GlobalDirs::setDirs(). */
#define REGINA_PYLIBDIR ""
/* Define to the filename extension that we use for census databases. */
#define REGINA_DB_EXT "tdb"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Regina 5.1"
/* Define to the version of this package. */
#define PACKAGE_VERSION "5.1"
/* Major version number of the package. */
#define PACKAGE_VERSION_MAJOR 5
/* Minor version number of the package. */
#define PACKAGE_VERSION_MINOR 1
/* Define to the version of SnapPy that is bundled with Regina. */
#define SNAPPY_VERSION "2.4"
|