On Sat, 6 Nov 2021, 08:28 Thorsten Glaser, <t.glaser at tarent.de> wrote: > On Sat, 6 Nov 2021, Darren Tucker wrote: > > > -#if !HAVE_GETLINE > > +#if !defined(HAVE_GETLINE) && !defined(BROKEN_GETLINE) > > Did you mean: > > #if !defined(HAVE_GETLINE) || defined(BROKEN_GETLINE) > Err, yeah. I shouldn't make patches before coffee :-)