mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
configure.ac: Define macro XML_GE as 1
This commit is contained in:
parent
daa89e42c0
commit
ed87a47934
2 changed files with 3 additions and 0 deletions
|
@ -39,4 +39,5 @@ XML_ATTR_INFO
|
|||
XML_CONTEXT_BYTES
|
||||
XML_DEV_URANDOM
|
||||
XML_DTD
|
||||
XML_GE
|
||||
XML_NS
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue