]> git.eshelyaron.com Git - emacs.git/commitdiff
[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 c7eb2ca6c7d43aa807d4a809aa45c561383d2176..a6fb26a59614062fc2ff9f5eca16ca716852afa4 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 ()