X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/0708f03729344dcab32850051cd4362573151da6..b69a615b311fb4081d97ccee6cd13777bcf4d5ca:/acconfig.h diff --git a/acconfig.h b/acconfig.h index b0f0d47..7a1818c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.2 1999/07/26 23:29:02 mdw Exp $ + * $Id: acconfig.h,v 1.4 2004/04/08 01:36:25 mdw Exp $ * * Configuration header for fw * @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * Revision 1.2 1999/07/26 23:29:02 mdw - * Add DECL_ENVIRON. - * - * Revision 1.1.1.1 1999/07/01 08:56:23 mdw - * Initial revision. - * - */ - #ifndef ACCONFIG_H #define ACCONFIG_H @@ -58,6 +47,13 @@ @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