Remove unused definition EXV_HAVE_DECL_STRERROR_R
This commit is contained in:
parent
ab6858df68
commit
bba3cbb7fd
@ -8,10 +8,6 @@
|
||||
/* Define to 1 if you want to use `libcurl' in httpIO. */
|
||||
#cmakedefine EXV_USE_CURL 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
||||
don't. */
|
||||
#cmakedefine EXV_HAVE_DECL_STRERROR_R 1
|
||||
|
||||
/* Define to 1 if you have the `gmtime_r' function. */
|
||||
#cmakedefine EXV_HAVE_GMTIME_R 1
|
||||
|
||||
|
||||
@ -329,10 +329,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
|
||||
int enable_video =0;
|
||||
int enable_webready =0;
|
||||
|
||||
#ifdef EXV_HAVE_DECL_STRERROR_R
|
||||
have_strerror_r=1;
|
||||
#endif
|
||||
|
||||
#ifdef EXV_HAVE_GMTIME_R
|
||||
have_gmtime_r=1;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user