Mercurial > emacs
changeset 34757:1620eae35d3a
(NSIG): Don't redefine.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 21 Dec 2000 00:01:37 +0000 |
parents | 771465e672d6 |
children | bb4eb1ce8b57 |
files | src/s/osf5-0.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/osf5-0.h Wed Dec 20 22:46:44 2000 +0000 +++ b/src/s/osf5-0.h Thu Dec 21 00:01:37 2000 +0000 @@ -8,7 +8,9 @@ #define WAIT_USE_INT #define SYS_SIGLIST_DECLARED #define sys_siglist __sys_siglist +#ifndef NSIG /* _OSF_SOURCE seems to get us this */ #define NSIG __sys_nsig +#endif /* We have missing/inconsistent prototypes on 5.0, at least. */ #define INHIBIT_X11R6_XIM