From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c (limited to 'fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c') diff --git a/fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c b/fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c new file mode 100644 index 000000000..329098d20 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/regex_test.c @@ -0,0 +1,10 @@ +#include +#include + +int main() { + regcomp(NULL, NULL, 0); + regexec(NULL, NULL, 0, NULL, 0); + regerror(0, NULL, NULL, 0); + regfree(NULL); + return 0; +} -- cgit v1.2.3