Mercurial > hg > xemacs-beta
comparison nt/config.h @ 247:e70b3a057e12 r20-5b22
Import from CVS: tag r20-5b22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:18:21 +0200 |
parents | 41f2f0e326e9 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
246:cf2a77a48c1c | 247:e70b3a057e12 |
---|---|
123 some extra functionality to gnuserv. */ | 123 some extra functionality to gnuserv. */ |
124 #undef HAVE_XAUTH | 124 #undef HAVE_XAUTH |
125 | 125 |
126 /* Define HAVE_XLOCALE_H if X11/Xlocale.h is present. */ | 126 /* Define HAVE_XLOCALE_H if X11/Xlocale.h is present. */ |
127 #define HAVE_XLOCALE_H | 127 #define HAVE_XLOCALE_H |
128 #define HAVE_UNIXOID_EVENT_LOOP | |
128 | 129 |
129 #endif /* HAVE_X_WINDOWS */ | 130 #endif /* HAVE_X_WINDOWS */ |
130 | 131 |
131 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 132 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |
132 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) || defined (HAVE_MS_WINDOWS) | 133 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) || defined (HAVE_MS_WINDOWS) |
133 #define HAVE_WINDOW_SYSTEM | 134 #define HAVE_WINDOW_SYSTEM |
134 #endif | 135 #endif |
135 | 136 |
136 /* #define HAVE_UNIXOID_EVENT_LOOP removed -- kkm*/ | 137 |
137 | 138 |
138 /* Define USER_FULL_NAME to return a string | 139 /* Define USER_FULL_NAME to return a string |
139 that is the user's full name. | 140 that is the user's full name. |
140 It can assume that the variable `pw' | 141 It can assume that the variable `pw' |
141 points to the password file entry for this user. | 142 points to the password file entry for this user. |