Displaying 1 result from an estimated 1 matches for "198a201".
Did you mean:
19801
2003 Jan 13
0
SX-6 port of openssh, configure problems
...& !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) && !defined(HAVE___B64_NTOP) */
198a201
> #if !defined(HAVE_B64_PTON)
314a318
> #endif /*!defined(HAVE_B64_PTON)*/
316c320
< #endif /* !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP) */
---
> #endif /*(!defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)) ||
!defined(HAVE_B64_PTON)*/
Hope this will be u...