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:
Björn Groenvall
1995-11-27 09:06:47 +00:00
parent 37149f4e33
commit a2006a1513

View File

@@ -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"