]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove check for anonymous unions from configure and cmake config
authorArne Schwabe <arne@rfc2549.org>
Wed, 10 Jul 2024 16:02:38 +0000 (18:02 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 12 Sep 2024 14:59:43 +0000 (16:59 +0200)
commitb8b2d17f473e80b1a0b66e49cc1f34ce88d9502d
tree0483b5ca2973a040bb30ce5999c5252110040237
parent992da812ad56d2cff44fd4f171dd85c808e1ed50
Remove check for anonymous unions from configure and cmake config

Anonymous unions/structs are technically a custom GNU C99 feature but
was already widely supported by other compilers. With C11 this feature
has become a standard feature so all compilers nowadays support it.

Change-Id: I1ef5f6f21f0135a628a63553c39515fa4549ce87
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240710160238.190189-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28914.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config.h.cmake.in
configure.ac
src/openvpn/mroute.h