|
|
|
@ -70,7 +70,6 @@ ENDIF( EXIV2_ENABLE_COMMERCIAL )
|
|
|
|
|
|
|
|
|
|
# checking for Header files
|
|
|
|
|
check_include_file( "inttypes.h" have_inttypes_h )
|
|
|
|
|
check_include_file( "stdint.h" HAVE_STDINT_H )
|
|
|
|
|
check_include_file( "stdlib.h" HAVE_STDLIB_H )
|
|
|
|
|
check_include_file( "string.h" HAVE_STRING_H )
|
|
|
|
|
check_include_file( "strings.h" HAVE_STRINGS_H )
|
|
|
|
@ -111,8 +110,7 @@ IF( NOT MSVC )
|
|
|
|
|
SET( HAVE_PID_T TRUE )
|
|
|
|
|
ENDIF( NOT MSVC )
|
|
|
|
|
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_STDINT_H
|
|
|
|
|
HAVE_STDLIB_H
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_STDLIB_H
|
|
|
|
|
HAVE_STRCHR
|
|
|
|
|
HAVE_STRCHR_R
|
|
|
|
|
HAVE_STRERROR
|
|
|
|
|