remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -65,7 +65,6 @@
**
** __hpux HP-UX OS only
** __apollo Domain OS only
** __hp_osf HP OSF/1 OS only
** sun SUN OS only
** SVR4 SUN OS et al.
** _AIX AIX only
@@ -116,17 +115,10 @@
/*
* Define as generic those without platform specific code.
*/
#if !(defined(__hpux) || \
defined(__apollo) || \
defined(_AIX) || \
defined(sun))
#if !(defined(__hpux) || defined(__apollo) || defined(_AIX) || defined(sun))
#define generic
#endif
#ifdef __osf__
#include <sys/sysinfo.h>
#endif
#if defined(linux)
# include <shadow.h>
#endif