View | Details | Raw Unified | Return to bug 44071 | Differences between
and this patch

Collapse All | Expand All

(-)src/modules/berkeley_db_api.c (-1 / +4 lines)
Lines 37-43 Link Here
37
#endif
37
#endif
38
38
39
#if	defined(HAVE_BERKELEYDB)
39
#if	defined(HAVE_BERKELEYDB)
40
#include	<db.h>
40
#include	<db4/db.h>
41
/* 
42
It should be a tuneable, but since scripts/configure.oops accept only db4 it is not a big trouble
43
*/
41
44
42
#if	defined(MODULES)
45
#if	defined(MODULES)
43
int		mod_run(void);
46
int		mod_run(void);

Return to bug 44071