]> diplodocus.org Git - nmh/blobdiff - mts/smtp/hosts.c
Use the DATE file
[nmh] / mts / smtp / hosts.c
index daa59b6b6dc074250908bacd906350707ac0d63f..4b3d6069317ef291ec326c0830f95ea70f118047 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include <h/mh.h>
-#include <zotnet/mts/mts.h>
+#include <h/mts.h>
 #include <netdb.h>
 
 static struct host {
@@ -47,7 +47,7 @@ OfficialName (char *name)
     if (!strcasecmp (LocalName(), site))
        return LocalName();
 
-#ifndef        BIND
+#ifdef HAVE_SETHOSTENT
     sethostent (1);
 #endif