diff options
-rw-r--r-- | auto/clang | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ # C language features. +nxt_feature="C11 _Generic()" +nxt_feature_name=NXT_HAVE_C11_GENERIC +nxt_feature_run=no +nxt_feature_incs= +nxt_feature_libs= +nxt_feature_test="int main(void) { + return _Generic(1, int: 0); + }" +. auto/feature + + nxt_feature="C99 variadic macro" nxt_feature_name=NXT_HAVE_C99_VARIADIC_MACRO nxt_feature_run=yes |