diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 19:08:27 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 19:08:27 +0300 |
| commit | 08e05a40422300a25e3b4e5b915592d7b2c41592 (patch) | |
| tree | eee4ee290240741157fa7909b1da71f3bab05fc7 /auto/os | |
| parent | 83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 (diff) | |
| download | nginx-08e05a40422300a25e3b4e5b915592d7b2c41592.tar.gz nginx-08e05a40422300a25e3b4e5b915592d7b2c41592.tar.bz2 | |
Configure: removed obsolete threads bits.
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/freebsd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd index eee188915..6c696326b 100644 --- a/auto/os/freebsd +++ b/auto/os/freebsd @@ -99,25 +99,6 @@ then fi -if [ $USE_THREADS = "rfork" ]; then - - echo " + using rfork()" - -# # kqueue's EVFILT_SIGNAL is safe -# -# if [ $version -gt 460101 ]; then -# echo " + kqueue's EVFILT_SIGNAL is safe" -# have=NGX_HAVE_SAFE_EVFILT_SIGNAL . auto/have -# else -# echo "$0: error: the kqueue's EVFILT_SIGNAL is unsafe on this" -# echo "FreeBSD version, so --with-threads=rfork could not be used" -# echo -# -# exit 1 -# fi -fi - - if [ $EVENT_AIO = YES ]; then if [ \( $version -lt 500000 -a $version -ge 430000 \) \ -o $version -ge 500014 ] |
