git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5349a44
)
afsconfig-add-rcsid-20010623
author
Nathan Neulinger
<nneul@umr.edu>
Sat, 23 Jun 2001 16:00:06 +0000 (16:00 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Sat, 23 Jun 2001 16:00:06 +0000 (16:00 +0000)
add an RCSID macro
src/afsconfig.h.in
patch
|
blob
|
history
diff --git
a/src/afsconfig.h.in
b/src/afsconfig.h.in
index
8cccb57
..
a007969
100644
(file)
--- a/
src/afsconfig.h.in
+++ b/
src/afsconfig.h.in
@@
-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 */