X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Ffcgimisc.h;h=0464455f65898aa207352c3f25dfc9089235784f;hb=ae0165d0a9e89f1e513d5cb93df98a1935a4c3dd;hp=27890e891cbceee4fe06b69531ce38cf079234ee;hpb=f3804d079be4a47f1ec924c3994f1e46ff3324b7;p=catagits%2Ffcgi2.git diff --git a/include/fcgimisc.h b/include/fcgimisc.h index 27890e8..0464455 100644 --- a/include/fcgimisc.h +++ b/include/fcgimisc.h @@ -9,40 +9,12 @@ * See the file "LICENSE.TERMS" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * $Id: fcgimisc.h,v 1.2 1999/05/28 02:19:58 roberts Exp $ + * $Id: fcgimisc.h,v 1.3 2001/06/18 14:25:47 robs Exp $ */ #ifndef _FCGIMISC_H #define _FCGIMISC_H -#include -#include - -#include - -#ifdef HAVE_SYS_SELECT_H -#include -#endif -#include -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_WINSOCK_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif -#ifdef HAVE_SYS_UN_H -#include -#endif - -/* - * Where does this junk normally come from? - */ #ifndef FALSE #define FALSE (0) #endif