mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -04:00
Show compile-time variant for --multihome in --version output.
Instead of just [MH], show [MH/PKTINFO] or [MH/RECVDA], to see more easily which compile-time variant was chosen by configure and syshead.h Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20160916194511.46137-1-gert@greenie.muc.de> URL: http://www.mail-archive.com/search?l=mid&q=20160916194511.46137-1-gert@greenie.muc.de Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
7efa60d979
commit
d7c15ff12a
1 changed files with 5 additions and 1 deletions
|
|
@ -97,7 +97,11 @@ const char title_string[] =
|
|||
" [PKCS11]"
|
||||
#endif
|
||||
#if ENABLE_IP_PKTINFO
|
||||
" [MH]"
|
||||
# if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST)
|
||||
" [MH/PKTINFO]"
|
||||
# elif defined(IP_RECVDSTADDR)
|
||||
" [MH/RECVDA]"
|
||||
# endif
|
||||
#endif
|
||||
" [IPv6]"
|
||||
" built on " __DATE__
|
||||
|
|
|
|||
Loading…
Reference in a new issue