ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.xs
(Generate patch)

Comparing BDB/BDB.xs (file contents):
Revision 1.9 by root, Sun Feb 11 22:38:37 2007 UTC vs.
Revision 1.10 by root, Mon Mar 5 19:47:01 2007 UTC

24#include <limits.h> 24#include <limits.h>
25#include <unistd.h> 25#include <unistd.h>
26#include <fcntl.h> 26#include <fcntl.h>
27 27
28#include <db.h> 28#include <db.h>
29
30#if DB_VERSION_MAJOR < 4 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR < 5)
31# error you need Berkeley DB 4.5 or newer installed
32#endif
29 33
30/* number of seconds after which idle threads exit */ 34/* number of seconds after which idle threads exit */
31#define IDLE_TIMEOUT 10 35#define IDLE_TIMEOUT 10
32 36
33/* wether word reads are potentially non-atomic. 37/* wether word reads are potentially non-atomic.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines