|
|
|
@ -72,7 +72,6 @@ ENDIF( EXIV2_ENABLE_COMMERCIAL )
|
|
|
|
|
|
|
|
|
|
# checking for Header files
|
|
|
|
|
check_include_file( "inttypes.h" have_inttypes_h )
|
|
|
|
|
check_include_file( "memory.h" HAVE_MEMORY_H )
|
|
|
|
|
check_include_file( "stdbool.h" HAVE_STDBOOL_H )
|
|
|
|
|
check_include_file( "stdint.h" HAVE_STDINT_H )
|
|
|
|
|
check_include_file( "stdlib.h" HAVE_STDLIB_H )
|
|
|
|
@ -125,8 +124,7 @@ IF( NOT MSVC )
|
|
|
|
|
SET( HAVE_PID_T TRUE )
|
|
|
|
|
ENDIF( NOT MSVC )
|
|
|
|
|
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_MEMORY_H
|
|
|
|
|
HAVE_MEMSET
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_MEMSET
|
|
|
|
|
HAVE_MMAP
|
|
|
|
|
HAVE_MUNMAP
|
|
|
|
|
HAVE_PRINTUCS2
|
|
|
|
|