Remove unused HAVE_WCHAR_H variable

This commit is contained in:
Luis Diaz Mas 2017-08-07 18:58:44 +02:00
parent 2887a0dbad
commit 367d3b8a1e
4 changed files with 1 additions and 12 deletions

View File

@ -70,7 +70,6 @@ ENDIF( EXIV2_ENABLE_COMMERCIAL )
# checking for Header files
check_include_file( "inttypes.h" have_inttypes_h )
check_include_file( "wchar.h" HAVE_WCHAR_H )
check_include_file( "regex.h" HAVE_REGEX )
# time.h and sys/time.h can be included in the same file
@ -85,8 +84,7 @@ IF( NOT MSVC )
SET( HAVE_PID_T TRUE )
ENDIF( NOT MSVC )
SET( EXV_SYMBOLS HAVE_WCHAR_H
HAVE_XMP_TOOLKIT
SET( EXV_SYMBOLS HAVE_XMP_TOOLKIT
HAVE_REGEX
UNICODE_PATH
)

View File

@ -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 <wchar.h> header file. */
#cmakedefine EXV_HAVE_WCHAR_H 1
// Definition to indicate if you have the <sys/mman.h> header file.
#cmakedefine EXV_HAVE_SYS_MMAN_H

View File

@ -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 <wchar.h> header file. */
#undef HAVE_WCHAR_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

View File

@ -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 <wchar.h> header file. */
/* #undef EXV_HAVE_WCHAR_H */
/* Define to 1 if you have the <sys/mman.h> header file. */
/* #undef EXV_HAVE_SYS_MMAN_H */