mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-21 09:10:25 +02:00
Add more dummy id macros
This commit is contained in:
parent
6660397589
commit
8ef0ecdf44
@ -69,4 +69,20 @@
|
|||||||
# define __FBSDID(x)
|
# define __FBSDID(x)
|
||||||
#endif
|
#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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user