From 0708f03729344dcab32850051cd4362573151da6 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 26 Jul 1999 23:29:02 +0000 Subject: [PATCH] Add DECL_ENVIRON. --- acconfig.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/acconfig.h b/acconfig.h index 7146729..b0f0d47 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.2 1999/07/26 23:29:02 mdw Exp $ * * Configuration header for fw * - * (c) 1999 Mark Wooding + * (c) 1999 Straylight/Edgeware */ /*----- Licensing notice --------------------------------------------------* @@ -29,8 +29,11 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ - * Revision 1.1 1999/07/01 08:56:23 mdw - * Initial revision + * 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,6 +53,9 @@ /* Package version number. */ #define VERSION "1.0.0" +/* Define if `environ' is declared somewhere sensible. */ +#undef DECL_ENVIRON + @BOTTOM@ /*----- That's all, folks -------------------------------------------------*/ -- 2.11.0