mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 10:56:25 +08:00
src/lib: Use standard std::vsnprintf() instead of hacking our own
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user