/* * Copyright © 2005 William Pitcock et al. * Rights to this code are documented in doc/pod/license.pod. * * This is the header which includes all of the system stuff. * * $Id: stdinc.h,v 1.2 2007/07/21 01:29:07 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 #ifdef HAVE_GETOPT_H #include #endif #ifdef HAVE_LINK_H #include #endif /* socket stuff */ #include #include #include #include #include #include #include #include #include #include #include #include #include #endif