* macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
in the Sockets Library, which does exactly what we want if the search domain is not
specified.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12242
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-5-9 Alexandra Ellwood <lxs@mit.edu>
+
+ * macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
+ in the Sockets Library, which does exactly what we want if the search domain is not
+ specified.
+
1998-11-22 Miro Jurisic <meeroh@.mit.edu>
* macsock.h: MacOS: only #define MACHOSTNAMELEN when not
#define SOCKET_ERRNO (GetMITLibError())
#define SOCKET_SET_ERRNO(x) (SetMITLibError(x))
-#define local_addr_fallback_kludge() (0)
+#define local_addr_fallback_kludge() gethostaddr()
#endif /* macsock_h */