diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 1904650..82eaa07 100644 --- a/gold/config.in +++ b/gold/config.in @@ -39,10 +39,18 @@ /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ #undef HAVE_DECL_FFS +/* Define to 1 if you have the declaration of `memmem', and to 0 if you + don't. */ +#undef HAVE_DECL_MEMMEM + /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #undef HAVE_DECL_SNPRINTF +/* Define to 1 if you have the declaration of `strndup', and to 0 if you + don't. */ +#undef HAVE_DECL_STRNDUP + /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you don't. */ #undef HAVE_DECL_STRVERSCMP |