# HG changeset patch # User Geoff Voelker # Date 815729239 0 # Node ID db5deab8a955ce2fc3cf0da06381af3e2623e1d3 # Parent 58e22ceabff4d63d2a7c0a2e48fe5a237e678af0 [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. diff -r 58e22ceabff4 -r db5deab8a955 src/term.c --- a/src/term.c Tue Nov 07 07:26:18 1995 +0000 +++ b/src/term.c Tue Nov 07 07:27:19 1995 +0000 @@ -297,6 +297,7 @@ #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 @@ #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 +#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell ()