changes per kurt
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 7 Nov 1982 03:53:56 +0000 (19:53 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 7 Nov 1982 03:53:56 +0000 (19:53 -0800)
SCCS-vsn: usr.bin/mail/optim.c 2.7

usr/src/usr.bin/mail/optim.c

index 5f34699..eadb38f 100644 (file)
@@ -10,7 +10,7 @@
 #include "configdefs.h"
 #include <ctype.h>
 
 #include "configdefs.h"
 #include <ctype.h>
 
-static char *SccsId = "@(#)optim.c     2.6 %G%";
+static char *SccsId = "@(#)optim.c     2.7 %G%";
 
 /*
  * Map a name into the correct network "view" of the
 
 /*
  * Map a name into the correct network "view" of the
@@ -704,6 +704,7 @@ best(src, dest)
        return(np->no_char);
 }
 
        return(np->no_char);
 }
 
+#ifdef GETHOST
 /*
  * Initialize the network name of the current host.
  */
 /*
  * Initialize the network name of the current host.
  */
@@ -722,6 +723,7 @@ inithost()
        }
        np->nt_machine = host;
 }
        }
        np->nt_machine = host;
 }
+#endif GETHOST
 
 /*
  * Code to twist around arpa net names.
 
 /*
  * Code to twist around arpa net names.