/* -*-C-*-
-$Id: tterm.c,v 1.12 2001/03/03 05:17:36 cph Exp $
+$Id: tterm.c,v 1.13 2002/01/29 06:00:09 cph Exp $
-Copyright (c) 1990-2001 Massachusetts Institute of Technology
+Copyright (c) 1990-2002 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
*/
/* termcap(3) interface for Scheme. */
#include "osterm.h"
#ifdef HAVE_LIBNCURSES
+/* <curses.h> will define false and true, but in recent versions
+ having them defined prior to including <curses.h> can cause a
+ parsing error on GNU systems. */
+# undef false
+# undef true
# include <curses.h>
# include <term.h>
#else