diff options
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 3a54c89c1f..3ab45d0a73 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -118,6 +118,9 @@ /* Set to 1 if you have snprintf() */ #undef HAVE_SNPRINTF +/* Set to 1 if you have vsnprintf() */ +#undef HAVE_VSNPRINTF + /* Set to 1 if you have fp_class() */ #undef HAVE_FP_CLASS |
