summaryrefslogtreecommitdiff
path: root/src/s/aix3-2-5.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-20 16:04:10 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-20 16:04:10 +0000
commit176cc1bce14ac90183c87278de38b772226aa5d4 (patch)
treed2389f3399c743bace752269fe26eb2b43c2d565 /src/s/aix3-2-5.h
parent7a6ec3d1ad4938123d4e8c421669b96f66381bf0 (diff)
downloademacs-176cc1bce14ac90183c87278de38b772226aa5d4.tar.gz
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
Diffstat (limited to 'src/s/aix3-2-5.h')
-rw-r--r--src/s/aix3-2-5.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h
index 5cffcc0dec8..046db83c64c 100644
--- a/src/s/aix3-2-5.h
+++ b/src/s/aix3-2-5.h
@@ -11,3 +11,15 @@
#define C_DEBUG_SWITCH -O
#define C_OPTIMIZE_SWITCH -O
#endif
+
+/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
+#define SIGNALS_VIA_CHARACTERS
+#define MAIL_USE_LOCKF
+#define CLASH_DETECTION
+
+/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
+#define POSIX_SIGNALS
+#undef sigmask
+#undef sigsetmask
+#undef _setjmp
+#undef _longjmp