MAX 76 modules/cache/mod_cache.h #define MAX(a,b) ((a) > (b) ? (a) : (b)) MAX 37 modules/proxy/mod_proxy.c #define MAX(x,y) ((x) >= (y) ? (x) : (y))