On Sun Jul 2 21:57:03 2023 +0000, Alex Henrie wrote:
[CUPS 1.7.0](https://www.cups.org/blog/2013-10-24-cups-1.7.0.html) was released in October 2013. Is it worth maintaining extra code in Wine to work around such an old version? If someone has CUPS 1.6 and really wants to compile the latest Wine, they could always compile with `CFLAGS='-DHTTP_STATUS_CONTINUE=100'` or simply `--without-cups`.
Well, CentOS 7 from the bug report comes with cups 1.6.3. I personally don't see the harm including a define to work around this issue, but I don't know where the cutoff should be. I mean, gcc 4.3 is also ancient and fixes are still accepted.