afsconfig-add-rcsid-20010623
authorNathan Neulinger <nneul@umr.edu>
Sat, 23 Jun 2001 16:00:06 +0000 (16:00 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 23 Jun 2001 16:00:06 +0000 (16:00 +0000)
add an RCSID macro

src/afsconfig.h.in

index 8cccb57..a007969 100644 (file)
@@ -69,4 +69,8 @@
 #define HAVE_SIGNAL_H
 #endif
 
+#ifndef RCSID
+#define RCSID(msg) static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
+#endif
+
 #endif /* AFSCONFIG_H */