summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-07-17 13:34:30 +0200
committerGuillem Jover <guillem@hadrons.org>2009-07-17 13:34:30 +0200
commit8ef0ecdf4431b84d9419d89f9460a38a24be19d7 (patch)
treebf88e99459c61ce8d7e72b2a3d3307baa5828bea /include/bsd
parent6660397589657e95cfa67cf045814795fd4a043a (diff)
downloadlibbsd-8ef0ecdf4431b84d9419d89f9460a38a24be19d7.tar.gz
Add more dummy id macros
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/cdefs.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h
index 0ed7be9..8736e8c 100644
--- a/include/bsd/cdefs.h
+++ b/include/bsd/cdefs.h
@@ -69,4 +69,20 @@
# define __FBSDID(x)
#endif
+#ifndef __RCSID
+# define __RCSID(x)
+#endif
+
+#ifndef __RCSID_SOURCE
+# define __RCSID_SOURCE
+#endif
+
+#ifndef __SCCSID
+# define __SCCSID
+#endif
+
+#ifndef __COPYRIGHT
+# define __COPYRIGHT
+#endif
+
#endif