* macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12288
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-5-18 Alexandra Ellwood <lxs@mit.edu>
+
+ * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname
+
2000-5-9 Alexandra Ellwood <lxs@mit.edu>
* macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
#define SOCKET_ERRNO (GetMITLibError())
#define SOCKET_SET_ERRNO(x) (SetMITLibError(x))
-#define local_addr_fallback_kludge() gethostaddr()
+#define local_addr_fallback_kludge() 0
#endif /* macsock_h */