MIN 79 modules/cache/mod_cache.h #define MIN(a,b) ((a) < (b) ? (a) : (b)) MIN 51 modules/ssl/ssl_expr.h #define MIN(a,b) (((a)<(b))?(a):(b))