changeset 31649:f3baa0787399

libgadu: Alver determined this is needed to build on HP-UX.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 12 Feb 2011 16:21:48 +0000
parents cdf476ff08a8
children 481da469bd3d
files libpurple/protocols/gg/lib/libgadu.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;