diff options
author | George Lebl <jirka@5z.com> | 2002-05-17 23:21:39 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-05-17 23:21:39 +0000 |
commit | 44da90ee86bf48fd5c8ea482f9ff0efdad08d01e (patch) | |
tree | a467fa9b962a001b699ba8e10a2b00e29f983999 /acconfig.h | |
parent | 65276a96de51b653a5ef4739dc59d9211742362a (diff) | |
download | gdm-44da90ee86bf48fd5c8ea482f9ff0efdad08d01e.tar.gz |
Use BSD's setusercontext if found. If language is unset and there is no
Fri May 17 16:10:15 2002 George Lebl <jirka@5z.com>
* daemon/misc.c, daemon/slave.c, configure.in, acconfig.h: Use BSD's
setusercontext if found. If language is unset and there is no
saved preference then if we're using setusercontext don't reset
LANG so that the users login.conf preference takes over
* daemon/gdm.h, gui/gdmlogin.c, gui/gdmsetup.c: Add a new key
greeter/MinimalUID which sets the minimal uid which is needed
to show up in the browser or the dropdown list in gdmsetup
* daemon/gdmlogin.c: whack the "*" checking in the password field,
since we may get it normally
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,3 +25,4 @@ #undef EXPANDED_SYSCONFDIR #undef EXPANDED_SESSDIR #undef GETTEXT_PACKAGE +#undef HAVE_LOGINCAP |