use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / main / radiusd.c
index 375aeb7..24a0200 100644 (file)
@@ -17,7 +17,7 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * Copyright 2000,2001,2002,2003,2004  The FreeRADIUS server project
+ * Copyright 2000-2004,2006  The FreeRADIUS server project
  * Copyright 1999,2000  Miquel van Smoorenburg <miquels@cistron.nl>
  * Copyright 2000  Alan DeKok <aland@ox.org>
  * Copyright 2000  Alan Curry <pacman-radius@cqc.com>
@@ -25,9 +25,8 @@
  * Copyright 2000  Chad Miller <cmiller@surfsouth.com>
  */
 
-/* don't look here for the version, run radiusd -v or look in version.c */
-static const char rcsid[] =
-"$Id$";
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
 
 #include <freeradius-devel/autoconf.h>