From 335b7e322c795d86705aab67d2ecf72f1c9c5614 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Tue, 30 May 2017 20:59:31 +0200 Subject: New upstream version 5.5.3 --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 477cc2b5c..49aa093ec 100644 --- a/config.h.in +++ b/config.h.in @@ -313,6 +313,9 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION +/* static plugin constructors */ +#undef STATIC_PLUGIN_CONSTRUCTORS + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -328,6 +331,9 @@ /* using builtin printf for printf hooks */ #undef USE_BUILTIN_PRINTF +/* build code for fuzzing */ +#undef USE_FUZZING + /* support for IKEv1 protocol */ #undef USE_IKEV1 -- cgit v1.2.3