Edit

kc3-lang/libxml2/libxml.h

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-07-18 19:30:27
    Hash : 5e2dace1
    Message : 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

  • libxml.h
  • /*
     * 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__)
    #include "win32config.h"
    #else
    #include "config.h"
    #include <libxml/xmlversion.h>
    #endif
    
    #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
    
    #endif /* ! __XML_LIBXML_H__ */