OSDN Git Service

libgo: Make os.setenv_c work on systems without setenv.
[pf3gnuchains/gcc-fork.git] / libgo / config.h.in
index 2976e97..d604392 100644 (file)
@@ -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