RHEL9 compliant
This commit is contained in:
+12
-6
@@ -59,6 +59,9 @@
|
||||
/* Define to 1 if you have the `python3.10' library (-lpython3.10). */
|
||||
/* #undef HAVE_LIBPYTHON3_10 */
|
||||
|
||||
/* Define to 1 if you have the `python3.12' library (-lpython3.12). */
|
||||
#define HAVE_LIBPYTHON3_12 1
|
||||
|
||||
/* Define to 1 if you have the `python3.4m' library (-lpython3.4m). */
|
||||
/* #undef HAVE_LIBPYTHON3_4M */
|
||||
|
||||
@@ -71,6 +74,9 @@
|
||||
/* Define to 1 if you have the `python3.8' library (-lpython3.8). */
|
||||
/* #undef HAVE_LIBPYTHON3_8 */
|
||||
|
||||
/* Define to 1 if you have the `python3.9' library (-lpython3.9). */
|
||||
/* #undef HAVE_LIBPYTHON3_9 */
|
||||
|
||||
/* Define to 1 if you have the `Qt5Core' library (-lQt5Core). */
|
||||
/* #undef HAVE_LIBQT5CORE */
|
||||
|
||||
@@ -102,13 +108,13 @@
|
||||
#define HAVE_MULTI_INDEX_CONTAINER_HPP 1
|
||||
|
||||
/* pycafe extern C */
|
||||
/* #undef HAVE_PYCAFE_EXT */
|
||||
#define HAVE_PYCAFE_EXT 1
|
||||
|
||||
/* Availability of python */
|
||||
/* #undef HAVE_PYTHON */
|
||||
#define HAVE_PYTHON 1
|
||||
|
||||
/* Define to 1 if you have the <Python.h> header file. */
|
||||
/* #undef HAVE_PYTHON_H */
|
||||
#define HAVE_PYTHON_H 1
|
||||
|
||||
/* Availability of Qt version 5 confirmed */
|
||||
/* #undef HAVE_QT */
|
||||
@@ -156,7 +162,7 @@
|
||||
#define PACKAGE_NAME "CAFE"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "CAFE 1.22.0"
|
||||
#define PACKAGE_STRING "CAFE 1.22.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "cafe"
|
||||
@@ -165,7 +171,7 @@
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.22.0"
|
||||
#define PACKAGE_VERSION "1.22.1"
|
||||
|
||||
/* Availability of Qt version 5 confirmed */
|
||||
/* #undef QT_NO_VERSION_TAGGING */
|
||||
@@ -174,4 +180,4 @@
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.22.0"
|
||||
#define VERSION "1.22.1"
|
||||
|
||||
Reference in New Issue
Block a user