Remove needless MIN/MAX definitions.

We define the MIN/MAX macros in compat.h.

We also define MIN in crypto.c, circuitbuild.c, and test-memwipe.c. eventdns.c gets a pass since it's in src/ext.

Let's remove the redundant ones.