summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:32:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:53:46 -0800
commit7c97025b18baf00c81319c7a01120bd6417fdadf (patch)
treeb91114c4b2180b0bad452952550181c729d8c45c
parent4842fc779bc6bfc9ba932b2602d0166317b415d9 (diff)
unifdef hpux
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--get_load.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/get_load.c b/get_load.c
index 94caa4a..9a1e0ad 100644
--- a/get_load.c
+++ b/get_load.c
@@ -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 */
/*