From d1a79b1f7ed766df8a575516338d441ae092ba62 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Apr 2006 18:38:56 +0000 Subject: r15221: We don't need to have these rcsid strings in Samba's use of Heimdal. Andrew Bartlett (This used to be commit b2649aaf399e6ff8d3e749b21cf64ea5e089e5cb) --- source4/heimdal_build/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 844b7d9b17..67516f01c7 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -11,8 +11,7 @@ #ifdef HAVE_KRB5 -#define RCSID(msg) \ -static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } +#define RCSID(msg) #ifdef VOID_RETSIGTYPE #define SIGRETURN(x) return -- cgit