]> arthur.barton.de Git - netatalk.git/commitdiff
more OpenBSD fixes from Jean-Philippe Rey
authorrufustfirefly <rufustfirefly>
Thu, 22 Mar 2001 19:09:11 +0000 (19:09 +0000)
committerrufustfirefly <rufustfirefly>
Thu, 22 Mar 2001 19:09:11 +0000 (19:09 +0000)
configure.in

index 4401b6f92dedc68721a2aaabcc54b78dc5698a01..3cc23554670ae834cc291cc4ce1fe4ade5979c7f 100644 (file)
@@ -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 -----