bump version to 0.80 and prepare for release
[catagits/fcgi2.git] / include / fcgimisc.h
index 027e3d3..5f7eac7 100644 (file)
@@ -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.1 1997/09/16 15:36:32 stanleyg Exp $
+ * $Id: fcgimisc.h,v 1.3 2001/06/18 14:25:47 robs Exp $
  */
 
 #ifndef _FCGIMISC_H
 #define _FCGIMISC_H
 
-#include <stdio.h>
-#include <limits.h>
-
-#include <fcgi_config.h>
-
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-#include <sys/types.h>
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#ifdef HAVE_WINSOCK_H
-#include <winsock.h>
-#endif
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#ifdef HAVE_SYS_UN_H
-#include <sys/un.h>
-#endif
-
-/*
- * Where does this junk normally come from?
- */
 #ifndef FALSE
 #define FALSE (0)
 #endif
@@ -60,7 +32,7 @@
 #endif
 
 #ifndef ASSERT
-#define ASSERT(assertion) (assert(assertion))
+#define ASSERT(assertion) assert(assertion)
 #endif
 
 #endif /* _FCGIMISC_H */