diff options
Diffstat (limited to 'third_party/libxml/acconfig.h')
-rw-r--r-- | third_party/libxml/acconfig.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/libxml/acconfig.h b/third_party/libxml/acconfig.h new file mode 100644 index 0000000..dedcf1dc --- /dev/null +++ b/third_party/libxml/acconfig.h @@ -0,0 +1,16 @@ +#undef PACKAGE +#undef VERSION +#undef HAVE_LIBZ +#undef HAVE_LIBM +#undef HAVE_ISINF +#undef HAVE_ISNAN +#undef HAVE_LIBHISTORY +#undef HAVE_LIBREADLINE +#undef HAVE_LIBPTHREAD +#undef HAVE_PTHREAD_H + +/* Define if IPV6 support is there */ +#undef SUPPORT_IP6 + +/* Define if getaddrinfo is there */ +#undef HAVE_GETADDRINFO |