Mon, 14 Jan 2013 09:48:21 +0000
Handle memory more gracefully
Fixed in this cset:
* Return an 'empty space' value if the memory wraps around
* Allow the 'empty bus' value to be changed via an ifdef
* Properly handle situations where expansion memory is turned off
1 #define VER_COMPILE_DATETIME "@@datetime@@"
2 #define VER_COMPILE_DATE "@@date@@"
3 #define VER_COMPILE_TIME "@@time@@"
4 #define VER_COMPILE_BY "@@whoami@@"
5 #define VER_COMPILE_HOST "@@hostname@@"
6 #define VER_COMPILER "@@compiler@@"
7 #define VER_BUILD_TYPE "@@buildtype@@"
8 #define VER_CFLAGS "@@cflags@@"
10 #define VER_MAJOR @@majorver@@
11 #define VER_MINOR @@minorver@@
12 #define VER_BUILDNUM @@buildnum@@
13 #define VER_EXTRA "@@extraver@@"
14 #define VER_VCSREV "@@vcsstr@@"
16 #define VER_FULLSTR "@@fullverstr@@"