nginx/src
Maxim Dounin 226647e397 Configure: GNU Hurd properly recognized.
With this change it's no longer needed to pass -D_GNU_SOURCE manually,
and -D_FILE_OFFSET_BITS=64 is set to use 64-bit off_t.

Note that nginx currently fails to work properly with master process
enabled on GNU Hurd, as fcntl(F_SETOWN) returns EOPNOTSUPP for sockets
as of GNU Hurd 0.6.  Additionally, our strerror() preloading doesn't
work well with GNU Hurd, as it uses large numbers for most errors.
2015-05-25 17:58:13 +03:00
..
core The "reuseport" option of the "listen" directive. 2015-05-20 15:51:56 +03:00
event Fixed reuseport with accept_mutex. 2015-05-21 19:39:11 +03:00
http Upstream: report to error_log when max_fails is reached. 2015-05-20 22:44:00 +03:00
mail Simplified ngx_http_init_listening(). 2015-05-20 15:51:28 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Configure: GNU Hurd properly recognized. 2015-05-25 17:58:13 +03:00
stream Upstream: report to error_log when max_fails is reached. 2015-05-20 22:44:00 +03:00