aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-07-21 20:32:03 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-07-21 20:32:03 +0000
commit46e370e69f69972d362cf28865645df492444165 (patch)
treec2dca2f3aac0b651d790c610528afda496633095 /config.h.in
parent3665069745df9b5fc78e91ae8f85b8ac06fde551 (diff)
downloadandroid_external_libxml2-46e370e69f69972d362cf28865645df492444165.tar.gz
android_external_libxml2-46e370e69f69972d362cf28865645df492444165.tar.bz2
android_external_libxml2-46e370e69f69972d362cf28865645df492444165.zip
- parser.c xmlIO.[ch]: fixed the problem of encoding support
when using in memory parsing. Need some cleanup. - xmllint.c configure.in: added a --memory flag to test memory parsing Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index da75401c..7a7587a9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -99,6 +99,9 @@
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
+/* Define if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H