From 71134011e3dc4beec17306c797b72d37aa2f52da Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 25 Nov 1998 11:55:58 +0000 Subject: Some experimental support for other random gatheres --- acconfig.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index b17d22de4..44af60073 100644 --- a/acconfig.h +++ b/acconfig.h @@ -65,10 +65,13 @@ #undef HAVE_BROKEN_MLOCK /* One of the following macros is defined to select which of - * the cipher/rand-xxxx.c should be used */ -#undef USE_RAND_DUMMY -#undef USE_RAND_UNIX -#undef USE_RAND_W32 + * the cipher/rndxxxx.c is linked into the program */ +#undef USE_RNDLINUX +#undef USE_RNDUNIX +#undef USE_RNDOS2 +#undef USE_RNDATARI +#undef USE_RNDW32 +#undef USE_RNDMVS /* defined if we have a /dev/random and /dev/urandom */ #undef HAVE_DEV_RANDOM /* and the real names of the random devices */ -- cgit v1.2.3