summaryrefslogtreecommitdiff
path: root/README-svr4
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-08-29 23:15:07 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-08-29 23:15:07 +0000
commit9ce1a63eb20b069607c06f9645ac5a17b418a5f3 (patch)
treec44fbd1dfd23b635e8dd518ac76c20b68e923563 /README-svr4
parent5a777663d5208fb2485d06b5a54419f0d15e7bf6 (diff)
downloadstrace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.gz
strace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.bz2
strace-9ce1a63eb20b069607c06f9645ac5a17b418a5f3.tar.xz
Catching up on my mail-backlog, see ChangeLog for details
Diffstat (limited to 'README-svr4')
-rw-r--r--README-svr410
1 files changed, 9 insertions, 1 deletions
diff --git a/README-svr4 b/README-svr4
index e53a393..82febf7 100644
--- a/README-svr4
+++ b/README-svr4
@@ -9,4 +9,12 @@ lot of processes at once.
There is no thread support but it wouldn't be very difficult to add it.
-Rick Sladkey <jrs@world.std.com>
+There is currently no configure-support yet for UnixWare system. To compile
+on UnixWare 2.1 you need to add the following to config.h yourself:
+
+ #define SVR4_MP 1
+ #define UNIXWARE 2
+ #define HAVE_POLLABLE_PROCFS 1
+
+Wichert Akkerman <wakkerma@debian.org>
+