- (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice

<tim@multitalents.net>
 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
   <tim@multitalents.net>
This commit is contained in:
Damien Miller 2001-02-27 14:42:48 +11:00
parent 0bcf9eacdf
commit 896b88acba
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.255 2001/02/26 21:39:07 djm Exp $
# $Id: configure.in,v 1.256 2001/02/27 03:42:48 djm Exp $
AC_INIT(ssh.c)
@ -257,7 +257,6 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(HAVE_SCO_PROTECTED_PW)
AC_DEFINE(DISABLE_SHADOW)
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(BROKEN_SAVED_UIDS)
AC_CHECK_FUNCS(getluid setluid)
;;
*-dec-osf*)

View File

@ -120,7 +120,9 @@
#ifndef _PATH_SFTP_SERVER
#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"
#endif
#ifndef _PATH_LS
#define _PATH_LS "ls"
#endif
/* path to login program */
#ifndef LOGIN_PROGRAM