aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/config.h.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2006-11-06 18:02:13 +0000
committerFrank Ch. Eigler <fche@gcc.gnu.org>2006-11-06 18:02:13 +0000
commita548d7b75391323fb617554e965311a6897dd6ed (patch)
tree56b8c0aa4258be292832ad52f6e3be9089c63077 /libmudflap/config.h.in
parent8f75f38989e10491c8a5fcf0f7ae855b4763afc2 (diff)
downloadgcc-a548d7b75391323fb617554e965311a6897dd6ed.zip
gcc-a548d7b75391323fb617554e965311a6897dd6ed.tar.gz
gcc-a548d7b75391323fb617554e965311a6897dd6ed.tar.bz2
configure.ac (__libc_freeres): Look for it.
2006-11-06 Frank Ch. Eigler <fche@redhat.com> * configure.ac (__libc_freeres): Look for it. * mf-impl.h (call_libc_freeres): New configuration flag. * mf-runtime.c (__mf_set_default_options): Set it by default. (__mfu_report): Call it if needed. (__mfu_unregister): Remove "unaccessed registered object" warning. * configure, config.h.in: Regenerated. From-SVN: r118523
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r--libmudflap/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in
index f372741..e280b78 100644
--- a/libmudflap/config.h.in
+++ b/libmudflap/config.h.in
@@ -243,6 +243,9 @@
/* Define to 1 if you have the `__ctype_toupper_loc' function. */
#undef HAVE___CTYPE_TOUPPER_LOC
+/* Define to 1 if you have the `__libc_freeres' function. */
+#undef HAVE___LIBC_FREERES
+
/* Name of package */
#undef PACKAGE