Re: [Openvpn-devel] [PATCH] autotools ./configure don't like compat.h

2012-01-11 Thread Alon Bar-Lev
The syshead.h is totally invalid and should be revised long time ago. Most of the tests within the syshead.h should be done using autoconf and inject into config.h. This way, there is a single point of platform specific tests. On Wed, Jan 11, 2012 at 9:17 PM, David Sommerseth wrote: > > -BE

Re: [Openvpn-devel] [PATCH] autotools ./configure don't like compat.h

2012-01-11 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/12 14:57, David Sommerseth wrote: > The compat.h include file cannot be loaded when ./configure runs, as > many of the HAVE_* declarations are not set. This makes test > compilations when looking for features fail. > > As ./configure will l

Re: [Openvpn-devel] [PATCH] autotools ./configure don't like compat.h

2012-01-11 Thread Gert Doering
Hi, On Wed, Jan 11, 2012 at 02:57:32PM +0100, David Sommerseth wrote: > The compat.h include file cannot be loaded when ./configure runs, > as many of the HAVE_* declarations are not set. This makes test > compilations when looking for features fail. > > As ./configure will load syshead.h, it pu