From: Richard M. Stallman Date: Sun, 20 Aug 1995 16:04:10 +0000 (+0000) Subject: (POSIX_SIGNALS, CLASH_DETECTION): Defined. X-Git-Tag: emacs-19.34~2956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=176cc1bce14ac90183c87278de38b772226aa5d4;p=emacs.git (POSIX_SIGNALS, CLASH_DETECTION): Defined. (SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs. --- 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 says these are correct. */ +#define SIGNALS_VIA_CHARACTERS +#define MAIL_USE_LOCKF +#define CLASH_DETECTION + +/* Perry Smith says these are correct. */ +#define POSIX_SIGNALS +#undef sigmask +#undef sigsetmask +#undef _setjmp +#undef _longjmp