-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Improve portability #2909
Improve portability #2909
Conversation
Hi, I confirm that it compiles and runs fine on Solaris 11. Thanks for the very quick response.
|
Thanks for the swift reply! Before I merge this, let's look at your other issues.
|
For openssl, it turns out that both versions are installed, 1.02.2 and 3.09. The latter is stored under /usr/openssl/3/bin and that wasn't in my path. |
Thanks. I'll squash this and merge it. |
- Use clearenv() if it exists - Don't rely on <limits.h> being pulled in by <sys/param.h> - Rename the DEFAULT_TYPE macro in sesrun.c. This name appears to be used on Solaris. It's not a good choice.
3577768
to
b80f07d
Compare
I'm not proposing to backport this to 0.9 as there seems to be little interest in Solaris on that branch. |
Fixes #2908
Improves portability