Adjust libtiff's 0000-build-config.patch.

https://pdfium-review.googlesource.com/79831 accidentally put part of
0031-safe_size_ingtStripContig.patch into 0000-build-config.patch.
Remove that so the two patches apply cleanly.

Change-Id: If8ff78a0ef65752bb1aa0c220836bc59296ba33a
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/85371
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/third_party/libtiff/0000-build-config.patch b/third_party/libtiff/0000-build-config.patch
index 8f5c630..e0c7b72 100644
--- a/third_party/libtiff/0000-build-config.patch
+++ b/third_party/libtiff/0000-build-config.patch
@@ -35,7 +35,7 @@
 diff a/third_party/libtiff/tiffconf.h b/third_party/libtiff/tiffconf.h
 --- /dev/null
 +++ b/third_party/libtiff/tiffconf.h
-@@ -0,0 +1,256 @@
+@@ -0,0 +1,253 @@
 +/* libtiff/tiffconf.h.  Generated by configure.  */
 +/*
 +  Configuration defines for installed libtiff.
@@ -173,16 +173,13 @@
 +
 +#if defined(_WIN64)
 +#define TIFF_SSIZE_T signed __int64
-+#define TIFF_SSIZE_T_MAX INT64_MAX
 +#else
 +#define TIFF_SSIZE_T signed int
-+#define TIFF_SSIZE_T_MAX INT_MAX
 +#endif
 +
 +#else
 +
 +#define TIFF_SSIZE_T signed long
-+#define TIFF_SSIZE_T_MAX LONG_MAX
 +
 +#endif
 +