BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef

As reported in GH issue #1369, there is a single case of #if with a
possibly undefined value in defaults.h which is on MAXHOSTNAMELEN. Let's
turn it to a #ifdef.
1 file changed