aboutsummaryrefslogtreecommitdiffstats
path: root/libxml.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
commit5e2dace1ca6fbb023d1ce848d4e98deefbbfec31 (patch)
tree11c326472dc001b64ae56f165323934d72a95336 /libxml.h
parent8599e70dd39c4cdc3da79fdc07859c911381b00b (diff)
downloadandroid_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.gz
android_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.bz2
android_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.zip
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
Diffstat (limited to 'libxml.h')
-rw-r--r--libxml.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libxml.h b/libxml.h
index 2954ccb1..c8f76763 100644
--- a/libxml.h
+++ b/libxml.h
@@ -19,6 +19,12 @@
#ifdef WITHOUT_TRIO
#include <stdio.h>
#else
+/**
+ * TRIO_REPLACE_STDIO:
+ *
+ * This macro is defined if teh trio string formatting functions are to
+ * be used instead of the default stdio ones.
+ */
#define TRIO_REPLACE_STDIO
#include "trio.h"
#endif