summaryrefslogtreecommitdiff
path: root/libtiff/tiffconf.h
diff options
context:
space:
mode:
authorMike Welles <mike@onshore.com>1999-07-27 21:50:28 +0100
committerRoger Leigh <rleigh@codelibre.net>2022-06-22 23:29:41 +0100
commit00c28dda69f1be886da146b085f795478d661ddf (patch)
tree566a920317fbf4e4523fd960fdb3a757f6082b37 /libtiff/tiffconf.h
parent0db24a4dc6b63cb897d1179d5e0a639707ab6868 (diff)
downloadlibtiff-git-00c28dda69f1be886da146b085f795478d661ddf.tar.gz
v3.5.1 releasev3.5.1
Diffstat (limited to 'libtiff/tiffconf.h')
-rw-r--r--libtiff/tiffconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libtiff/tiffconf.h b/libtiff/tiffconf.h
index a4408b8d..58bed998 100644
--- a/libtiff/tiffconf.h
+++ b/libtiff/tiffconf.h
@@ -1,4 +1,4 @@
-/* $Header: /d1/sam/tiff/libtiff/RCS/tiffconf.h,v 1.17 1997/08/29 21:45:40 sam Exp $ */
+/* $Header: /usr/local/cvs/internal/libtiff/libtiff/tiffconf.h,v 1.1.1.1 1999/07/27 21:50:27 mike Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -70,11 +70,15 @@
* YCBCR_SUPPORT enable support for 6.0 YCbCr tags
* CMYK_SUPPORT enable support for 6.0 CMYK tags
* ICC_SUPPORT enable support for ICC profile tag
+ * PHOTOSHOP_SUPPORT enable support for PHOTOSHOP resource tag
+ * IPTC_SUPPORT enable support for RichTIFF IPTC tag
*/
#define COLORIMETRY_SUPPORT
#define YCBCR_SUPPORT
#define CMYK_SUPPORT
#define ICC_SUPPORT
+#define PHOTOSHOP_SUPPORT
+#define IPTC_SUPPORT
#endif /* FEATURE_SUPPORT */
#ifndef COMPRESSION_SUPPORT