summaryrefslogtreecommitdiff
path: root/libxerces-c/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'libxerces-c/build/root.build')
-rw-r--r--libxerces-c/build/root.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/libxerces-c/build/root.build b/libxerces-c/build/root.build
index 92eb1cb..85934ec 100644
--- a/libxerces-c/build/root.build
+++ b/libxerces-c/build/root.build
@@ -1,6 +1,13 @@
# file : build/root.build
# license : Apache License 2.0; see accompanying LICENSE file
+# Enable network support so that the parser can download remote resources
+# (schemas, DTDs, etc).
+#
+# If enabled, then the libcurl library is used to access network resources.
+#
+config [bool] config.libxerces_c.network ?= false
+
# We rely on C99 in macro deductions (see xercesc/config.h and
# xercesc/util/Xerces_autoconf_config.hpp for details).
#