emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Tue, 11 Dec 2001 17:20:11 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.298 emacs/src/dispnew.c:1.299
*** emacs/src/dispnew.c:1.298   Fri Nov 16 08:02:02 2001
--- emacs/src/dispnew.c Tue Dec 11 17:20:11 2001
***************
*** 101,107 ****
  #endif
  #endif /* not __GNU_LIBRARY__ */
  
! #if defined(HAVE_TERM_H) && defined (LINUX) && defined (HAVE_LIBNCURSES)
  #include <term.h>             /* for tgetent */
  #endif
  
--- 101,107 ----
  #endif
  #endif /* not __GNU_LIBRARY__ */
  
! #if defined(HAVE_TERM_H) && defined (GNU_LINUX) && defined (HAVE_LIBNCURSES)
  #include <term.h>             /* for tgetent */
  #endif
  
***************
*** 6397,6403 ****
  #else
        Vwindow_system_version = make_number (10);
  #endif
! #if defined (LINUX) && defined (HAVE_LIBNCURSES)
        /* In some versions of ncurses,
         tputs crashes if we have not called tgetent.
         So call tgetent.  */
--- 6397,6403 ----
  #else
        Vwindow_system_version = make_number (10);
  #endif
! #if defined (GNU_LINUX) && defined (HAVE_LIBNCURSES)
        /* In some versions of ncurses,
         tputs crashes if we have not called tgetent.
         So call tgetent.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]