openssh: add a note about libwrap in config.h

LIBWRAP is defined by the Makefile based on MK_TCP_WRAPPERS and should
not be defined in config.h.

PR:		210141
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2020-02-14 17:05:35 +00:00
parent 96592b7a07
commit 4c3ccd967e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357922

View file

@ -71,6 +71,9 @@
0E) Review changes to config.h very carefully.
Note that libwrap should not be defined in config.h; as of
r311585 it is conditional on MK_TCP_WRAPPERS.
0F) If source files have been added or removed, update the appropriate
makefiles to reflect changes in the vendor's Makefile.in.