mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 06:55:52 +02:00
Add more dummy id macros
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user