From b2649aaf399e6ff8d3e749b21cf64ea5e089e5cb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Apr 2006 18:38:56 +0000 Subject: [PATCH] r15221: We don't need to have these rcsid strings in Samba's use of Heimdal. Andrew Bartlett --- source/heimdal_build/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/heimdal_build/config.h b/source/heimdal_build/config.h index 844b7d9b17e..67516f01c72 100644 --- a/source/heimdal_build/config.h +++ b/source/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 -- 2.34.1