From 1be9232622e25cec6e6ddf6551603f2cf3f58ca2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 21 May 2001 15:22:12 +0000 Subject: [PATCH] (HAVE_DBE): Add. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index d462b75425b..14dc9baac46 100644 --- a/src/config.in +++ b/src/config.in @@ -86,6 +86,9 @@ Boston, MA 02111-1307, USA. */ /* Define if libXaw3d is available. */ #undef HAVE_XAW3D +/* Define is DBE extension is available. */ +#undef HAVE_DBE + /* Define if we should use toolkit scroll bars. */ #undef USE_TOOLKIT_SCROLL_BARS -- 2.39.5