aboutsummaryrefslogtreecommitdiff
path: root/www/oops/files/patch-src::modules::berkeley_db_api.c
blob: 1052ac4917c5229f83de2b9dd27cdc8b962f4c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/modules/berkeley_db_api.c.orig	Tue Oct 15 04:22:09 2002
+++ src/modules/berkeley_db_api.c	Tue Oct 15 04:22:14 2002
@@ -37,7 +37,10 @@
 #endif
 
 #if	defined(HAVE_BERKELEYDB)
-#include	<db.h>
+#include	<db4/db.h>
+/* 
+It should be a tuneable, but since configure accept only db4 it is not a big trouble anyway
+*/
 
 #if	defined(MODULES)
 int		mod_run(void);