--disable-gost Disable GOST support
--disable-ecdsa Disable ECDSA support
--enable-static-exe enable to compile executables statically against
- event, ldns libs, for debug purposes
+ (event) libs, for debug purposes
--enable-lock-checks enable to check lock and unlock calls, for debug
purposes
--enable-allsymbols export all symbols from libunbound and link binaries
#include <openssl/evp.h>
#include <openssl/engine.h>
#include <openssl/conf.h>
-/* routine to load gost from ldns */
+/* routine to load gost (from ldns) */
int load_gost_id(void)
{
static int gost_id = 0;
#include <openssl/evp.h>
#include <openssl/engine.h>
#include <openssl/conf.h>
-/* routine to load gost from ldns */
+/* routine to load gost (from ldns) */
int load_gost_id(void)
{
static int gost_id = 0;
AC_SUBST(staticexe)
staticexe=""
AC_ARG_ENABLE(static-exe, AC_HELP_STRING([--enable-static-exe],
- [ enable to compile executables statically against event, ldns libs, for debug purposes ]),
+ [ enable to compile executables statically against (event) libs, for debug purposes ]),
, )
if test x_$enable_static_exe = x_yes; then
staticexe="-static"
#include <stddef.h>
#endif
+#ifdef HAVE_STDARG_H
+#include <stdarg.h>
+#endif
+
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif