From f4859ad13cd26b31e44d981bd0d55a9fa19c7aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 13 Oct 2022 01:55:18 +0200 Subject: Remove code to support libxml2 < 2.6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable LIBXML_DOCB_ENABLED independently of the presence of 'libxml/DOCBparser.h' because from libxml2 >= 2.6 for docbook files are not used deprecated functions from DOCBparser, so 'libxml/DOCBparser.h' is not needed. Signed-off-by: Slávek Banko --- config.h.cmake | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 121c38d9..2e2ebdf4 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -58,18 +58,12 @@ /* Defined if you build with cvsservice */ #cmakedefine ENABLE_CVSSERVICE 1 -/* Defined if libxml-2.0 is up to 2.6 */ -#cmakedefine LIBXML_2_5 1 - -/* Defined if you have header file */ +/* Defined if you build with enabled docbook input files */ #cmakedefine LIBXML_DOCB_ENABLED /* Defined if you have header file */ #cmakedefine LIBXML_XINCLUDE_ENABLED -/* Defined if you have xmlSetEntityReferenceFunc within libxml2 */ -#cmakedefine HAVE_INCLUDE_FIX 1 - /* Define the kmdr-executor executable path */ #cmakedefine KMDR_EXECUTOR_PATH "@KMDR_EXECUTOR_PATH@" -- cgit v1.2.1