Remove unused HAVE_WCHAR_H variable
This commit is contained in:
parent
2887a0dbad
commit
367d3b8a1e
@ -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
|
||||
)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user