diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-09-10 15:59:36 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-09-10 15:59:36 +0000 |
commit | 5cfc5cbe700f876b50e8da095f47221ae70afa6e (patch) | |
tree | 22fdb62569af3c023dae23d88b9fdc89a063b3a8 | |
parent | ae9e2dc7aee3f424ffc3ff7b955181efc6c32477 (diff) | |
download | emacs-5cfc5cbe700f876b50e8da095f47221ae70afa6e.tar.gz emacs-5cfc5cbe700f876b50e8da095f47221ae70afa6e.tar.bz2 emacs-5cfc5cbe700f876b50e8da095f47221ae70afa6e.zip |
(TIOCSIGSEND): Add #undef.
(bcopy, bcmp, bzero): Add #undef.
-rw-r--r-- | src/s/irix6-0.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index effe7851b6e..d6bc7820337 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -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 |