Re: [Openvpn-devel] [PATCH] Remove flexible array member autoconf check

2021-03-28 Thread Steffan Karger
Hi, On 28-03-2021 14:22, Arne Schwabe wrote: > This is configure macro that tries out how to declare a variable array > at the end of struct. This has been standardised in C99, so there is > no more need for non C99 magic. See also this stackoverflow discussion: > > https://stackoverflow.com/ques

[Openvpn-devel] [PATCH] Remove flexible array member autoconf check

2021-03-28 Thread Arne Schwabe
This is configure macro that tries out how to declare a variable array at the end of struct. This has been standardised in C99, so there is no more need for non C99 magic. See also this stackoverflow discussion: https://stackoverflow.com/questions/14643406/whats-the-need-of-array-with-zero-element