diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 15:32:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 15:53:46 -0800 |
commit | 7c97025b18baf00c81319c7a01120bd6417fdadf (patch) | |
tree | b91114c4b2180b0bad452952550181c729d8c45c | |
parent | 4842fc779bc6bfc9ba932b2602d0166317b415d9 (diff) |
unifdef hpux
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | get_load.c | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -392,16 +392,9 @@ void GetLoadPoint( # endif # ifndef KERNEL_FILE - -# ifdef hpux -# define KERNEL_FILE "/hp-ux" -# endif /* hpux */ - - /* * provide default for everyone else */ -# ifndef KERNEL_FILE # ifdef SVR4 # define KERNEL_FILE "/stand/unix" # else @@ -421,7 +414,6 @@ void GetLoadPoint( # define KERNEL_FILE "/vmunix" # endif /* BSD */ # endif /* SVR4 */ -# endif /* KERNEL_FILE */ # endif /* KERNEL_FILE */ @@ -429,14 +421,6 @@ void GetLoadPoint( # if defined(BSD) && (BSD >= 199103) # define KERNEL_LOAD_VARIABLE "_averunnable" # endif /* BSD >= 199103 */ - -# ifdef hpux -# ifdef __hp9000s800 -# define KERNEL_LOAD_VARIABLE "avenrun" -# endif /* hp9000s800 */ -# endif /* hpux */ - - # endif /* KERNEL_LOAD_VARIABLE */ /* |