/************************************************************************ * IRC - Internet Relay Chat, include/h.h * * Copyright (C) 2000-2003 TR-IRCD Development * * Copyright (C) 1992 Darren Reed * * 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, 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* $Id: h.h,v 1.3 2003/06/14 13:55:50 tr-ircd Exp $ */ #include "blalloc.h" #include "channel.h" #include "class.h" #include "client.h" #include "confitem.h" #include "debug.h" #include "floodspam.h" #include "identity.h" #include "init.h" #include "ircsprintf.h" #include "linebuf.h" #include "logtype.h" #include "maskitem.h" #include "memory.h" #include "modules.h" #include "motditem.h" #include "parse.h" #include "s_bsd.h" #include "s_service.h" #include "s_user.h" #include "send.h" #include "sysvar.h" #include "tools.h"