comparison src/protocols/gg/libgg.h @ 9265:6a1f2c444ee7

[gaim-migrate @ 10064] Apparently stdint.h is required on OS X. This now looks to see if stdint.h exists. and includes it only if it does. If this doesn't fix whatever platform was broken (KingAnt, what was that?), we'll look for another solution. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 11 Jun 2004 03:58:48 +0000
parents 9d9161a3d9f7
children 1c4092217e4a
comparison
equal deleted inserted replaced
9264:cea7eba5f494 9265:6a1f2c444ee7
1 /* $Id: libgg.h 10052 2004-06-10 02:15:16Z thekingant $ */ 1 /* $Id: libgg.h 10064 2004-06-11 03:58:48Z eblanton $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, 4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
5 * Robert J. Woźny <speedy@ziew.org> 5 * Robert J. Woźny <speedy@ziew.org>
6 * 6 *
27 27
28 #if defined(sun) && !defined(INADDR_NONE) 28 #if defined(sun) && !defined(INADDR_NONE)
29 #define INADDR_NONE 0xffffffff 29 #define INADDR_NONE 0xffffffff
30 #endif 30 #endif
31 31
32 #ifdef HAVE_STDINT_H
33 # include <stdint.h>
34 #endif
32 #include <sys/types.h> 35 #include <sys/types.h>
33 36
34 /* 37 /*
35 * typ zmiennej określającej numerek danej osoby. 38 * typ zmiennej określającej numerek danej osoby.
36 */ 39 */