[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:27:19 +0000 (07:27 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:27:19 +0000 (07:27 +0000)
src/term.c

index c7eb2ca..a6fb26a 100644 (file)
@@ -297,6 +297,7 @@ extern char *tgetstr ();
 \f
 
 #ifdef WINDOWSNT
+#ifndef HAVE_NTGUI
 /* We aren't X windows, but we aren't termcap either.  This makes me
    uncertain as to what value to use for frame.output_method.  For
    this file, we'll define FRAME_TERMCAP_P to be zero so that our
@@ -305,6 +306,7 @@ extern char *tgetstr ();
 
 #undef FRAME_TERMCAP_P
 #define FRAME_TERMCAP_P(_f_) 0
+#endif /* not HAVE_NTGUI */
 #endif /* WINDOWSNT */
 
 ring_bell ()