mirror of
https://github.com/schoebel/mars
synced 2025-03-11 07:47:41 +00:00
main: report presence of prepatches v2 versus v1
This commit is contained in:
parent
b45c66b7e4
commit
13a0b35f31
@ -7849,8 +7849,10 @@ MODULE_AUTHOR("Thomas Schoebel-Theuer <tst@{schoebel-theuer,1und1}.de>");
|
||||
MODULE_VERSION(BUILDTAG " (" BUILDHOST " " BUILDDATE ")");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#ifdef MARS_HAS_PREPATCH
|
||||
MODULE_INFO(prepatch, "has_prepatch");
|
||||
#ifdef MARS_HAS_PREPATCH_V2
|
||||
MODULE_INFO(prepatch, "has_prepatch_v2");
|
||||
#elif defined(MARS_HAS_PREPATCH)
|
||||
MODULE_INFO(prepatch, "has_prepatch_v1");
|
||||
#else
|
||||
MODULE_INFO(prepatch, "no_prepatch");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user