Updated Changelog
[centerim/davrieb.git] / libgadu / compat.h
blob5729cfc10ecdfcef0353a62f796200649315dfe9
1 /* $Id: compat.h,v 1.1 2004/01/26 23:49:47 konst Exp $ */
3 /*
4 * (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl>
5 * Robert J. Wo¼ny <speedy@ziew.org>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License Version
9 * 2.1 as published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 #ifndef __COMPAT_H
22 #define __COMPAT_H
24 #ifdef sun
25 # define INADDR_NONE ((in_addr_t) 0xffffffff)
26 #endif
28 #endif