]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a comment about needing to change a #include if using a version of
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 04:17:11 +0000 (04:17 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 04:17:11 +0000 (04:17 +0000)
Berkeley DB 2.0 or newer; most Linux distros will include a more recent
version than 1.85.

Modules/bsddbmodule.c

index 97a8e8be4341e7195481bf6693e017b61ea5efc8..925e9281611dd5d04d5acd531880bc3b2c5cc405 100644 (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) */