search for: have_b64_pton

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

2003 Jan 13
0
SX-6 port of openssh, configure problems
...ed) 5949c5949 < for ac_func in arc4random atexit b64_ntop bcopy bindresvport_sa \ --- > 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) &&...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...X_GETNAMEINFO_HACK */ /* #undef BROKEN_GETGROUPS */ /* #undef BROKEN_LIBIAF */ /* #undef BROKEN_MMAP */ /* #undef BROKEN_SETVBUF */ #define GETPGRP_VOID 1 /* #undef GETSPNAM_CONFLICTING_DEFS */ /* #undef HAVE_ARC4RANDOM */ /* #undef HAVE_ATTRIBUTE__SENTINEL__ */ /* #undef HAVE_B64_NTOP */ /* #undef HAVE_B64_PTON */ #define HAVE_BCOPY 1 /* #undef HAVE_BINDRESVPORT_SA */ /* #undef HAVE_BSM_AUDIT_H */ /* #undef HAVE_BSTRING_H */ #define HAVE_CLOCK 1 /* #undef HAVE_CLOSEFROM */ #define HAVE_CONST_GAI_STRERROR_PROTO 1 #define HAVE_CRYPT_H 1 /* #undef HAVE_DECL_AUTHENTICATE */ #define HAVE_DECL_H_ERRNO 1 /* #und...