xref: /netbsd-src/external/cddl/osnet/include/statcommon.h (revision bbc4932093d48eaccd2ff1cdaddf8e978875c3a0)
1*bbc49320Shaad #ifndef _STATCOMMON_H_
2*bbc49320Shaad #define _STATCOMMON_H_
3*bbc49320Shaad 
4*bbc49320Shaad #define NODATE  0   /* Default:  No time stamp */
5*bbc49320Shaad #define DDATE   1   /* Standard date format */
6*bbc49320Shaad #define UDATE   2   /* Internal representation of Unix time */
7*bbc49320Shaad 
8*bbc49320Shaad #endif
9