nginx/auto/os
Maxim Dounin 48d96ced6f Win32: MinGW GCC compatibility.
Several warnings silenced, notably (ngx_socket_t) -1 is now checked
on socket operations instead of -1, as ngx_socket_t is unsigned on win32
and gcc complains on comparison.

With this patch, it's now possible to compile nginx using mingw gcc,
with options we normally compile on win32.
2013-09-04 20:48:28 +04:00
..
conf Fixed "sendmsg() failed" alerts on HP-UX. 2012-06-18 14:11:29 +00:00
darwin Configure: fixed test of OS X atomic(3). 2013-05-23 10:23:21 +04:00
freebsd worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. 2012-03-21 13:58:51 +00:00
linux Disable symlinks: use O_PATH to open path components. 2013-09-02 08:07:59 +04:00
solaris Fixed more gcc46 warnings in configure tests. 2012-03-27 16:44:52 +00:00
win32 Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00