Ticket #135 (closed defect: fixed)
Detect presence of MSG_SOSIGNAL/SO_NOSIGPIPE using autoconf
| Reported by: | armin | Owned by: | phil |
|---|---|---|---|
| Priority: | normal | Milestone: | net6 1.3.0 |
| Component: | net6 | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Launchpad Bug: |
Description
Currently, net6's socket.cpp determines via #ifdef whether MSG_NOSIGNAL and/or SO_NOSIGPIPE are defined. The cleaner way should be to use autoconf for that purpose. This would not rely on these names actually being #defines.
Change History
Note: See
TracTickets for help on using
tickets.
