Displaying 1 result from an estimated 1 matches for "314a318".
Did you mean:
314318
2003 Jan 13
0
SX-6 port of openssh, configure problems
...#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 useful.
Regards,
Ajit
-----Original Me...