-
Notifications
You must be signed in to change notification settings - Fork 147
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
Query: Any MACRO can be used in code to distuigush major SO version 4 and Majsor SO version 3? #456
Comments
Then I can write some code like e.g
|
There is the header nc_version.h that you can include manually and then test for |
OK, got it. thank you. |
I only used part of the client and all those 3 changes is what I seen from the changes.
Other API that I used here includes:
Looks like no changes for those APIs? Or do you see any changes inside between the APIs? |
If you are using only the client API then yes, you should be fine. |
hello,
New libnetconf2 introduced new API e.g
and obsolete some API e.g
Changed some API, e.g
from
void nc_client_init()
toint nc_client_init()
Is there any MACRO can be used then we can compile the code and use it with different version?
For example OPENSSL:
Thank you.
The text was updated successfully, but these errors were encountered: