nginx-0.7.46
Igor Sysoev
is at rambler-co.ru
Wed Apr 1 19:17:17 MSD 2009
On Wed, Apr 01, 2009 at 05:12:32PM +0200, Otto Bretz wrote:
> 2009/4/1 Igor Sysoev <is at rambler-co.ru>:
> > What does configure show ?
>
> http://pastebin.com/m3ef8c583
Try the attached patch.
--
Igor Sysoev
http://sysoev.ru/en/
-------------- next part --------------
Index: src/os/unix/ngx_posix_config.h
===================================================================
--- src/os/unix/ngx_posix_config.h (revision 1955)
+++ src/os/unix/ngx_posix_config.h (working copy)
@@ -44,6 +44,9 @@
#include <grp.h>
#include <dirent.h>
#include <glob.h>
+#if (NGX_HAVE_SYS_PARAM_H)
+#include <sys/param.h> /* statfs() */
+#endif
#if (NGX_HAVE_SYS_MOUNT_H)
#include <sys/mount.h> /* statfs() */
#endif
More information about the nginx
mailing list