31 lines
1009 B
Diff
31 lines
1009 B
Diff
|
|
From ed87a4793404e91c0cc0c81435fcfcc64a8be9f4 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Sebastian Pipping <sebastian@pipping.org>
|
||
|
|
Date: Thu, 26 Oct 2023 00:45:23 +0200
|
||
|
|
Subject: [PATCH 02/17] configure.ac: Define macro XML_GE as 1
|
||
|
|
|
||
|
|
Reference: https://github.com//libexpat/libexpat/commit/ed87a4793404e91c0cc0c81435fcfcc64a8be9f4
|
||
|
|
Conflict: remove expat_config_h_in__expected.txt
|
||
|
|
|
||
|
|
---
|
||
|
|
configure.ac | 2 ++
|
||
|
|
2 files changed, 3 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/expat/configure.ac b/expat/configure.ac
|
||
|
|
index c9f95bca..fec4ecd0 100644
|
||
|
|
--- a/configure.ac
|
||
|
|
+++ b/configure.ac
|
||
|
|
@@ -303,6 +303,8 @@ AC_SUBST(FILEMAP)
|
||
|
|
dnl Some basic configuration:
|
||
|
|
AC_DEFINE([XML_NS], 1,
|
||
|
|
[Define to make XML Namespaces functionality available.])
|
||
|
|
+AC_DEFINE([XML_GE], 1,
|
||
|
|
+ [Define as 1/0 to enable/disable support for general entities.])
|
||
|
|
AC_DEFINE([XML_DTD], 1,
|
||
|
|
[Define to make parameter entity parsing functionality available.])
|
||
|
|
AC_DEFINE([XML_DEV_URANDOM], 1,
|
||
|
|
--
|
||
|
|
2.37.3.windows.1
|
||
|
|
|
||
|
|
|
||
|
|
|