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