# HG changeset patch # User duck@hurdfr.org # Date 1249104719 0 # Node ID 6187a40eea572f093d94934ec6191958ebffbdef # Parent 1ff7de15d85696682670b3792143d1bfee56914a zephyr: Build properly on Hurd. This patch was culled from Debian#530893. committer: Paul Aurich diff -r 1ff7de15d856 -r 6187a40eea57 ChangeLog --- a/ChangeLog Sat Aug 01 04:32:24 2009 +0000 +++ b/ChangeLog Sat Aug 01 05:31:59 2009 +0000 @@ -43,6 +43,7 @@ against the GNU IDN library. * Install scalable versions of the main Pidgin icon, the protocol icons, the dialog icons, and the Buddy List emblems. + * Build properly on Hurd. (Marc Dequènes) AIM and ICQ: * Preliminary support for a new authentication scheme called diff -r 1ff7de15d856 -r 6187a40eea57 libpurple/protocols/zephyr/internal.h --- a/libpurple/protocols/zephyr/internal.h Sat Aug 01 04:32:24 2009 +0000 +++ b/libpurple/protocols/zephyr/internal.h Sat Aug 01 05:31:59 2009 +0000 @@ -23,6 +23,12 @@ #define ETIMEDOUT WSAETIMEDOUT #define EADDRINUSE WSAEADDRINUSE +#else /* !WIN32 */ + +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 4096 +#endif + #endif #ifdef ZEPHYR_USES_HESIOD