blob: ded5d37302a4482e305b6ccd0c79c2e9484382f3 [file] [log] [blame]
Bjorn Reese70a9da52001-04-21 16:57:29 +00001/*
2 * libxml.h: internal header only used during the compilation of libxml
3 *
4 * See COPYRIGHT for the status of this software
5 *
6 * Author: breese@users.sourceforge.net
7 */
8
9#ifndef __XML_LIBXML_H__
10#define __XML_LIBXML_H__
11
12#ifdef WIN32
13#include "win32config.h"
14#else
15#include "config.h"
16#endif
17
18#include <libxml/xmlversion.h>
19
20#ifdef WITHOUT_TRIO
21#include <stdio.h>
22#else
23#define TRIO_REPLACE_STDIO
24#include "trio.h"
25#endif
26
27#endif /* ! __XML_LIBXML_H__ */