$OpenBSD: patch-LibXML_xs,v 1.1 2004/01/01 19:19:17 espie Exp $
--- LibXML.xs.orig	2003-05-27 11:56:28.000000000 +0200
+++ LibXML.xs	2004-01-01 20:13:49.000000000 +0100
@@ -68,13 +68,13 @@ extern int xmlDoValidityCheckingDefaultV
 extern int xmlSubstituteEntitiesDefaultVal;
 #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
 #else
-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
+extern int xmlDoValidityCheckingDefaultValue;
+extern int xmlSubstituteEntitiesDefaultValue;
 #endif
-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
+extern int xmlGetWarningsDefaultValue;
+extern int xmlKeepBlanksDefaultValue;
+extern int xmlLoadExtDtdDefaultValue;
+extern int xmlPedanticParserDefaultValue;
 
 #define TEST_PERL_FLAG(flag) \
     SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
