summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2016-01-02 12:12:49 -0800
committerMartin Pool <mbp@sourcefrog.net>2016-01-02 12:12:49 -0800
commitce7a8b4af585fafca1d5deffd4e1416dd59c6b56 (patch)
tree3963f46643a912d79b4797344f0690bc7f822aec
parent73f7581e608e6b86a233ad9d8a8bb23d2957257f (diff)
downloadlibrsync-ce7a8b4af585fafca1d5deffd4e1416dd59c6b56.tar.gz
Remove unused configure-time tests for snprintf
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be1ae66..818e971 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,12 +66,8 @@ check_function_exists ( alloca HAVE_ALLOCA )
check_function_exists ( fseeko HAVE_FSEEKO )
check_function_exists ( memmove HAVE_MEMMOVE )
check_function_exists ( memset HAVE_MEMSET )
-check_function_exists ( snprintf HAVE_SNPRINTF )
check_function_exists ( strchr HAVE_STRCHR )
check_function_exists ( strerror HAVE_STRERROR )
-check_function_exists ( vsnprintf HAVE_VSNPRINTF )
-check_function_exists ( _snprintf HAVE__SNPRINTF )
-check_function_exists ( _vsnprintf HAVE__VSNPRINTF )
include(CheckTypeSize)
check_type_size ( "long" SIZEOF_LONG )