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 635316644..1e817fb3a 100644 --- a/config.h.in +++ b/config.h.in @@ -46,6 +46,9 @@ /* Define to 1 if the system has the `malloc' function attribute */ #undef HAVE_FUNC_ATTRIBUTE_MALLOC +/* Define to 1 if the system has the `noinline' function attribute */ +#undef HAVE_FUNC_ATTRIBUTE_NOINLINE + /* Define to 1 if the system has the `noreturn' function attribute */ #undef HAVE_FUNC_ATTRIBUTE_NORETURN |