summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-06 20:56:05 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-06 20:56:05 +0000
commit5935a97b62fee05912a33af3a3e56da2575b4a78 (patch)
tree245c19b2621f21e1a618a087f712385c5a897ff1 /libgfortran/config.h.in
parent333f79f1f8fa582a81355aad7ab0bcd3534ae35e (diff)
downloadgcc-5935a97b62fee05912a33af3a3e56da2575b4a78.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192169 138bc75d-0d04-0410-961f-82ee72b054a4
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