(24 . 6)(24 . 9)
68
69 #include <sys/mman.h>
70 #include <limits.h>
71
72 #include "knobs.h"
73
74 /* This comes from limits.h if it's not defined there set a sane default */
75 #ifndef PAGESIZE
76 #include <unistd.h>
(41 . 9)(44 . 7)
78 class CAutoFile;
79 static const unsigned int MAX_SIZE = 0x02000000;
80
81 static const int VERSION = 50400;
82 static const char* pszSubVer = "";
83 static const bool VERSION_IS_BETA = true;
84 static int VERSION = DEFAULT_CLIENT_VERSION;
85
86 // Used to bypass the rule against non-const reference to temporary
87 // where it makes sense with wrappers such as CFlatData or CTxDB