added a configure option to enable the Vstr string library even if register_printf_function is available

This commit is contained in:
Tobias Brunner
2009-04-24 05:32:17 +02:00
parent bcbf110938
commit bf45d6dd3b
3 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ typedef struct printf_hook_t printf_hook_t;
typedef struct printf_hook_spec_t printf_hook_spec_t;
typedef enum printf_hook_argtype_t printf_hook_argtype_t;
#ifdef HAVE_PRINTF_HOOKS
#if defined(HAVE_PRINTF_HOOKS) && !defined(USE_VSTR)
#include <stdio.h>
#include <printf.h>