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 "prefix.h"

Include dependency graph for internal.h:

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 g_freopen   freopen
#define g_fopen   fopen
#define g_rmdir   rmdir
#define g_remove   remove
#define g_unlink   unlink
#define g_lstat   lstat
#define g_stat   stat
#define g_mkdir   mkdir
#define g_rename   rename
#define g_open   open
#define G_GINT64_MODIFIER   "ll"
#define G_GSIZE_FORMAT   "u"
#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 Feb 18 07:36:27 2007 for gaim by  doxygen 1.5.1