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:
Daniel Veillard 2002-03-26 07:58:43 +00:00
parent d6d3147d18
commit dd4b912f4c
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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