aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2012-10-06 23:56:05 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2012-10-06 23:56:05 +0300
commit227e441f2b6cfdcd738ede0722847312ee372b01 (patch)
tree245c19b2621f21e1a618a087f712385c5a897ff1 /libgfortran/config.h.in
parent1996c0a6e0738a493625e6d56d0ac30322d8fa50 (diff)
Fix usage of secure_getenv with glibc 2.17.
See http://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv 2012-10-06 Janne Blomqvist <jb@gcc.gnu.org> * configure.ac: Check for presence of secure_getenv. * libgfortran.h: Use HAVE_SECURE_GETENV. * Makefile.in: Regenerated. * aclocal.m4: Regenerated. * config.h.in: Regenerated. * configure: Regenerated. From-SVN: r192169
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 43ba0259862..ee4c14f52c3 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -648,6 +648,9 @@
/* Define to 1 if you have the `scalbnl' function. */
#undef HAVE_SCALBNL
+/* Define to 1 if you have the `secure_getenv' function. */
+#undef HAVE_SECURE_GETENV
+
/* Define to 1 if you have the `setmode' function. */
#undef HAVE_SETMODE