comparison libpurple/protocols/zephyr/internal.h @ 27790:6187a40eea57

zephyr: Build properly on Hurd. This patch was culled from Debian#530893. committer: Paul Aurich <paul@darkrain42.org>
author duck@hurdfr.org
date Sat, 01 Aug 2009 05:31:59 +0000
parents 047c56435f1e
children
comparison
equal deleted inserted replaced
27789:1ff7de15d856 27790:6187a40eea57
21 #define MAXHOSTNAMELEN 512 21 #define MAXHOSTNAMELEN 512
22 #endif 22 #endif
23 23
24 #define ETIMEDOUT WSAETIMEDOUT 24 #define ETIMEDOUT WSAETIMEDOUT
25 #define EADDRINUSE WSAEADDRINUSE 25 #define EADDRINUSE WSAEADDRINUSE
26 #else /* !WIN32 */
27
28 #ifndef MAXHOSTNAMELEN
29 #define MAXHOSTNAMELEN 4096
30 #endif
31
26 #endif 32 #endif
27 33
28 #ifdef ZEPHYR_USES_HESIOD 34 #ifdef ZEPHYR_USES_HESIOD
29 #include <hesiod.h> 35 #include <hesiod.h>
30 #endif 36 #endif