/*
This header file sorts out inconsistencies between HPUX 9.* and 10.*
*/

#include <stdio.h>
#ifdef _INCLUDE_POSIX4_SOURCE
#  include <sys/sigevent.h>
#endif

#include <time.h>


