Ticket #30210: acconfig.h.diff
File acconfig.h.diff, 813 bytes (added by nkymyj@…, 13 years ago) |
---|
-
acconfig.h
old new 191 191 * If screen is installed with permissions to update /etc/utmp (such 192 192 * as if it is installed set-uid root), define UTMPOK. 193 193 */ 194 # defineUTMPOK194 #undef UTMPOK 195 195 196 196 /* Set LOGINDEFAULT to one (1) 197 197 * if you want entries added to /etc/utmp by default, else set it to 198 198 * zero (0). 199 199 * LOGINDEFAULT will be one (1) whenever LOGOUTOK is undefined! 200 200 */ 201 # define LOGINDEFAULT 1201 #undef LOGINDEFAULT 202 202 203 203 /* Set LOGOUTOK to one (1) 204 204 * if you want the user to be able to log her/his windows out. … … 214 214 * Set CAREFULUTMP to one (1) if you want that users have at least one 215 215 * window per screen session logged in. 216 216 */ 217 # define LOGOUTOK 1217 #undef LOGOUTOK 218 218 #undef CAREFULUTMP