Commit 701a2489 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Merged revisions 2133 via svnmerge from

svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2133 | des | 2007-10-19 13:18:49 +0200 (Fri, 19 Oct 2007) | 2 lines
  
  Re-add Solaris support which was removed in r1465.
........


git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2135 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 13ac6f41
......@@ -41,6 +41,10 @@
#include <sys/mount.h>
#endif
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
#endif
......
......@@ -67,6 +67,7 @@ AC_HEADER_SYS_WAIT
AC_HEADER_TIME
AC_CHECK_HEADERS([sys/socket.h])
AC_CHECK_HEADERS([sys/mount.h])
AC_CHECK_HEADERS([sys/statvfs.h])
AC_CHECK_HEADERS([sys/vfs.h])
AC_CHECK_HEADERS([netinet/in.h])
AC_CHECK_HEADERS([stddef.h])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment