]> granicus.if.org Git - check/commit
cmake: remove HAVE_* for snprintf in config.h.in
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:43:22 +0000 (02:43 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:43:22 +0000 (02:43 +0000)
commit0c0721847ff25b5f565d63b08247ee5a24b9594c
treee66db0b604442715144c5f637a5b058386e60e7b
parentdc90eded383216b7d9ff5da3774548eb9865e6bd
cmake: remove HAVE_* for snprintf in config.h.in

Having these caused MSVC to not compile, not having them
makes Linux fail prior to adding these definitions
in CMakeLists.txt. As they now cause problems for MSVC, but
the CMakeLists.txt definitions allow Linux to compile, there
should not be any issue.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1005 64e312b2-a51f-0410-8e61-82d0ca0eb02a
cmake/config.h.in