[Feature #18491] Drop support for HP-UX

IA64 support was dropped in ticket #15894, so we can drop support for
HP-UX.
This commit is contained in:
Peter Zhu 2022-01-18 09:01:03 -05:00
parent 54568c949b
commit ffda21b7ba
Notes: git 2022-01-18 23:52:43 +09:00
12 changed files with 5 additions and 91 deletions

4
ruby.c
View file

@ -22,10 +22,6 @@
# include <sys/cygwin.h>
#endif
#ifdef __hpux
# include <sys/pstat.h>
#endif
#if defined(LOAD_RELATIVE) && defined(HAVE_DLADDR)
# include <dlfcn.h>
#endif