[Python-checkins] CVS: python/dist/src/Modules bsddbmodule.c,1.18,1.19

Fred L. Drake python-dev@python.org
Thu, 29 Jun 2000 21:17:13 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27358

Modified Files:
	bsddbmodule.c 
Log Message:

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.



Index: bsddbmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/bsddbmodule.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** bsddbmodule.c	2000/05/03 23:44:31	1.18
--- bsddbmodule.c	2000/06/30 04:17:11	1.19
***************
*** 52,55 ****
--- 52,56 ----
  #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