aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xm-linux.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1997-09-25 00:49:27 +0000
committerDoug Evans <dje@gnu.org>1997-09-25 00:49:27 +0000
commitd98cda22399a7fa3c098160f1ee7312eee9fac43 (patch)
tree06f17a3d5ff3695782ee8fbae5e290afb35d1f3b /gcc/config/xm-linux.h
parentbbfbedb141d3a0e232489dbc70a77e1a72644b84 (diff)
* config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
From-SVN: r15701
Diffstat (limited to 'gcc/config/xm-linux.h')
-rw-r--r--gcc/config/xm-linux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/xm-linux.h b/gcc/config/xm-linux.h
index 2a2b62bc964..4baa426979d 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