From c751a671fc8621838786745b71b93e757f1930b3 Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Thu, 22 Mar 2001 19:09:11 +0000 Subject: [PATCH] more OpenBSD fixes from Jean-Philippe Rey --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.in b/configure.in index 4401b6f9..3cc23554 100644 --- a/configure.in +++ b/configure.in @@ -460,6 +460,13 @@ if test x"$this_os" = "xopenbsd"; then AC_MSG_RESULT([ * OpenBSD specific configuration]) AC_DEFINE(BSD4_4) AC_DEFINE(DLSYM_PREPEND_UNDERSCORE) + + dnl ----- OpenBSD does not have crypt.h, uses unistd.h ----- + AC_DEFINE(UAM_DHX, 1) + AC_DEFINE(UAM_RNDNUM, 1) + compile_dhx=yes + compile_ssl=yes + AC_DEFINE(NO_CRYPT_H, 1) fi dnl ----- Solaris specific ----- -- 2.39.2