Annotation of win32/gnome/libxslt-x.x.x/libxslt/libxslt.h, revision 1.1

1.1     ! paf         1: /*
        !             2:  * libxslt.h: internal header only used during the compilation of libxslt
        !             3:  *
        !             4:  * See COPYRIGHT for the status of this software
        !             5:  *
        !             6:  * Author: daniel@veillard.com
        !             7:  */
        !             8: 
        !             9: #ifndef __XSLT_LIBXSLT_H__
        !            10: #define __XSLT_LIBXSLT_H__
        !            11: 
        !            12: #ifdef WIN32
        !            13: #include <win32config.h>
        !            14: #else
        !            15: #include "config.h"
        !            16: #endif
        !            17: 
        !            18: #if defined(WIN32) && !defined(__CYGWIN__)
        !            19: #include "xsltwin32config.h"
        !            20: #else
        !            21: #include "xsltconfig.h"
        !            22: #include <libxml/xmlversion.h>
        !            23: #endif
        !            24: #ifndef LIBXSLT_PUBLIC
        !            25: #define LIBXSLT_PUBLIC
        !            26: #endif
        !            27: 
        !            28: #endif /* ! __XSLT_LIBXSLT_H__ */

E-mail: