1 #ifndef _STATCOMMON_H_ 2 #define _STATCOMMON_H_ 3 4 #define NODATE 0 /* Default: No time stamp */ 5 #define DDATE 1 /* Standard date format */ 6 #define UDATE 2 /* Internal representation of Unix time */ 7 8 #endif 9