New thing:
RT #39855: configuration: define MIN/MAX macros for all integral typedefs
For example, if INTVAL is long, then config.h should include:
#include <limits.h>
#define INTVAL_MIN LONG_MIN
#define INTVAL_MAX LONG_MAX
...
etc.
--
Chip Salzenberg <ch...@pobox.com>
Regards.
--
Will "Coke" Coleda
wi...@coleda.com