diff auto/os/solaris @ 875:7af8276b1c2f

test PCRE in FreeBSD, Linux, and NetBSD
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Nov 2006 11:07:09 +0000
parents f30b1a75fd3b
children 111c571f431c
line wrap: on
line diff
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -28,6 +28,7 @@ ngx_feature="sendfilev()"
 ngx_feature_name="NGX_HAVE_SENDFILE"
 ngx_feature_run=no
 ngx_feature_incs="#include <sys/sendfile.h>"
+ngx_feature_path=
 ngx_feature_libs="-lsendfile"
 ngx_feature_test="int fd = 1; sendfilevec_t vec[1];
                   size_t sent; ssize_t n;
@@ -45,6 +46,7 @@ ngx_feature="event ports"
 ngx_feature_name="NGX_HAVE_EVENTPORT"
 ngx_feature_run=no
 ngx_feature_incs="#include <port.h>"
+ngx_feature_path=
 ngx_feature_libs=
 ngx_feature_test="int n = port_create()"
 . auto/feature