From 03dfb337e5912feeeba51071e191ed9315f55828 Mon Sep 17 00:00:00 2001 From: Mojca Miklavec Date: Sun, 1 Apr 2018 00:55:12 +0000 Subject: fixed conditional AI_NUMERICSERV for usocket git-svn-id: svn://tug.org/texlive/trunk@47214 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Build') diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h b/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h index 45f2f99f7fb..fccf35031b2 100644 --- a/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h +++ b/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h @@ -50,6 +50,10 @@ #endif /* IPV6_LEAVE_GROUP */ #endif /* !IPV6_DROP_MEMBERSHIP */ +#ifndef AI_NUMERICSERV +#define AI_NUMERICSERV 0 +#endif + typedef int t_socket; typedef t_socket *p_socket; typedef struct sockaddr_storage t_sockaddr_storage; -- cgit v1.2.3