/* * file common.h - system header files common to all xblast modules * * $Id: common.h,v 1.6 2004/07/07 16:43:13 iskywalker Exp $ * * Program XBLAST * (C) by Oliver Vogel (e-mail: m.vogel@ndh.net) * * 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 entertaining, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILTY 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 */ #ifndef XBLAST_COMMON_H #define XBLAST_COMMON_H #ifdef HAVE_CONFIG #include "config.h" #endif/* #ifndef __USE_W32_SOCKETS #include #endif #ifndef W32 #include #endif*/ #ifdef W32 #include #include #endif #include #include #ifdef WMS #include "timeval.h" #else #include #endif #include #include #include #include #include #include #include //#ifndef W32 #ifndef __USE_W32_SOCKETS #ifndef WMS #include #endif #ifndef W32 #include #endif #endif /*#ifdef CYG #include #endif */ #include "debug.h" #endif /* * end of file common.h */