Mercurial > emacs
changeset 23229:9c8df6d5d40d
(TIOCSIGSEND): Add #undef.
(bcopy, bcmp, bzero): Add #undef.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Sep 1998 15:59:36 +0000 |
parents | 0aaa026229eb |
children | 6e0d3186be0d |
files | src/s/irix6-0.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix6-0.h Thu Sep 10 15:58:37 1998 +0000 +++ b/src/s/irix6-0.h Thu Sep 10 15:59:36 1998 +0000 @@ -29,3 +29,11 @@ /* Canced the #define that is in irix5-0.h. */ #undef ospeed #endif + +/* Cancel some #define's in usg5-4.h. + Larry Hunter <hunter@nlm.nih.gov> said this was needed + for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ +#undef TIOCSIGSEND +#undef bcopy +#undef bcmp +#undef bzero