aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-20 16:04:10 +0000
committerRichard M. Stallman1995-08-20 16:04:10 +0000
commit176cc1bce14ac90183c87278de38b772226aa5d4 (patch)
treed2389f3399c743bace752269fe26eb2b43c2d565 /src
parent7a6ec3d1ad4938123d4e8c421669b96f66381bf0 (diff)
downloademacs-176cc1bce14ac90183c87278de38b772226aa5d4.tar.gz
emacs-176cc1bce14ac90183c87278de38b772226aa5d4.zip
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
Diffstat (limited to 'src')
-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 @@
11#define C_DEBUG_SWITCH -O 11#define C_DEBUG_SWITCH -O
12#define C_OPTIMIZE_SWITCH -O 12#define C_OPTIMIZE_SWITCH -O
13#endif 13#endif
14
15/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
16#define SIGNALS_VIA_CHARACTERS
17#define MAIL_USE_LOCKF
18#define CLASH_DETECTION
19
20/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
21#define POSIX_SIGNALS
22#undef sigmask
23#undef sigsetmask
24#undef _setjmp
25#undef _longjmp