Rev 1706 | Rev 1801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1706 | Rev 1771 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | #include "mk-data-structs.h" |
34 | #include "mk-data-structs.h" |
Line 35... | Line 35... | ||
35 | 35 | ||
36 | /* ########################################################################## |
36 | /* ########################################################################## |
37 | * Debugging and general purpose definitions |
37 | * Debugging and general purpose definitions |
38 | * ##########################################################################*/ |
38 | * ##########################################################################*/ |
39 | #ifndef BUILDDATE |
39 | #ifndef BUILDOSDBUILDDATE |
40 | #define BUILDDATE "DEV "__DATE__ // build date, this is testing... |
40 | #define BUILDOSDBUILDDATE "DEV "__DATE__ // build date, this is testing... |
Line 41... | Line 41... | ||
41 | #endif |
41 | #endif |
Line 42... | Line 42... | ||
42 | 42 |