11 lines
92 B
C
11 lines
92 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _MBNEWUSR_H
|
||
|
#define _MBNEWUSR_H
|
||
|
|
||
|
#define ReleaseDate __DATE__
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|