diff options
Diffstat (limited to 'ncurses/tty/lib_twait.c')
| -rw-r--r-- | ncurses/tty/lib_twait.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ncurses/tty/lib_twait.c b/ncurses/tty/lib_twait.c index 6d46081862fdc..16d12edbbe3c2 100644 --- a/ncurses/tty/lib_twait.c +++ b/ncurses/tty/lib_twait.c @@ -43,6 +43,10 @@ #include <curses.priv.h> +#if defined __HAIKU__ && defined __BEOS__ +#undef __BEOS__ +#endif + #ifdef __BEOS__ #undef false #undef true @@ -62,7 +66,9 @@ # endif #endif -MODULE_ID("$Id: lib_twait.c,v 1.57 2008/05/03 21:35:57 tom Exp $") +#undef CUR + +MODULE_ID("$Id: lib_twait.c,v 1.59 2008/08/30 20:08:19 tom Exp $") static long _nc_gettime(TimeType * t0, bool first) |
