|
|
|
@ -260,7 +260,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
|
|
|
|
|
int have_stdint =0;
|
|
|
|
|
int have_stdlib =0;
|
|
|
|
|
int have_strlib =0;
|
|
|
|
|
int have_strchr =0;
|
|
|
|
|
int have_strerror =0;
|
|
|
|
|
int have_strerror_r =0;
|
|
|
|
|
int have_strings_h =0;
|
|
|
|
@ -333,10 +332,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
|
|
|
|
|
have_stdlib=1;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef EXV_HAVE_STRCHR
|
|
|
|
|
have_strchr=1;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef EXV_HAVE_STRERROR
|
|
|
|
|
have_strerror=1;
|
|
|
|
|
#endif
|
|
|
|
@ -516,7 +511,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
|
|
|
|
|
output(os,keys,"have_stdint" ,have_stdint );
|
|
|
|
|
output(os,keys,"have_stdlib" ,have_stdlib );
|
|
|
|
|
output(os,keys,"have_strlib" ,have_strlib );
|
|
|
|
|
output(os,keys,"have_strchr" ,have_strchr );
|
|
|
|
|
output(os,keys,"have_strerror" ,have_strerror );
|
|
|
|
|
output(os,keys,"have_strerror_r" ,have_strerror_r );
|
|
|
|
|
output(os,keys,"have_strings_h" ,have_strings_h );
|
|
|
|
|