From 149abacba614f887064201fecf0b6f1aeea3ef51 Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 6 Aug 2006 11:23:27 +0000 Subject: [PATCH] - (dtucker) [defines.h] With the includes.h changes we no longer get the name clash on "YES" so we can remove the workaround for it. --- ChangeLog | 4 ++++ defines.h | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d881adc..c4df582b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006086 + - (dtucker) [defines.h] With the includes.h changes we no longer get the + name clash on "YES" so we can remove the workaround for it. + 20060805 - (djm) OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2006/07/24 13:58:22 diff --git a/defines.h b/defines.h index d2e5dab6..b69e1b48 100644 --- a/defines.h +++ b/defines.h @@ -723,12 +723,4 @@ struct winsize { # endif #endif -/* some system headers on HP-UX define YES/NO */ -#ifdef YES -# undef YES -#endif -#ifdef NO -# undef NO -#endif - #endif /* _DEFINES_H */ -- 2.45.1