/** * stdinc.h: This is the header which includes all of the system stuff. * * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team * Rights to this code are as documented in COPYING. * * * Portions of this file were derived from sources bearing the following license: * Copyright © 2005 William Pitcock et al. * Rights to this code are documented in doc/pod/license.pod. * * $Id: stdinc.h,v 1.5 2007/09/16 18:54:42 pippijn Exp $ */ #ifndef STDINC_H #define STDINC_H /* I N C L U D E S */ #include #include #include #include #include #include #include #include #include #include #include /* socket stuff */ #include #include #include #include #include #include #include #include #include #include #include #include #endif