On Diital Unix, define _SOCKADDR_LEN now, since sendmsg() needs it.

This commit is contained in:
Michael Graff 1999-08-28 04:22:18 +00:00
parent a30e7fc234
commit ee7c4a9d17

View file

@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.49 $)
AC_REVISION($Revision: 1.50 $)
AC_PREREQ(2.13)
@ -241,7 +241,7 @@ case "$host" in
dnl Turn on 4.4BSD style sa_len support.
dnl (Disabled for now because it is incompatible
dnl with the use of send() and recv()).
dnl AC_DEFINE(_SOCKADDR_LEN)
AC_DEFINE(_SOCKADDR_LEN)
;;
esac