pidgin: 480b2999: zephyr: Build properly on Hurd.
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sun Aug 2 01:40:48 EDT 2009
-----------------------------------------------------------------
Revision: 480b2999de4ec2bf5af6fdcc0ee2089f98c395d5
Ancestor: 8e90f6ca0ca33dc1253440e3e82ba40acb28d8b3
Author: duck at hurdfr.org
Date: 2009-08-01T05:31:59
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/480b2999de4ec2bf5af6fdcc0ee2089f98c395d5
Modified files:
ChangeLog libpurple/protocols/zephyr/internal.h
ChangeLog:
zephyr: Build properly on Hurd.
This patch was culled from Debian#530893.
-------------- next part --------------
============================================================
--- ChangeLog e997843b9ae2354c38619a6001b0eeb3bf7c7e7f
+++ ChangeLog 8355b64b0d07de55fd3e757586667da2d3197469
@@ -43,6 +43,7 @@ version 2.6.0 (??/??/2009):
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
============================================================
--- libpurple/protocols/zephyr/internal.h 61e5d26d07d8365286ae903fec1dc0d457d6bd24
+++ libpurple/protocols/zephyr/internal.h 4ba281c0d0e4d7b857ab5c6105d37eb4b3175d21
@@ -23,8 +23,14 @@
#define ETIMEDOUT WSAETIMEDOUT
#define EADDRINUSE WSAEADDRINUSE
+#else /* !WIN32 */
+
+#ifndef MAXHOSTNAMELEN
+#define MAXHOSTNAMELEN 4096
#endif
+#endif
+
#ifdef ZEPHYR_USES_HESIOD
#include <hesiod.h>
#endif
More information about the Commits
mailing list