Displaying 1 result from an estimated 1 matches for "47c47".
Did you mean:
4747
2003 Jan 13
0
SX-6 port of openssh, configure problems
...a \
---
> for ac_func in arc4random atexit b64_ntop b64_pton bcopy bindresvport_sa \
2. config.h.in (Following lines added)
337a337,339
>
> /* Define if you have the `b64_pton' function. */
> #undef HAVE_B64_PTON
3. openbsd-compat/base64.c (Used the HAVE_B64_PTON in this file)
47c47
< #if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
---
> #if (!defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)) ||
!defined(HAVE_B64_PTON)
131a132
> #if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
197a199
> #endif /* !defined(HAVE_B64_NTOP) &...