]> git.kaiwu.me - nginx.git/commit
Compatibility with FreeBSD 2.2.9.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 13:38:31 +0000 (16:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 13:38:31 +0000 (16:38 +0300)
commit5fd9cfa376692e1274283e1a421b41e130183104
tree0f985a037db9519e36b0a9e144ec265519ddbdd4
parentcab0ac3d5086ae87b80b7cc79e6472e6a4bd8ac0
Compatibility with FreeBSD 2.2.9.

Added (RTLD_NOW | RTLD_GLOBAL) to dlopen() test.  There is no RTLD_GLOBAL
on FreeBSD 2.2.9.

Added uint32_t test, with fallback to u_int32_t, similar to uint64_t one.
Added fallback to u_int32_t in in_addr_t test.

With these changes it is now possible to compile nginx on FreeBSD 2.2.9
with only few minor warnings (assuming -Wno-error).
auto/unix