]> granicus.if.org Git - check/commitdiff
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)
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

index dcf1cc03dfbffd24c20b9f136eb6973f755d6fe3..aaa447f96138726c3e030e9c8f6e36acd202430b 100644 (file)
@@ -318,21 +318,6 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the `_strdup' function. */
 #cmakedefine HAVE__STRDUP 1
 
-/* Define to 1 if you have the `snprintf' function. */
-#cmakedefine HAVE_SNPRINTF 1
-
-/* Define to 1 if you have the `vsnprintf' function. */
-#cmakedefine HAVE_VSNPRINTF 1
-
-/* Define to 1 if you have the `vasnprintf' function. */
-#cmakedefine HAVE_VASNPRINTF 1
-
-/* Define to 1 if you have the `asprintf' function. */
-#cmakedefine HAVE_ASPRINTF 1
-
-/* Define to 1 if you have the `vasprintf' function. */
-#cmakedefine HAVE_VASPRINTF 1
-
 /* Version number of Check */
 #cmakedefine CHECK_VERSION "${CHECK_MAJOR_VERSION}.${CHECK_MINOR_VERSION}.${CHECK_MICRO_VERSION}"