Backport #3294
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
=begin In the new version of BerkDB, to use the DBM functions you need to define the HAVE_DBM macro, otherwise the functions won't be defined (before, simply using DB_DBM_HSEARCH was enough). The attached patch enables that to make sure that it is possible to build the dbm extension properly. =end