diff options
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 |