tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if
commite925cab0ee2e047f120b11657db057bae953a69c
authorimp <imp@FreeBSD.org>
Tue, 2 Aug 2016 21:55:23 +0000 (2 21:55 +0000)
committerimp <imp@FreeBSD.org>
Tue, 2 Aug 2016 21:55:23 +0000 (2 21:55 +0000)
treedb432570ab38214eb4f025c7ddd439c5577660fa
parent78fd37272fa5b122af5d7e3781d6657bca2af51e
tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if
we need to include it in -legacy or not. Since the ifdef was removed,
this broke building 10.x and older source trees on -current. Restore
just enough of _WITH_GETLINE to allow these older source trees to
still build and properly omit getline() from their -legacy library.
include/stdio.h