search for: have_ucred_h

Displaying 2 results from an estimated 2 matches for "have_ucred_h".

Did you mean: have_sched_h
2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
...n. */ +#define HAVE_GETPEERUCRED + /* Define to 1 if you have the `getpwanam' function. */ #undef HAVE_GETPWANAM @@ -375,6 +378,9 @@ /* Define to 1 if you have the `getttyent' function. */ #undef HAVE_GETTTYENT +/* Define to 1 if you have the <ucred.h> header file. */ +#define HAVE_UCRED_H + /* Define to 1 if you have the `getutent' function. */ #undef HAVE_GETUTENT diff -ur openssh/configure.ac openssh-SNAP-20060921-patched//configure.ac --- openssh/configure.ac Mon Sep 18 15:17:41 2006 +++ openssh-SNAP-20060921-patched//configure.ac Mon Sep 25 11:58:41 2006 @@ -1242,6 +1242...
2007 May 09
1
[Bug 1287] Use getpeerucred on Solaris
...----------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #2 from bugzilla-openssh at thewrittenword.com 2007-05-10 07:14 ------- I checked CVS and the supplied patch but, while they both have HAVE_UCRED_H, I don't see a check for the header <ucred.h> anywhere in the changes to configure.ac. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.