Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

internal.h File Reference

Internal definitions and includes. More...

#include <locale.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <sys/utsname.h>
#include <netdb.h>
#include <signal.h>
#include <unistd.h>
#include <glib.h>

Include dependency graph for internal.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define N_(String)   (String)
#define _(x)   (x)
#define ngettext(Singular, Plural, Number)   ((Number == 1) ? (Singular) : (Plural))
#define MSG_LEN   2048
#define BUF_LEN   MSG_LEN
#define BUF_LONG   BUF_LEN * 2
#define MAXPATHLEN   1024
#define HOST_NAME_MAX   255
#define PATHSIZE   1024
#define GAIM_WEBSITE   "http://gaim.sourceforge.net/"


Detailed Description

Internal definitions and includes.

gaim

Gaim is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Generated on Sun Aug 29 03:45:11 2004 for gaim by doxygen 1.3.4