comparison src/process.c @ 13414:b035c6e41457

[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro. Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 07 Nov 1995 07:23:14 +0000
parents 2af96ac471bc
children d16f31ae8adf
comparison
equal deleted inserted replaced
13413:12b63cc21bdb 13414:b035c6e41457
206 /* Number of events for which the user or sentinel has been notified. */ 206 /* Number of events for which the user or sentinel has been notified. */
207 int update_tick; 207 int update_tick;
208 208
209 #include "sysselect.h" 209 #include "sysselect.h"
210 210
211 /* If we support X Windows, turn on the code to poll periodically 211 /* If we support a window system, turn on the code to poll periodically
212 to detect C-g. It isn't actually used when doing interrupt input. */ 212 to detect C-g. It isn't actually used when doing interrupt input. */
213 #ifdef HAVE_X_WINDOWS 213 #ifdef HAVE_WINDOW_SYSTEM
214 #define POLL_FOR_INPUT 214 #define POLL_FOR_INPUT
215 #endif 215 #endif
216 216
217 /* Mask of bits indicating the descriptors that we wait for input on. */ 217 /* Mask of bits indicating the descriptors that we wait for input on. */
218 218