(24 . 6)(24 . 9)
80
81 #include <sys/mman.h>
82 #include <limits.h>
83
84 #include "knobs.h"
85
86 /* This comes from limits.h if it's not defined there set a sane default */
87 #ifndef PAGESIZE
88 #include <unistd.h>
(41 . 9)(44 . 7)
90 class CAutoFile;
91 static const unsigned int MAX_SIZE = 0x02000000;
92
93 static const int VERSION = 50400;
94 static const char* pszSubVer = "";
95 static const bool VERSION_IS_BETA = true;
96 extern int VERSION;
97
98 // Used to bypass the rule against non-const reference to temporary
99 // where it makes sense with wrappers such as CFlatData or CTxDB