diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-20 16:04:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-20 16:04:10 +0000 |
commit | 176cc1bce14ac90183c87278de38b772226aa5d4 (patch) | |
tree | d2389f3399c743bace752269fe26eb2b43c2d565 /src/s/aix3-2-5.h | |
parent | 7a6ec3d1ad4938123d4e8c421669b96f66381bf0 (diff) | |
download | emacs-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.h | 12 |
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 |