Re: C library for vsnprintf
- From: Vishwas Pai <noman@xxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 11:19:27 GMT
Yinghui Zhang wrote:
char vsnprintf ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
choke me
#else
char (*f) () = vsnprintf;
#endif
#ifdef __cplusplus
}
#endif
int
main ()
{
return f != vsnprintf;
;
return 0;
}
_ACEOF
This might not compile HP aCC, try commenting this part of
the code (have a backup of configure before you do this)
and set "ac_cv_func_vsnprintf=yes" by defualt. You are
getting no vsnprintf support message because the program
is not getting compiled.
--vishwas.
.
- References:
- C library for vsnprintf
- From: Yinghui Zhang
- Re: C library for vsnprintf
- From: Yinghui Zhang
- C library for vsnprintf
- Prev by Date: Re: C library for vsnprintf
- Next by Date: Auditing and Logging on a HP-UX server
- Previous by thread: Re: C library for vsnprintf
- Next by thread: Can't telnet with password containing"@" or "#"
- Index(es):