_b 203 libdb/compat.h #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) _b 206 libdb/compat.h #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))