Index: third_party/libtiff/tiffconf.h |
diff --git a/third_party/tiff_v403/tiffconf.h b/third_party/libtiff/tiffconf.h |
similarity index 99% |
rename from third_party/tiff_v403/tiffconf.h |
rename to third_party/libtiff/tiffconf.h |
index e36bde657193bbbb81c968aaf261b44924d0fb0c..fab7e0d27fae7845b9b4c0d35f0843bb6eeeacaf 100644 |
--- a/third_party/tiff_v403/tiffconf.h |
+++ b/third_party/libtiff/tiffconf.h |
@@ -57,6 +57,8 @@ |
#define SIZEOF_UNSIGNED_LONG 4 |
#endif |
+#define HAVE_SNPRINTF 1 |
+ |
/* Signed 8-bit type */ |
#define TIFF_INT8_T signed char |