bloodrun-editor/libxml2/include/libxml/xmlversion.h
2026-04-02 20:51:01 +08:00

52 lines
1.5 KiB
C
Executable file

/* Generated xmlversion.h for libxml2 v2.15.0 — minimal q3map2 build */
#ifndef __XML_VERSION_H__
#define __XML_VERSION_H__
#define LIBXML_DOTTED_VERSION "2.15.0"
#define LIBXML_VERSION 21500
#define LIBXML_VERSION_STRING "21500"
#define LIBXML_VERSION_EXTRA ""
#define LIBXML_TEST_VERSION xmlCheckVersion(21500);
/* Enabled features */
#define LIBXML_THREAD_ENABLED
#define LIBXML_TREE_ENABLED
#define LIBXML_OUTPUT_ENABLED
#define LIBXML_SAX1_ENABLED
#define LIBXML_WINPATH_ENABLED
/* Removed in 2.14 */
#undef LIBXML_LEGACY_ENABLED
#undef LIBXML_UNICODE_ENABLED
/* Disabled features */
/* #undef LIBXML_THREAD_ALLOC_ENABLED */
/* #undef LIBXML_PUSH_ENABLED */
/* #undef LIBXML_READER_ENABLED */
/* #undef LIBXML_PATTERN_ENABLED */
/* #undef LIBXML_WRITER_ENABLED */
/* #undef LIBXML_HTTP_STUBS_ENABLED */
/* #undef LIBXML_VALID_ENABLED */
/* #undef LIBXML_HTML_ENABLED */
/* #undef LIBXML_C14N_ENABLED */
/* #undef LIBXML_CATALOG_ENABLED */
/* #undef LIBXML_XPATH_ENABLED */
/* #undef LIBXML_XPTR_ENABLED */
/* #undef LIBXML_XINCLUDE_ENABLED */
/* #undef LIBXML_ICONV_ENABLED */
/* #undef LIBXML_ICU_ENABLED */
/* #undef LIBXML_ISO8859X_ENABLED */
/* #undef LIBXML_DEBUG_ENABLED */
/* #undef LIBXML_REGEXP_ENABLED */
/* #undef LIBXML_AUTOMATA_ENABLED */
/* #undef LIBXML_RELAXNG_ENABLED */
/* #undef LIBXML_SCHEMAS_ENABLED */
/* #undef LIBXML_SCHEMATRON_ENABLED */
/* #undef LIBXML_MODULES_ENABLED */
/* #undef LIBXML_ZLIB_ENABLED */
#include <libxml/xmlexports.h>
#endif