mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-27 05:23:51 +00:00
applied patch from Allan Clark for UnixWare/OpenServer Daniel
* configure.in nanohttp.c: applied patch from Allan Clark for UnixWare/OpenServer Daniel
This commit is contained in:
parent
d6d3147d18
commit
dd4b912f4c
@ -1,3 +1,8 @@
|
||||
Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in nanohttp.c: applied patch from Allan Clark for
|
||||
UnixWare/OpenServer
|
||||
|
||||
Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in: preparing 2.4.19
|
||||
|
@ -87,7 +87,7 @@ AC_CHECK_HEADERS(stdarg.h sys/stat.h sys/types.h time.h ansidecl.h)
|
||||
AC_CHECK_HEADERS(ieeefp.h nan.h math.h fp_class.h float.h)
|
||||
AC_CHECK_HEADERS(stdlib.h sys/socket.h netinet/in.h arpa/inet.h)
|
||||
AC_CHECK_HEADERS(netdb.h sys/time.h sys/select.h sys/mman.h)
|
||||
AC_CHECK_HEADERS(sys/timeb.h signal.h resolv.h)
|
||||
AC_CHECK_HEADERS(sys/timeb.h signal.h arpa/nameser.h resolv.h)
|
||||
|
||||
dnl Specific dir for HTML output ?
|
||||
if test "x$with_html_dir" = "x" ; then
|
||||
|
@ -40,6 +40,9 @@
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_RESOLV_H
|
||||
# ifdef HAVE_ARPA_NAMESER_H
|
||||
# include <arpa/nameser.h>
|
||||
# endif
|
||||
#include <resolv.h>
|
||||
#endif
|
||||
#ifdef HAVE_FCNTL_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user