nginx/auto
Ruslan Ermilov b89e3bc034 Configure: fixed type max value detection.
The code tried to use suffixes for "long" and "long long" types, but
it never worked as intended due to the bug in the shell code.  Also,
the max value for any 64-bit type other than "long long" on platforms
with 32-bit "long" would be incorrect if the bug was fixed.

So instead of fixing the bug in the shell code, always use the "int"
constant for 32-bit types, and "long long" constant for 64-bit types.
2015-03-18 02:04:39 +03:00
..
cc Configure: added -Wno-deprecated-declarations on OS X. 2014-05-28 17:41:44 +04:00
lib Configure: remove outdated and unused patch.zlib.h. 2014-07-31 03:52:28 -07:00
os Configure: removed redundant auto/have call. 2015-03-13 16:43:01 +03:00
types Configure: fixed type max value detection. 2015-03-18 02:04:39 +03:00
configure Configure: the --build= option. 2014-05-20 16:10:07 +04:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
feature Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
init Copyright updated. 2012-01-18 15:07:43 +00:00
install Configure: fixed make macros to use parentheses instead of braces. 2012-09-11 12:43:59 +00:00
make Correct plural form for "path" in the whole source base. 2012-09-28 13:49:26 +00:00
modules Upstream: generic hash module. 2014-06-02 16:16:22 +04:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Upstream: generic hash module. 2014-06-02 16:16:22 +04:00
sources Upstream: generic hash module. 2014-06-02 16:16:22 +04:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Copyright updated. 2012-01-18 15:07:43 +00:00
unix Core: expose maximum values of time_t and ngx_int_t. 2015-03-17 00:24:34 +03:00