diff options
| author | Michael Biebl <biebl@debian.org> | 2017-12-12 15:53:07 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-12-12 15:53:07 +0100 |
| commit | afcd268ea7b1149fbfb66bce4eca659b675da0a2 (patch) | |
| tree | c3fca2203ad17434daf3ccf576582bd66aa41ab2 /config.h.in | |
| parent | 417f6015c3dc8c47cf27daa59f64e0e36c521b9c (diff) | |
New upstream version 1.10.2 upstream/1.10.2
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 |