Commit 09eb37d1 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Re-add Solaris support which was removed in r1465.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2133 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bde60d08
......@@ -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