From: Kurt Zeilenga Date: Tue, 12 Sep 2000 20:56:43 +0000 (+0000) Subject: Only set URANDOM_DEVICE if undefined X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2041 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=860470169df6b88a27c97233f7f5a32d6d4f0e67;p=openldap Only set URANDOM_DEVICE if undefined --- diff --git a/include/portable.h.in b/include/portable.h.in index 2f653160a5..1175b99931 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -748,7 +748,9 @@ #undef HAVE_CYRUS_SASL /* set to urandom device */ +#ifndef URANDOM_DEVICE #undef URANDOM_DEVICE +#endif /* define if you actually have FreeBSD fetch(3) */ #undef HAVE_FETCH