Commit 1cd7c4c9 authored by Fred Drake's avatar Fred Drake

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.
parent c395d213
......@@ -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) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment