mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 12:58:30 +00:00
OS X does not define MSG_NOSIGNAL, but it does have a socket option SO_NOSIGPIPE.
(closes issue #16178) Reported by: oej git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -534,6 +534,12 @@
|
||||
/* Define to 1 if you have a working `mmap' system call. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Define if your system has the MSG_NOSIGNAL headers. */
|
||||
#undef HAVE_MSG_NOSIGNAL
|
||||
|
||||
/* Define MSG_NOSIGNAL headers version */
|
||||
#undef HAVE_MSG_NOSIGNAL_VERSION
|
||||
|
||||
/* Define to 1 if you have the `munmap' function. */
|
||||
#undef HAVE_MUNMAP
|
||||
|
||||
@@ -810,6 +816,12 @@
|
||||
/* Define to 1 if your system has soxmix application. */
|
||||
#undef HAVE_SOXMIX
|
||||
|
||||
/* Define if your system has the SO_NOSIGPIPE headers. */
|
||||
#undef HAVE_SO_NOSIGPIPE
|
||||
|
||||
/* Define SO_NOSIGPIPE headers version */
|
||||
#undef HAVE_SO_NOSIGPIPE_VERSION
|
||||
|
||||
/* Define if your system has the SPANDSP headers. */
|
||||
#undef HAVE_SPANDSP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user