aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-25 11:55:58 +0000
committerWerner Koch <[email protected]>1998-11-25 11:55:58 +0000
commit71134011e3dc4beec17306c797b72d37aa2f52da (patch)
treed717032e418f5b93bb63b560913b142e168d64d3 /acconfig.h
parentRestructured the RNG source and add support for loadable (diff)
downloadgnupg-71134011e3dc4beec17306c797b72d37aa2f52da.tar.gz
gnupg-71134011e3dc4beec17306c797b72d37aa2f52da.zip
Some experimental support for other random gatheres
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h11
1 files changed, 7 insertions, 4 deletions
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 */