src/lib: Use standard std::vsnprintf() instead of hacking our own

This commit is contained in:
Povilas Kanapickas
2021-11-01 02:52:36 +02:00
parent b793675ef8
commit ef08470286
8 changed files with 2 additions and 89 deletions

View File

@@ -94,9 +94,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
/* Define to 1 if you have the `vsnprintf` function. */
#cmakedefine HAVE_VSNPRINTF ${HAVE_VSNPRINTF}
/* Define to 1 if you have the <wchar.h> header file. */
#cmakedefine HAVE_WCHAR_H ${HAVE_WCHAR_H}