Mercurial > hg > xemacs-beta
comparison nt/config.h @ 221:6c0ae1f9357f r20-4b9
Import from CVS: tag r20-4b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:02 +0200 |
parents | 262b8bb4a523 |
children | 52952cbfc5b5 |
comparison
equal
deleted
inserted
replaced
220:04f4bca7b601 | 221:6c0ae1f9357f |
---|---|
131 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 131 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |
132 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) || defined (HAVE_MS_WINDOWS) | 132 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) || defined (HAVE_MS_WINDOWS) |
133 #define HAVE_WINDOW_SYSTEM | 133 #define HAVE_WINDOW_SYSTEM |
134 #endif | 134 #endif |
135 | 135 |
136 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ | 136 /* #define HAVE_UNIXOID_EVENT_LOOP removed -- kkm*/ |
137 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) || defined (HAVE_MS_WINDOWS) | |
138 #define HAVE_UNIXOID_EVENT_LOOP | |
139 #endif | |
140 | 137 |
141 /* Define USER_FULL_NAME to return a string | 138 /* Define USER_FULL_NAME to return a string |
142 that is the user's full name. | 139 that is the user's full name. |
143 It can assume that the variable `pw' | 140 It can assume that the variable `pw' |
144 points to the password file entry for this user. | 141 points to the password file entry for this user. |