-
Notifications
You must be signed in to change notification settings - Fork 9
Remove #define INET6 #63
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
Conversation
this are the 'easy' to cleanup
…able-ipv6; regenerated configure script
mjrider
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to work as expected, i found 1 change in updating configure which whould be an unintended change
man pages where installed in $prefix/man/man.X/.... but now it will installed in $prefix/share/man/man.X/....
this is because this change
-mandir='${prefix}/man'
+mandir='${datarootdir}/man'
and datarootdir is ${prefix}/share/
if that change is acceptable, then it is approved
|
man pages work on Linux and FreeBSD |
configure and setup.h have been regenerated. Tested on Linux and FreeBSD.
I would ignore clang-format in this PR.