libxml2/libxml/xmlversion.h inconsistent across platforms

I’ve noticed that xmlversion.h in android and win32 do not agree
I’m using the latest version from github

For example,

#if 0 // this is #if 1 on win32 and #if 0 on android
#define LIBXML_ICONV_ENABLED
#endif

This isn’t a big deal but should probably be fixed

Thanks,
David

Well it is actually a big deal for me.

This is not enabled and i need it.

#if 0
#define LIBXML_TREE_ENABLED
#endif

Im actually trying to recompile libxml with these options but i’m failing

Could someone provide little guide how to recompile libxml2 for android so it would be compatible with cocos?

Thx.