Diff for /embedaddon/readline/tcap.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.2, 2021/03/17 01:01:01
Line 1 Line 1
 /* tcap.h -- termcap library functions and variables. */  /* tcap.h -- termcap library functions and variables. */
   
/* Copyright (C) 1996-2009 Free Software Foundation, Inc./* Copyright (C) 1996-2015 Free Software Foundation, Inc.
   
    This file is part of the GNU Readline Library (Readline), a library     This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.           for reading lines of text with interactive input and history editing.      
Line 31 Line 31
 #    include "rltty.h"  #    include "rltty.h"
 #  endif  #  endif
 #  include <termcap.h>  #  include <termcap.h>
   #elif defined (HAVE_NCURSES_TERMCAP_H)
   #  include <ncurses/termcap.h>
 #else  #else
   
 /* On Solaris2, sys/types.h #includes sys/reg.h, which #defines PC.  /* On Solaris2, sys/types.h #includes sys/reg.h, which #defines PC.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>