aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2005-04-11 17:49:47 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2005-04-11 17:49:47 +0000
commit78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42 (patch)
tree8e8edab22bf94fe76378e62b5c438e2c2d1f8b93 /libiberty/config.in
parentf5f7d171c3f8dfff5d7751d8b9b4718f7c1dbd66 (diff)
downloadgcc-78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42.zip
gcc-78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42.tar.gz
gcc-78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42.tar.bz2
libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions.
include: * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): Provide prototypes for new functions. libiberty: * Makefile.in (CFILES): Add fopen_unlocked.c. (REQUIRED_OFILES): Add ./fopen_unlocked.o. Regenerate dependencies. * configure.ac: Check for stdio_ext.h and __fsetlocking. * fopen_unlocked.c: New file. * functions.texi, configure, config.in: Regenerate. From-SVN: r97977
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index ad71e76..d50aff9 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -151,6 +151,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
+/* Define to 1 if you have the <stdio_ext.h> header file. */
+#undef HAVE_STDIO_EXT_H
+
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -322,6 +325,9 @@
/* Define if you have the _system_configuration variable. */
#undef HAVE__SYSTEM_CONFIGURATION
+/* Define to 1 if you have the `__fsetlocking' function. */
+#undef HAVE___FSETLOCKING
+
/* Define if the host machine stores words of multi-word integers in
big-endian order. */
#undef HOST_WORDS_BIG_ENDIAN