diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-14 12:58:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:06 -0500 |
commit | 10cb61790404cbc7aa5c68d5ed3b14a047615e2b (patch) | |
tree | 3d28b56d0b9a930203aa4841a4910ac1db25ec64 /source4/heimdal_build | |
parent | d0e3452a6105a33f8dd3e0dbf208eb4ea5567f30 (diff) | |
download | samba-10cb61790404cbc7aa5c68d5ed3b14a047615e2b.tar.gz samba-10cb61790404cbc7aa5c68d5ed3b14a047615e2b.tar.bz2 samba-10cb61790404cbc7aa5c68d5ed3b14a047615e2b.zip |
r8464: the last few functions needed by irix 6.4.
(This used to be commit 903d963ca8fdefa23eaa77b5117d90b6b84866ab)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 7f6387f45a..6615f81649 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -266,7 +266,12 @@ NOPROTO = YES ADD_OBJ_FILES = \ heimdal/lib/roken/gai_strerror.o \ heimdal/lib/roken/getaddrinfo.o \ - heimdal/lib/roken/freeaddrinfo.o + heimdal/lib/roken/freeaddrinfo.o \ + heimdal/lib/roken/getipnodebyaddr.o \ + heimdal/lib/roken/getipnodebyname.o \ + heimdal/lib/roken/freehostent.o \ + heimdal/lib/roken/copyhostent.o \ + heimdal/lib/roken/hostent_find_fqdn.o NOPROTO = YES ####################### |