Re: [PATCH 3/3] Port to HP-UX

2011-03-10 Thread Herbert Xu
On Wed, Jan 19, 2011 at 05:16:02AM +, Brian Koropoff wrote: - HP-UX needs _LARGEFILE64_SOURCE to be defined for open64() and friends to be available. This seems to be safe to define everywhere, so do so. Shouldn't this go into configure.ac? In fact, how can your patch have any

[PATCH 3/3] Port to HP-UX

2011-01-18 Thread Brian Koropoff
- strtoimax and strtoumax are macros and not functions, so switch to using AC_CHECK_DECLS in configure.ac to find them. - HP-UX lacks strsignal() and sys_siglist. Check for sys_siglist in configure.ac and #ifdef around it. - HP-UX's vsnprintf() completely violates the standard by