diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-09 21:20:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-09 21:20:20 +0000 |
commit | 8f6ad301913dc5ddfda7823510c17b8ce61df51c (patch) | |
tree | 5aa3f54536fdc7b42c9ae15836fb5c2a01f31cd2 /libc/inet/Makefile | |
parent | 8df26e4f7bba3fb0f4c84df7c166fd5d5e09cf7b (diff) |
A patch from Michal Moskal <malekith@pld.org.pl> to include
partial IPV6 support. This adds things like gethostbyname2().
Off by defaut, of course,
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r-- | libc/inet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index e6ffff694..6fd75010d 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -39,8 +39,8 @@ MOBJ2=encodeh.o decodeh.o encoded.o decoded.o lengthd.o encodeq.o \ formquery.o dnslookup.o resolveaddress.o resolvemailbox.o \ opennameservers.o closenameservers.o resolvename.o gethostbyname.o\ res_init.o res_query.o gethostbyaddr.o \ - get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o - + get_hosts_byname.o get_hosts_byaddr.o read_etc_hosts.o \ + gethostbyname2.o MSRC3=socketcalls.c MOBJ3= accept.o bind.o connect.o getpeername.o getsockname.o getsockopt.o \ |