aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-09 02:52:02 +0000
committerRichard M. Stallman1996-08-09 02:52:02 +0000
commit4c28806296345441e619d3c1337e59e462d5beec (patch)
tree77664988c42c0237d53428a4cc6a79957a166ea3 /src
parentf941441220c07535dd60442880b51d89dfc14894 (diff)
downloademacs-4c28806296345441e619d3c1337e59e462d5beec.tar.gz
emacs-4c28806296345441e619d3c1337e59e462d5beec.zip
Initial revision
Diffstat (limited to 'src')
-rw-r--r--src/s/ptx4.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/s/ptx4.h b/src/s/ptx4.h
new file mode 100644
index 00000000000..e3d660b0663
--- /dev/null
+++ b/src/s/ptx4.h
@@ -0,0 +1,14 @@
1/* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */
2
3#include <s/usg5-4.h>
4
5/* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
6 on ptx4 but it is not a signal. Prevent process.c from doing the
7 wrong thing. */
8#undef SIGINFO
9
10/* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
11#define HAVE_VFORK
12
13/* Tell usg5-4.h not to include filio.h. */
14#define NO_FILIO_H