From xemacs-m  Sat Jan 11 21:49:16 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id VAA29335 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 21:49:14 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQbyct19752; Sat, 11 Jan 1997 22:49:13 -0500 (EST)
Date: Sat, 11 Jan 1997 22:49:13 -0500 (EST)
Message-Id: <QQbyct19752.199701120349@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: berkeley db
In-Reply-To: <199701120226.UAA10614@mharnois.workgroup.net>
References: <199701120226.UAA10614@mharnois.workgroup.net>

Yuck, this will break everyone else.  Can't you configure with
--site-includes?

Michael Harnois writes:
 > Debian puts the include files for Berkeley db in
 > /usr/include/db. I don't know if this is the case with other
 > systems or not, but on mine it causes the compile of
 > database.c to fail. The solution, of course, is so simple that
 > even I can figure it out ...
 > 
 > *** database.c  Sat Jan 11 20:15:45 1997
 > --- database.c.orig     Wed Dec 18 16:44:10 1996
 > ***************
 > *** 30,34 ****
 >   #include <database.h>         /* Our include file     */
 >   #ifdef HAVE_BERKELEY_DB
 > ! #include <db/db.h>                       /* Berkeley db access   */
 >   #endif
 >   #ifdef HAVE_DBM
 > --- 30,34 ----
 >   #include <database.h>         /* Our include file     */
 >   #ifdef HAVE_BERKELEY_DB
 > ! #include <db.h>                       /* Berkeley db access   */
 >   #endif
 >   #ifdef HAVE_DBM
 > 

