Update query_config.c with new macros
diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl
index 651f0d4..f15e03a 100755
--- a/scripts/generate_query_config.pl
+++ b/scripts/generate_query_config.pl
@@ -29,6 +29,7 @@
 # throw errors.
 my @excluded = qw(
 MBEDTLS_SSL_CIPHERSUITES
+MBEDTLS_PARAM_FAILED
 );
 my $excluded_re = join '|', @excluded;