From 330a96abff271e9b9c96b8f9cec0a5d9603bb568 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 29 Oct 1993 12:15:08 -0400 Subject: [PATCH] Define HAVE_PUTENV for AIX PS/2. From-SVN: r5930 --- gcc/config/i386/xm-aix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/i386/xm-aix.h b/gcc/config/i386/xm-aix.h index 9e8f669b9a8..3722f67422e 100644 --- a/gcc/config/i386/xm-aix.h +++ b/gcc/config/i386/xm-aix.h @@ -32,3 +32,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __GNUC__ #define USE_C_ALLOCA #endif + +#define HAVE_PUTENV -- 2.30.2