-
Notifications
You must be signed in to change notification settings - Fork 220
Issue #1881: Update the Autoconf scripts to Autoconf 2.70. #1882
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?
Conversation
|
I'll start with updating all of these to Autoconf 2.70. Later iterations (or, more likely, separate PRs) will work to update to Autoconf 2.71, then Autoconf 2.72. |
| #undef LISTEN_NEGATIVE_BACKLOG | ||
|
|
||
| /* Define as the return type of signal handlers (int or void). */ | ||
| #undef RETSIGTYPE |
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.
I wonder if this should be left in, for compatibility of compilation with any third-party modules that use it? Perhaps in the include/compat.h file, as e.g.:
#define RETSIGTYPE void
with an appropriate clarifying comment.
31a7c46 to
278d273
Compare
278d273 to
83e7a47
Compare
No description provided.