Add a comment about needing to change a #include if using a version of

Berkeley DB 2.0 or newer; most Linux distros will include a more recent
version than 1.85.
This commit is contained in:
Fred Drake 2000-06-30 04:17:11 +00:00
parent abbc7344a4
commit 947121fd9c

View File

@ -51,6 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
/* If using Berkeley DB 2.0 or newer, change this include to <db_185.h>: */
#include <db.h>
/* Please don't include internal header files of the Berkeley db package
(it messes up the info required in the Setup file) */