Remove optional dependencies on Boost.

Standard smart pointers are now common among the latest compilers.
This commit is contained in:
Tsuda Kageyu
2017-06-09 11:31:22 +09:00
parent 10e8866fec
commit 7e9f019a49
3 changed files with 1 additions and 21 deletions

View File

@ -24,7 +24,6 @@
/* Defined if your compiler supports shared_ptr */
#cmakedefine HAVE_STD_SMART_PTR 1
#cmakedefine HAVE_BOOST_SMART_PTR 1
/* Defined if your compiler supports some safer version of vsprintf */
#cmakedefine HAVE_VSNPRINTF 1