Products
Berkeley DB
#define DB_DBM_HSEARCH
#include "db.h"
in the application, they must now use:
#define DB_DBM_HSEARCH 1
#include "db.h"
This change is NOT transparent to applications.