X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Ffcgimisc.h;h=5f7eac725e9b50fe7e5ac5dd76ef97347096335e;hb=af1b4cad97c093e021899eb02a1b4bb22a0c299d;hp=27890e891cbceee4fe06b69531ce38cf079234ee;hpb=f3804d079be4a47f1ec924c3994f1e46ff3324b7;p=catagits%2Ffcgi2.git diff --git a/include/fcgimisc.h b/include/fcgimisc.h index 27890e8..5f7eac7 100644 --- a/include/fcgimisc.h +++ b/include/fcgimisc.h @@ -6,43 +6,15 @@ * * Copyright (c) 1996 Open Market, Inc. * - * See the file "LICENSE.TERMS" for information on usage and redistribution + * See the file "LICENSE" 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