Discontinue HPUX support

This commit is contained in:
Chase
2022-07-22 21:42:06 -05:00
committed by Jon Trulson
parent bd83b53d56
commit edf4319548
235 changed files with 198 additions and 6290 deletions

View File

@@ -42,13 +42,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef hpux
#include <time.h>
#elif defined(__linux__)
#if defined(__linux__)
#include <sys/time.h>
#else
#include <sys/select.h>
#endif /* hpux */
#endif /* linux */
#ifdef _AIX
#include <strings.h> /* need to get bzero defined */
#endif /* _AIX */