summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-05-24 22:21:34 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-05-24 22:21:34 +0000
commit5bb92e54b78558ba9e105824b807325c45cd7644 (patch)
treea17569556c9f8bfb53e143af4d2f41428e34e44b /libgo/config.h.in
parent657730879110d20c9aa1de4f085a99e0ef6127de (diff)
libgo: Make os.setenv_c work on systems without setenv.
From-SVN: r174147
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 2976e979a36..d604392323a 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -24,6 +24,9 @@
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
/* Define to 1 if you have the `srandom' function. */
#undef HAVE_SRANDOM