X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/e82f7154f65062d9ac8b9677862774498b331058..ad7fbf45c5bba1502237bd4665b0296ce0150734:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 7146729..16ef2a6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 1999/07/01 08:56:23 mdw Exp $ + * $Id: acconfig.h,v 1.3 2003/01/24 20:11:14 mdw Exp $ * * Configuration header for fw * - * (c) 1999 Mark Wooding + * (c) 1999 Straylight/Edgeware */ /*----- Licensing notice --------------------------------------------------* @@ -29,8 +29,14 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ - * Revision 1.1 1999/07/01 08:56:23 mdw - * Initial revision + * Revision 1.3 2003/01/24 20:11:14 mdw + * Don't do resource limits on Cygwin. + * + * 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. * */ @@ -50,8 +56,18 @@ /* 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