diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:21:39 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:21:39 +0000 |
commit | b0624149880731377dba03396be2a8f838cffb13 (patch) | |
tree | 0d2254d67b762d8d8fbcc36ac9460a189d431e4b /gcc/config.in | |
parent | c070948eb28f25e9fd7e4921d97a034575c5d8da (diff) | |
download | gcc-b0624149880731377dba03396be2a8f838cffb13.tar.gz |
* toplev.c: Don't declare environ (it's not used anywhere).
* configure.in: Don't check for declaration of environ.
* config/i386/xm-mingw32.h: Don't #define environ.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index e70b7794e7b..fbe9acd165c 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -421,9 +421,6 @@ #undef HAVE_DECL_STRSTR /* Define to 1 if we found this declaration otherwise define to 0. */ -#undef HAVE_DECL_ENVIRON - -/* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_ERRNO /* Define to 1 if we found this declaration otherwise define to 0. */ |