libgadu: Alver determined this is needed to build on HP-UX.

Sat, 12 Feb 2011 16:21:48 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sat, 12 Feb 2011 16:21:48 +0000
changeset 31412
a837346f4dfa
parent 31410
71262d97b3f9
child 31413
79c70d225a03

libgadu: Alver determined this is needed to build on HP-UX.

libpurple/protocols/gg/lib/libgadu.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/gg/lib/libgadu.h	Mon Feb 07 03:39:41 2011 +0000
+++ b/libpurple/protocols/gg/lib/libgadu.h	Sat Feb 12 16:21:48 2011 +0000
@@ -117,7 +117,7 @@
 typedef unsigned short uint16_t;
 typedef unsigned int   uint32_t;
 
-#if !defined(__CYGWIN__) && !defined(__SunOS)
+#if !defined(__CYGWIN__) && !defined(__SunOS) && !defined(_INCLUDE_HPUX_SOURCE)
 #define __int8_t_defined
 typedef   signed char    int8_t;
 typedef   signed short  int16_t;

mercurial