Expunge revision histories in files.
[fwd] / acconfig.h
index 7146729..7a1818c 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.1 1999/07/01 08:56:23 mdw Exp $
+ * $Id: acconfig.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration header for fw
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acconfig.h,v $
- * Revision 1.1  1999/07/01 08:56:23  mdw
- * Initial revision
- *
- */
-
 #ifndef ACCONFIG_H
 #define ACCONFIG_H
 
 /* Package version number.  */
 #define VERSION "1.0.0"
 
+/* Define if `environ' is declared somewhere sensible.  */
+#undef DECL_ENVIRON
+
 @BOTTOM@
 
+ /* Cygwin advertises a number of limits and raises errors if you use them.
+  * This is a bit crap, and we ought to be able to cope, but for now we just
+  * don't do resource limits on Cygwin.  Sorry. */
+#ifdef __CYGWIN__
+#  undef HAVE_SETRLIMIT
+#endif
+
 /*----- That's all, folks -------------------------------------------------*/
 
 #ifdef __cplusplus