]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 8cccb57482eefc194de3a1732f677ac946a6eae7..a0079692f7190245d795aafd3283c64719927548 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 */