From a2006a1513b2841d824b5e1b663da62a240dbbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Mon, 27 Nov 1995 09:06:47 +0000 Subject: [PATCH] Added RCSID(msg) macro. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@194 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appl/telnet/acconfig.h b/appl/telnet/acconfig.h index efec3876f..6f2ce69b1 100644 --- a/appl/telnet/acconfig.h +++ b/appl/telnet/acconfig.h @@ -69,6 +69,12 @@ @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 */ #ifndef LOGIN_PATH #define LOGIN_PATH "/usr/athena/bin/login"