Added check for lynx to write mhshow-show-text/html line in mhn.defaults.sh.
[mmh] / zotnet / mts / client.c
index 2093374..924684c 100644 (file)
@@ -92,8 +92,7 @@ client (char *args, char *protocol, char *service, int rproto,
     char *arguments[MAXARGS];
     register struct hostent *hp;
     register struct servent *sp;
-/* we assume netent and getnetbyaddr come with gethostbyname */
-#ifdef HAVE_GETHOSTBYNAME
+#ifndef        HAVE_GETHOSTBYNAME
     register struct netent *np;
 #endif