Added RCSID(msg) macro.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@194 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,6 +69,12 @@
|
|||||||
|
|
||||||
@BOTTOM@
|
@BOTTOM@
|
||||||
|
|
||||||
|
#ifdef __STDC__
|
||||||
|
#define RCSID(msg) static const char *rcsid[] = { (char *)rcsid, "@(#)" msg }
|
||||||
|
#else
|
||||||
|
#define RCSID(msg) static char *rcsid[] = { (char *)rcsid, msg }
|
||||||
|
#endif
|
||||||
|
|
||||||
/* set this to a sensible login */
|
/* set this to a sensible login */
|
||||||
#ifndef LOGIN_PATH
|
#ifndef LOGIN_PATH
|
||||||
#define LOGIN_PATH "/usr/athena/bin/login"
|
#define LOGIN_PATH "/usr/athena/bin/login"
|
||||||
|
Reference in New Issue
Block a user