diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20031218 | ||
2 | - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban. | ||
3 | |||
1 | 20031217 | 4 | 20031217 |
2 | - (djm) OpenBSD CVS Sync | 5 | - (djm) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2003/12/09 15:28:43 | 6 | - markus@cvs.openbsd.org 2003/12/09 15:28:43 |
@@ -1607,4 +1610,4 @@ | |||
1607 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1610 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1608 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1611 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1609 | 1612 | ||
1610 | $Id: ChangeLog,v 1.3149 2003/12/18 00:34:06 mouring Exp $ | 1613 | $Id: ChangeLog,v 1.3150 2003/12/18 01:52:19 dtucker Exp $ |
diff --git a/configure.ac b/configure.ac index 50b43ae31..6c8621ce5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.177 2003/12/17 07:53:26 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.178 2003/12/18 01:52:19 dtucker Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -132,6 +132,9 @@ case "$host" in | |||
132 | ;; | 132 | ;; |
133 | *-*-dgux*) | 133 | *-*-dgux*) |
134 | AC_DEFINE(IP_TOS_IS_BROKEN) | 134 | AC_DEFINE(IP_TOS_IS_BROKEN) |
135 | AC_DEFINE(SETEUID_BREAKS_SETUID) | ||
136 | AC_DEFINE(BROKEN_SETREUID) | ||
137 | AC_DEFINE(BROKEN_SETREGID) | ||
135 | ;; | 138 | ;; |
136 | *-*-darwin*) | 139 | *-*-darwin*) |
137 | AC_MSG_CHECKING(if we have working getaddrinfo) | 140 | AC_MSG_CHECKING(if we have working getaddrinfo) |