From cabe5c0ff40f3a67d0d091d1bfdc2948b203737d Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 11 Oct 2013 11:06:02 +0200 Subject: printf-hook-builtin: Add a new "builtin" backend using its own printf() routines Overloads printf C library functions by a self-contained implementation, based on klibc. Does not yet feature all the required default formatters, including those for floating point values. --- src/libstrongswan/utils/printf_hook/printf_hook.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstrongswan/utils/printf_hook/printf_hook.h') diff --git a/src/libstrongswan/utils/printf_hook/printf_hook.h b/src/libstrongswan/utils/printf_hook/printf_hook.h index 5520de154..c1d6fa90d 100644 --- a/src/libstrongswan/utils/printf_hook/printf_hook.h +++ b/src/libstrongswan/utils/printf_hook/printf_hook.h @@ -31,6 +31,8 @@ typedef enum printf_hook_argtype_t printf_hook_argtype_t; #if defined(USE_VSTR) # include "printf_hook_vstr.h" +#elif defined(USE_BUILTIN_PRINTF) +# include "printf_hook_builtin.h" #endif /** -- cgit v1.2.3