Ticket #30210: acconfig.h.diff

File acconfig.h.diff, 813 bytes (added by nkymyj@…, 13 years ago)
  • acconfig.h

    old new  
    191191 * If screen is installed with permissions to update /etc/utmp (such
    192192 * as if it is installed set-uid root), define UTMPOK.
    193193 */
    194 #define UTMPOK
     194#undef UTMPOK
    195195
    196196/* Set LOGINDEFAULT to one (1)
    197197 * if you want entries added to /etc/utmp by default, else set it to
    198198 * zero (0).
    199199 * LOGINDEFAULT will be one (1) whenever LOGOUTOK is undefined!
    200200 */
    201 #define LOGINDEFAULT    1
     201#undef LOGINDEFAULT
    202202
    203203/* Set LOGOUTOK to one (1)
    204204 * if you want the user to be able to log her/his windows out.
     
    214214 * Set CAREFULUTMP to one (1) if you want that users have at least one
    215215 * window per screen session logged in.
    216216 */
    217 #define LOGOUTOK 1
     217#undef LOGOUTOK
    218218#undef CAREFULUTMP