dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] pnet/support console.c,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/support console.c,1.5,1.6
Date: Sat, 08 Nov 2003 21:43:17 +0000

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv13811/support

Modified Files:
        console.c 
Log Message:


Use a better detection mechanism for systems that use <term.h>
instead of <termcap.h>.


Index: console.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/console.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** console.c   8 Nov 2003 01:15:56 -0000       1.5
--- console.c   8 Nov 2003 21:43:15 -0000       1.6
***************
*** 47,50 ****
--- 47,53 ----
        #include <termcap.h>
  #elif defined(HAVE_TERM_H)
+       #ifdef HAVE_CURSES_H
+               #include <curses.h>
+       #endif
        #include <term.h>
  #endif





reply via email to

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