Remove unused HAVE_VPRINTF variable
This commit is contained in:
parent
911832d70a
commit
2887a0dbad
@ -73,8 +73,6 @@ check_include_file( "inttypes.h" have_inttypes_h )
|
||||
check_include_file( "wchar.h" HAVE_WCHAR_H )
|
||||
check_include_file( "regex.h" HAVE_REGEX )
|
||||
|
||||
check_function_exists( vprintf HAVE_VPRINTF )
|
||||
|
||||
# time.h and sys/time.h can be included in the same file
|
||||
CHECK_C_SOURCE_COMPILES( "#include <time.h>
|
||||
#include <sys/time.h>
|
||||
@ -87,8 +85,7 @@ IF( NOT MSVC )
|
||||
SET( HAVE_PID_T TRUE )
|
||||
ENDIF( NOT MSVC )
|
||||
|
||||
SET( EXV_SYMBOLS HAVE_VPRINTF
|
||||
HAVE_WCHAR_H
|
||||
SET( EXV_SYMBOLS HAVE_WCHAR_H
|
||||
HAVE_XMP_TOOLKIT
|
||||
HAVE_REGEX
|
||||
UNICODE_PATH
|
||||
|
||||
@ -110,9 +110,6 @@
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#cmakedefine EXV_HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `vprintf' function. */
|
||||
#cmakedefine EXV_HAVE_VPRINTF 1
|
||||
|
||||
/* Define to 1 if you have the <wchar.h> header file. */
|
||||
#cmakedefine EXV_HAVE_WCHAR_H 1
|
||||
|
||||
|
||||
@ -101,9 +101,6 @@
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `vprintf' function. */
|
||||
#undef HAVE_VPRINTF
|
||||
|
||||
/* Define to 1 if you have the <wchar.h> header file. */
|
||||
#undef HAVE_WCHAR_H
|
||||
|
||||
|
||||
@ -110,9 +110,6 @@
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
/* #undef EXV_HAVE_UNISTD_H */
|
||||
|
||||
/* Define to 1 if you have the `vprintf' function. */
|
||||
#define EXV_HAVE_VPRINTF 1
|
||||
|
||||
/* Define to 1 if you have the <wchar.h> header file. */
|
||||
/* #undef EXV_HAVE_WCHAR_H */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user