From abe9e9bf6a2a95d0aa0c2fe8348a7629e6455e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Mon, 27 Nov 1995 09:11:08 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@197 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appl/telnet/config.h.in b/appl/telnet/config.h.in index ca3097473..2ec48a632 100644 --- a/appl/telnet/config.h.in +++ b/appl/telnet/config.h.in @@ -111,6 +111,12 @@ /* Define if you have the util library (-lutil). */ #undef HAVE_LIBUTIL +#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"