comparison src/s/irix6-0.h @ 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 d4ff695d4034
children 3ee28fa62fbe
comparison
equal deleted inserted replaced
23228:0aaa026229eb 23229:9c8df6d5d40d
27 /* It turns out that the #define in irix5-0.h is needed in Irix 6 as well. */ 27 /* It turns out that the #define in irix5-0.h is needed in Irix 6 as well. */
28 #if 0 28 #if 0
29 /* Canced the #define that is in irix5-0.h. */ 29 /* Canced the #define that is in irix5-0.h. */
30 #undef ospeed 30 #undef ospeed
31 #endif 31 #endif
32
33 /* Cancel some #define's in usg5-4.h.
34 Larry Hunter <hunter@nlm.nih.gov> said this was needed
35 for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */
36 #undef TIOCSIGSEND
37 #undef bcopy
38 #undef bcmp
39 #undef bzero