summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-03 14:50:43 +1000
committerDamien Miller <djm@mindrot.org>2000-04-03 14:50:43 +1000
commit040f3831fcc4c2e338ab15cb55cb43d95deb390e (patch)
tree2e459b4d6e4aa4fe64bf59ae2cc4126533aa3385 /acconfig.h
parentb38eff8e4ff901df9cf1113a9f14d64c3565a401 (diff)
- Wrote entropy collection routines for systems that lack /dev/random
and EGD
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h30
1 files changed, 19 insertions, 11 deletions
diff --git a/acconfig.h b/acconfig.h
index 32764f09..cbb3a97c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,17 +24,8 @@
/* Location of random number pool */
#undef RANDOM_POOL
-/* Are we using the Entropy gathering daemon */
-#undef HAVE_EGD
-
-/* Define if using the Dante SOCKS library. */
-#undef HAVE_DANTE
-
-/* Define if using the Socks4 SOCKS library. */
-#undef HAVE_SOCKS4
-
-/* Define if using the Socks5 SOCKS library. */
-#undef HAVE_SOCKS5
+/* Location of EGD random number socket */
+#undef EGD_SOCKET
/* Define if you want to install preformatted manpages.*/
#undef MANTYPE
@@ -159,6 +150,23 @@
/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
#undef IPV4_IN_IPV6
+/* Programs used in entropy collection */
+#undef PROG_LS
+#undef PROG_NETSTAT
+#undef PROG_ARP
+#undef PROG_IFCONFIG
+#undef PROG_PS
+#undef PROG_W
+#undef PROG_WHO
+#undef PROG_LAST
+#undef PROG_LASTLOG
+#undef PROG_DF
+#undef PROG_VMSTAT
+#undef PROG_UPTIME
+#undef PROG_IPCS
+#undef PROG_TAIL
+
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */