# HG changeset patch # User Geoff Voelker # Date 815728994 0 # Node ID b035c6e414575be5327687215b6be184eb841bb2 # Parent 12b63cc21bdbef8fe42db980653814121e701e57 [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro. Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems. diff -r 12b63cc21bdb -r b035c6e41457 src/process.c --- a/src/process.c Tue Nov 07 07:20:59 1995 +0000 +++ b/src/process.c Tue Nov 07 07:23:14 1995 +0000 @@ -208,9 +208,9 @@ #include "sysselect.h" -/* If we support X Windows, turn on the code to poll periodically +/* If we support a window system, turn on the code to poll periodically to detect C-g. It isn't actually used when doing interrupt input. */ -#ifdef HAVE_X_WINDOWS +#ifdef HAVE_WINDOW_SYSTEM #define POLL_FOR_INPUT #endif