aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
commit7f4547cdbd76a2931553759fb433df88b8b99452 (patch)
tree992c6e2a7e793c67daeae3c62600ae15d7f3b8c7 /config.h.in
parent34a7fc3820e31b6987decd5a0eab862275f3c001 (diff)
downloadandroid_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.gz
android_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.bz2
android_external_libxml2-7f4547cdbd76a2931553759fb433df88b8b99452.zip
preparing the release of 2.7.2 fix the Solaris portability issue
* configure.in doc/* NEWS: preparing the release of 2.7.2 * dict.c: fix the Solaris portability issue * parser.c: additional cleanup on #554660 fix * test/ent13 result/ent13* result/noent/ent13*: added the example in the regression test suite. * HTMLparser.c: handle leading BOM in htmlParseElement() Daniel svn path=/trunk/; revision=3799
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 f8435d4f..12857890 100644
--- a/config.h.in
+++ b/config.h.in
@@ -85,6 +85,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <inttypes.h.h> header file. */
+#undef HAVE_INTTYPES_H_H
+
/* Define if isinf is there */
#undef HAVE_ISINF