From dedbb9969c652a7d63bb93a2a90a9477fa971f14 Mon Sep 17 00:00:00 2001 From: skimo Date: Sun, 8 Jul 2001 13:06:11 +0000 Subject: [PATCH] avoid DB clash on OSF1 --- cl/cl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cl/cl.h b/cl/cl.h index aa386e2e..bb67e798 100644 --- a/cl/cl.h +++ b/cl/cl.h @@ -6,8 +6,12 @@ * * See the LICENSE file for redistribution information. * - * $Id: cl.h,v 10.30 2001/06/24 19:48:05 skimo Exp $ (Berkeley) $Date: 2001/06/24 19:48:05 $ + * $Id: cl.h,v 10.31 2001/07/08 13:06:11 skimo Exp $ (Berkeley) $Date: 2001/07/08 13:06:11 $ */ + +/* Avoid clash on OSF1 */ +#undef DB + #ifdef USE_SLANG_CURSES #include #else -- 2.11.4.GIT