# HG changeset patch # User Eric Warmenhoven # Date 965768749 0 # Node ID e947cb269c9d6a9cbcced5bd791271a2a3ddc890 # Parent 2c0a7d245bd26edc71e3fc857aa2b576bf39a80c [gaim-migrate @ 651] solaris is b0rken committer: Tailor Script diff -r 2c0a7d245bd2 -r e947cb269c9d libfaim/CHANGES.gaim --- a/libfaim/CHANGES.gaim Tue Aug 08 21:03:07 2000 +0000 +++ b/libfaim/CHANGES.gaim Tue Aug 08 21:05:49 2000 +0000 @@ -1,3 +1,7 @@ + +Tue Aug 8 21:04:30 UTC 2000 EWarmenhoven + - Solaris doesn't have getaddrinfo(). Well, old versions of Solaris + don't. I changed aim_ft.c to try to work around this problem. Tue Aug 8 04:59:55 UTC 2000 EWarmenhoven - Small updates to libfaim. Hopefully this should fix a lot of the diff -r 2c0a7d245bd2 -r e947cb269c9d libfaim/README.gaim --- a/libfaim/README.gaim Tue Aug 08 21:03:07 2000 +0000 +++ b/libfaim/README.gaim Tue Aug 08 21:05:49 2000 +0000 @@ -14,6 +14,7 @@ So far the changes to libfaim that I've made are: - remove mkbuildinfo.sh and put the #defines it creates into Makefile.am - fix a typo in aim.h - "aim_directim_initiate", not "aim_directim_intiate" +- add #if HAVE_GETADDRINFO in aim_ft.c for Solaris people And finally, a word of warning. Gaim/Faim is VERY buggy. Please, don't use this for anything other than laughs right now. Hopefully we'll get it working better