--- C:/strawberry/cpan/build/DB_File-1.817-Qcnmm4/config.in.orig	Thu Mar 27 11:52:59 2008
+++ C:/strawberry/cpan/build/DB_File-1.817-Qcnmm4/config.in	Tue Jun 16 12:27:22 2009
@@ -9,18 +9,20 @@
 #    Change the path below to point to the directory where db.h is
 #    installed on your system.
 
-INCLUDE	= /usr/local/BerkeleyDB/include
+#INCLUDE	= /usr/local/BerkeleyDB/include
 #INCLUDE	= /usr/local/include
 #INCLUDE	= /usr/include
+INCLUDE = \strawberry\c\include\db
 
 # 2. Where is libdb?
 #
 #    Change the path below to point to the directory where libdb is
 #    installed on your system.
 
-LIB	= /usr/local/BerkeleyDB/lib
+#LIB	= /usr/local/BerkeleyDB/lib
 #LIB	= /usr/local/lib
 #LIB	= /usr/lib
+LIB = \strawberry\c\lib
 
 # 3. What version of Berkely DB have you got?
 #
@@ -93,5 +95,6 @@
 #    you have picked.
  
 #DBNAME = -ldb-2.4.10
+DBNAME  = -ldb
 
 # end of file config.in
