nginx/auto/lib/pcre
Maxim Dounin 74b7a91013 Win32: Borland C compatibility fixes.
Several false positive warnings silenced, notably W8012 "Comparing
signed and unsigned" (due to u_short values promoted to int), and
W8072 "Suspicious pointer arithmetic" (due to large type values added
to pointers).

With this patch, it's now again possible to compile nginx using bcc32,
with options we normally compile on win32 minus ipv6 and ssl.
2013-09-04 20:48:23 +04:00
..
conf Configure: better check for PCRE JIT. 2012-12-12 13:50:07 +00:00
make Configure: pcre.lib dependencies fix. 2013-08-23 22:53:54 +04:00
makefile.bcc Win32: Borland C compatibility fixes. 2013-09-04 20:48:23 +04:00
makefile.msvc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
makefile.owc Win32: Open Watcom C compatibility fixes. 2013-09-04 20:48:22 +04:00