summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-01-13 13:35:00 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-01-13 13:35:00 +0000
commitdb0eb8df5a13ef5dcf228519682d41cfe5f8700b (patch)
treebfef73b53415981707ae4e70bd7159743192f72f /include/libxml/xmlwin32version.h.in
parent845cce4cf1930d2ab9953ac1a345c5d3bed1ed94 (diff)
downloadlibxml2-db0eb8df5a13ef5dcf228519682d41cfe5f8700b.tar.gz
applied Serguei Narojnyi's patch to add native thread support on the Win32
* threads.c: applied Serguei Narojnyi's patch to add native thread support on the Win32 platform * testThreadsWin32.c Makefile.am: added the test program also from Serguei, Win32 specific * include/win32config.h include/libxml/xmlwin32version.h.in: added patch from Igor for the Windows thread specific defines. Daniel
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 41d5b140..614667ff 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -68,6 +68,15 @@ extern void xmlCheckVersion(int version);
#endif
/**
+ * LIBXML_THREADS_ENABLED:
+ *
+ * Whether the thread support is configured in
+ */
+#if 0
+#define LIBXML_THREAD_ENABLED
+#endif
+
+/**
* LIBXML_FTP_ENABLED:
*
* Whether the FTP support is configured in