nginx/auto/types
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
..
sizeof Configure: fixed type max value detection. 2015-03-18 02:04:39 +03:00
typedef Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
uintptr_t Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
value Copyright updated. 2012-01-18 15:07:43 +00:00