diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2aed757..7385ddd 100644 --- a/config.h.in +++ b/config.h.in @@ -171,6 +171,9 @@ /* Define if gcc supports attribute ifunc. */ #undef HAVE_GCC_IFUNC +/* Define if CC supports attribute retain. */ +#undef HAVE_GNU_RETAIN + #define WANT_FLOAT128 0 /* |