2 * libxml.h: internal header only used during the compilation of libxml
4 * See COPYRIGHT for the status of this software
6 * Author: breese@users.sourceforge.net
9 #ifndef __XML_LIBXML_H__
10 #define __XML_LIBXML_H__
12 #if defined(WIN32) && !defined(__CYGWIN__)
13 #include "win32config.h"
14 #elif defined(macintosh)
15 #include "config-mac.h"
18 #include <libxml/xmlversion.h>
27 * This macro is defined if teh trio string formatting functions are to
28 * be used instead of the default stdio ones.
30 #define TRIO_REPLACE_STDIO
34 #endif /* ! __XML_LIBXML_H__ */