comparison src/protocols/gg/libgg.h @ 2475:ba7ee4c1908c

[gaim-migrate @ 2488] BMiller's fixes so gg compiles on solaris committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Oct 2001 20:03:17 +0000
parents b2926d21f067
children 1950afffd107
comparison
equal deleted inserted replaced
2474:19b4cd08e458 2475:ba7ee4c1908c
1 /* $Id: libgg.h 2412 2001-10-01 06:56:34Z warmenhoven $ */ 1 /* $Id: libgg.h 2488 2001-10-10 20:03:17Z warmenhoven $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl> 4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
23 #ifdef __cplusplus 23 #ifdef __cplusplus
24 extern "C" { 24 extern "C" {
25 #endif 25 #endif
26 26
27 #define GG_DEBUG 1 27 #define GG_DEBUG 1
28
29 #ifndef INADDR_NONE
30 #define INADDR_NONE 0xffffffff
31 #endif
28 32
29 /* 33 /*
30 * typ zmiennej określającej numerek danej osoby. 34 * typ zmiennej określającej numerek danej osoby.
31 */ 35 */
32 typedef unsigned int uin_t; 36 typedef unsigned int uin_t;