diff options
author | Doug Evans <dje@gnu.org> | 1997-09-25 00:49:27 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1997-09-25 00:49:27 +0000 |
commit | d98cda22399a7fa3c098160f1ee7312eee9fac43 (patch) | |
tree | 06f17a3d5ff3695782ee8fbae5e290afb35d1f3b | |
parent | bbfbedb141d3a0e232489dbc70a77e1a72644b84 (diff) | |
download | gcc-d98cda22399a7fa3c098160f1ee7312eee9fac43.zip gcc-d98cda22399a7fa3c098160f1ee7312eee9fac43.tar.gz gcc-d98cda22399a7fa3c098160f1ee7312eee9fac43.tar.bz2 |
* config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
From-SVN: r15701
-rw-r--r-- | gcc/config/xm-linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/xm-linux.h b/gcc/config/xm-linux.h index 2a2b62b..4baa426 100644 --- a/gcc/config/xm-linux.h +++ b/gcc/config/xm-linux.h @@ -25,6 +25,12 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_POPEN #define HAVE_POPEN +#undef HAVE_PUTENV +#define HAVE_PUTENV + +#undef HAVE_ATEXIT +#define HAVE_ATEXIT + #undef POSIX #define POSIX |