summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-28 07:00:27 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-28 07:00:27 +0000
commit288745581315dcbe9383a2fa28ac6403b3b417db (patch)
tree206ad049b411ef90070a3486a0832ecc5adf0c79 /gcc/config.in
parent00482daf9415b9362b30f39e8f294d0c53047e4c (diff)
downloadgcc-288745581315dcbe9383a2fa28ac6403b3b417db.tar.gz
* cpplex.c (cpp_output_token): Use a putc loop for
SPELL_OPERATOR, and fwrite for SPELL_IDENT. * configure.in: Detect fwrite_unlocked and fprintf_unlocked. * configure, config.in: Regenerate. * system.h: Replace fwrite and fprintf with their unlocked variants if available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index b9156619b5c..7392a9d0b6e 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define to empty if the keyword does not work. */
#undef const
@@ -104,12 +104,18 @@
/* Define if you have the dcgettext function. */
#undef HAVE_DCGETTEXT
+/* Define if you have the fprintf_unlocked function. */
+#undef HAVE_FPRINTF_UNLOCKED
+
/* 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 fwrite_unlocked function. */
+#undef HAVE_FWRITE_UNLOCKED
+
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
@@ -396,6 +402,12 @@
#undef HAVE_DECL_FPUTS_UNLOCKED
/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_FWRITE_UNLOCKED
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_FPRINTF_UNLOCKED
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
#undef HAVE_DECL_STRSTR
/* Define to 1 if we found this declaration otherwise define to 0. */