diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 46d67e5..9d1eba2 100644 --- a/gold/config.in +++ b/gold/config.in @@ -13,6 +13,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `mallinfo' function. */ +#undef HAVE_MALLINFO + /* Whether the C++ compiler can call a template member with no arguments */ #undef HAVE_MEMBER_TEMPLATE_SPECIFICATIONS |