mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
This commit is contained in:
parent
7a6ec3d1ad
commit
176cc1bce1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user