|
|
|
@ -71,7 +71,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( "sys/stat.h" HAVE_SYS_STAT_H )
|
|
|
|
|
check_include_file( "sys/time.h" HAVE_SYS_TIME_H )
|
|
|
|
|
check_include_file( "sys/types.h" HAVE_SYS_TYPES_H )
|
|
|
|
|
check_include_file( "regex.h" HAVE_REGEX )
|
|
|
|
@ -101,8 +100,7 @@ IF( NOT MSVC )
|
|
|
|
|
SET( HAVE_PID_T TRUE )
|
|
|
|
|
ENDIF( NOT MSVC )
|
|
|
|
|
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_SYS_STAT_H
|
|
|
|
|
HAVE_SYS_TIME_H
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_SYS_TIME_H
|
|
|
|
|
HAVE_SYS_TYPES_H
|
|
|
|
|
HAVE_TIMEGM
|
|
|
|
|
HAVE_VPRINTF
|
|
|
|
|