use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
index 50cbfbf..abb9935 100644 (file)
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * Copyright 2002  The FreeRADIUS server project
+ * Copyright 2002,2006  The FreeRADIUS server project
  * Copyright 2002  Boian Jordanov <bjordanov@orbitel.bg>
  */
 
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
+
 #include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
@@ -48,8 +51,6 @@
 extern char **environ;
 #endif
 
-static const char rcsid[] = "$Id$";
-
 #ifdef USE_ITHREADS
 
 /*