diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-05-30 20:59:31 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-05-30 21:03:44 +0200 |
commit | 335b7e322c795d86705aab67d2ecf72f1c9c5614 (patch) | |
tree | c3a2256cd4d3c9242c47da2a47077b12b3b7a1a6 /config.h.in | |
parent | 7f6fc258427831ed2e80f7540c4368cf6ceba385 (diff) | |
download | vyos-strongswan-335b7e322c795d86705aab67d2ecf72f1c9c5614.tar.gz vyos-strongswan-335b7e322c795d86705aab67d2ecf72f1c9c5614.zip |
New upstream version 5.5.3
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 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 |