]> diplodocus.org Git - nmh/blobdiff - mts/smtp/hosts.c
Changed the GECOS-field '&' translation behavior to be controlled by the BSD42
[nmh] / mts / smtp / hosts.c
index daa59b6b6dc074250908bacd906350707ac0d63f..83727d5428885df057eac17a1f9dc01ec6042b4a 100644 (file)
@@ -47,7 +47,7 @@ OfficialName (char *name)
     if (!strcasecmp (LocalName(), site))
        return LocalName();
 
-#ifndef        BIND
+#ifdef HAVE_SETHOSTENT
     sethostent (1);
 #endif