-
Notifications
You must be signed in to change notification settings - Fork 195
config: untwist config backend prototypes #975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
config: untwist config backend prototypes #975
Conversation
a8a54fb
to
aec797c
Compare
* split the prototypes of individual backends into separate headers * always define the functions (possibly empty) to cut down ifdef wood Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
I’m not sure about this. With the old code it was clear that only one config will be active. With this change I’m not sure what will happen if more than one of the “CONFIG_…” symbols are defined (could this happen in practice?). |
Same here and I am not sure why the |
Signed-off-by: Enrico Weigelt, metux IT consult [email protected]