Skip to content

Commit

Permalink
minimum TIFF delegate library is version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Aug 17, 2024
1 parent aa27bf0 commit d0b6b48
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 365 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3280,6 +3280,7 @@ ShowImageDelegate = @ShowImageDelegate@
TAR = @TAR@
TCMALLOC_LIBS = @TCMALLOC_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TIFF_CFLAGS = @TIFF_CFLAGS@
TIFF_LIBS = @TIFF_LIBS@
TextEncodeDelegate = @TextEncodeDelegate@
TraceEncodeDelegate = @TraceEncodeDelegate@
Expand Down
30 changes: 0 additions & 30 deletions config/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -601,36 +601,6 @@
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM

/* Define to 1 if you have the <tiffconf.h> header file. */
#undef HAVE_TIFFCONF_H

/* Define to 1 if you have the `TIFFIsBigEndian' function. */
#undef HAVE_TIFFISBIGENDIAN

/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
#undef HAVE_TIFFISCODECCONFIGURED

/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
#undef HAVE_TIFFMERGEFIELDINFO

/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
#undef HAVE_TIFFREADEXIFDIRECTORY

/* Define to 1 if you have the `TIFFReadGPSDirectory' function. */
#undef HAVE_TIFFREADGPSDIRECTORY

/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
#undef HAVE_TIFFSETERRORHANDLEREXT

/* Define to 1 if you have the `TIFFSetTagExtender' function. */
#undef HAVE_TIFFSETTAGEXTENDER

/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
#undef HAVE_TIFFSETWARNINGHANDLEREXT

/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
#undef HAVE_TIFFSWABARRAYOFTRIPLES

/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES

Expand Down
Loading

0 comments on commit d0b6b48

Please sign in to comment.