summaryrefslogtreecommitdiffstats
path: root/gcc/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-07 23:40:19 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-07 23:40:19 +0000
commit1bcf5ab8212c7c464f0129892b994f795f69ff7b (patch)
tree92ea63ec5cc5860eecb13fd72d51074de7032172 /gcc/config.in
parent69f591dc9fadfeb04afac02bcde7d11e1b103b99 (diff)
downloadppe42-gcc-1bcf5ab8212c7c464f0129892b994f795f69ff7b.tar.gz
ppe42-gcc-1bcf5ab8212c7c464f0129892b994f795f69ff7b.zip
* configure.in: Test for availability of putc_unlocked, fputc_unlocked,
and fputs_unlocked. * configure: Rebuilt. * system.h: If the *_unlocked functions are available use them instead of the locked counterparts by defining macros. * config.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index bacead5ebd0..13f077216aa 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -140,6 +140,12 @@
/* Define if you have the bzero function. */
#undef HAVE_BZERO
+/* Define if you have the fputc_unlocked function. */
+#undef HAVE_FPUTC_UNLOCKED
+
+/* Define if you have the fputs_unlocked function. */
+#undef HAVE_FPUTS_UNLOCKED
+
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
@@ -158,6 +164,9 @@
/* Define if you have the popen function. */
#undef HAVE_POPEN
+/* Define if you have the putc_unlocked function. */
+#undef HAVE_PUTC_UNLOCKED
+
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
OpenPOWER on IntegriCloud