summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-11-29 15:34:02 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-11-29 15:34:02 +0000
commitea78f0f77185f7d6d0b2055805139d96e1be816c (patch)
tree2dc595decf63ad00ae248b50b60b608933d72c58 /proc.c
parentaec6238b12deda2f24fc415d65d3e1483df905b3 (diff)
downloadstrace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.gz
strace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.bz2
strace-ea78f0f77185f7d6d0b2055805139d96e1be816c.tar.xz
Add UnixWare support to configure
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index a6008f9..d4969a6 100644
--- a/proc.c
+++ b/proc.c
@@ -30,7 +30,7 @@
#include "defs.h"
#ifdef SVR4
-#ifndef SVR4_MP
+#ifndef HAVE_MP_PROCFS
static struct xlat proc_status_flags[] = {
{ PR_STOPPED, "PR_STOPPED" },
@@ -183,6 +183,6 @@ int code, arg;
}
}
-#endif /* SVR4_MP */
+#endif /* HAVE_MP_PROCFS */
#endif /* SVR4 */