]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Add more dummy id macros
authorGuillem Jover <guillem@hadrons.org>
Fri, 17 Jul 2009 11:34:30 +0000 (13:34 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 17 Jul 2009 11:34:30 +0000 (13:34 +0200)
include/bsd/cdefs.h

index 0ed7be9dd90df37b636c5472f81d160512b77c2a..8736e8cfb738ea1d6dbc08c4dda03549c51fc907 100644 (file)
 # 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