/[inetutils]/inetutils/telnetd/utility.c
ViewVC logotype

Diff of /inetutils/telnetd/utility.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by gray, Mon Apr 8 14:05:56 2002 UTC revision 1.13 by ams, Sat Jan 22 14:56:11 2005 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1998,2001 Free Software Foundation, Inc.  /* Copyright (C) 1998,2001,2005 Free Software Foundation, Inc.
2    
3     This file is part of GNU Inetutils.     This file is part of GNU Inetutils.
4    
# Line 818  terminaltypeok (char *s) Line 818  terminaltypeok (char *s)
818    if (terminaltype == NULL)    if (terminaltype == NULL)
819      return 1;      return 1;
820    
821    #ifdef HAVE_LIBREADLINE
822    if (tgetent (buf, s) == 0)    if (tgetent (buf, s) == 0)
823    #endif
824      return 0;      return 0;
825    
826    return 1;    return 1;
827  }  }
828    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26