You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
503 B

  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -195,7 +195,6 @@ AC_DEFINE_UNQUOTED(PASSWD_PROGRAM, "$sha
  4. dnl XXX - quick hack, should disappear before anyone notices :).
  5. AC_DEFINE(USE_SYSLOG, 1, [Define to use syslog().])
  6. AC_DEFINE(RLOGIN, 1, [Define if login should support the -r flag for rlogind.])
  7. -AC_DEFINE(RUSEROK, 0, [Define to the ruserok() "success" return value (0 or 1).])
  8. AC_ARG_ENABLE(shadowgrp,
  9. [AC_HELP_STRING([--enable-shadowgrp], [enable shadow group support @<:@default=yes@:>@])],