[Bug 645] Configure mis-identifies setresgid
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Oct 27 15:27:10 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=645
------- Additional Comments From tigerwolf at tigerden.com 2003-10-27 15:27 -------
Ran configure on the test source provided, but the setresgid remained defined.
Diff with unpached version shows:
tiger:/archive2/openssh-uid# diff config.h ../openssh-3.7.1p2/config.h
3c3
< /* $Id: acconfig.h,v 1.168 2003/10/15 06:57:57 dtucker Exp $ */
---
> /* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */
46,51d45
< /* Define if your setreuid() is broken */
< /* #undef BROKEN_SETRESUID */
<
< /* Define if your setregid() is broken */
< /* #undef BROKEN_SETRESGID */
<
100,102d93
< /* Define if you have the basename function. */
< #define HAVE_BASENAME 1
<
428a420,422
> /* Define if DNS support is to be activated */
> /* #undef DNS */
>
447a442,444
> /* Define if you have the `basename' function. */
> #define HAVE_BASENAME 1
>
835,837d831
< /* Define if you have the `strtoul' function. */
< #define HAVE_STRTOUL 1
<
956c950
< #define HAVE__GETLONG 1
---
> /* #undef HAVE__GETLONG */
962c956
< #define HAVE__GETSHORT 1
---
> /* #undef HAVE__GETSHORT */
If other tests/outputs would be helpful, let me know.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list