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 98c7506f..9abedb55 100644 --- a/config.h.in +++ b/config.h.in @@ -341,6 +341,12 @@ /* Define to 1 if on MINIX. */ #undef _MINIX +/* Define whether the compiler support gcc __auto_type */ +#undef _NM_CC_SUPPORT_AUTO_TYPE + +/* Define whether the compiler supports C11 _Generic() */ +#undef _NM_CC_SUPPORT_GENERIC + /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE |