Description
axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
#elif defined ( AIX )
#include <aix/aix.h>
#elif defined ( HPUX )
#include <hp-ux/axis2_ht-ux.h>
The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.