diff options
Diffstat (limited to 'config_h.in')
-rw-r--r-- | config_h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.in b/config_h.in index 1b0fd6e239f6..e45ce6f8d4a4 100644 --- a/config_h.in +++ b/config_h.in @@ -51,6 +51,9 @@ /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define if <stdnoreturn.h> header is available and working */ +#undef HAVE_STDNORETURN_H + /* Define if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H @@ -84,6 +87,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if C11 _Noreturn keyword is supported */ +#undef STDC_NORETURN + /* Define to the system name. */ #undef SYSTEM_NAME |