| commit | 2af03e45b52eb6e9784d360fdb8a1b01c056d63f | [log] [tgz] |
|---|---|---|
| author | Dimitrie O. Paun <dimi@cs.toronto.edu> | Wed Nov 29 20:04:09 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 29 20:04:09 2000 +0000 |
| tree | 46704b3d05981fe85d0b9106c7da6d0355e3b881 | |
| parent | 161bc83164ef500940a132e42233effe476002de [diff] [blame] |
Do not include sys/ptrace.h and sys/user.h unconditionally. Other portability fixes.
diff --git a/configure.in b/configure.in index 68e1a32..61c2a67 100644 --- a/configure.in +++ b/configure.in
@@ -792,6 +792,7 @@ sys/mount.h \ sys/msg.h \ sys/param.h \ + sys/ptrace.h \ sys/reg.h \ sys/signal.h \ sys/shm.h \ @@ -800,6 +801,7 @@ sys/statfs.h \ sys/strtio.h \ sys/syscall.h \ + sys/user.h \ sys/wait.h \ sys/v86.h \ sys/v86intr.h \