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:
Tilghman Lesher
2009-12-04 04:52:24 +00:00
parent 8599628e0b
commit aa9ec67f97
4 changed files with 190 additions and 4 deletions

View File

@@ -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