- (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.

This commit is contained in:
Darren Tucker 2003-12-18 12:52:19 +11:00
parent 563eb99711
commit 454da0b3dc
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20031218
- (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
20031217
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/12/09 15:28:43
@ -1607,4 +1610,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3149 2003/12/18 00:34:06 mouring Exp $
$Id: ChangeLog,v 1.3150 2003/12/18 01:52:19 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.177 2003/12/17 07:53:26 dtucker Exp $
# $Id: configure.ac,v 1.178 2003/12/18 01:52:19 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -132,6 +132,9 @@ case "$host" in
;;
*-*-dgux*)
AC_DEFINE(IP_TOS_IS_BROKEN)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
;;
*-*-darwin*)
AC_MSG_CHECKING(if we have working getaddrinfo)