1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 13:25:05 +03:00
libxml2/libxml.h

33 lines
641 B
C
Raw Normal View History

2001-04-21 20:57:29 +04:00
/*
* libxml.h: internal header only used during the compilation of libxml
*
* See COPYRIGHT for the status of this software
*
* Author: breese@users.sourceforge.net
*/
#ifndef __XML_LIBXML_H__
#define __XML_LIBXML_H__
#if defined(WIN32) && !defined(__CYGWIN__)
2001-04-21 20:57:29 +04:00
#include "win32config.h"
#else
#include "config.h"
#include <libxml/xmlversion.h>
#endif
2001-04-21 20:57:29 +04:00
#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.
*/
2001-04-21 20:57:29 +04:00
#define TRIO_REPLACE_STDIO
#include "trio.h"
#endif
#endif /* ! __XML_LIBXML_H__ */