nsswitch/wins: Define NETDB_* for other libc's
authorlistout <brahmajit.xyz@gmail.com>
Thu, 14 Jul 2022 13:15:17 +0000 (18:45 +0530)
committerVolker Lendecke <vl@samba.org>
Mon, 8 Aug 2022 06:33:38 +0000 (06:33 +0000)
commite13875601ff6f488b48e7de0f6838db3565401d4
treed829dc3c0843e85bef5197df8d12d4010e7b6fea
parent7cd871567615cb54cbefd66dd6a39206191473cc
nsswitch/wins: Define NETDB_* for other libc's

Define NETDB_SUCCESS and NETDB_INTERNAL if they are not defined. On
libc's such as musl NETDB_INTERNAL and NETDB_SUCCESS are not defined.

Signed-off-by: listout <brahmajit.xyz@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
nsswitch/wins.c