summaryrefslogtreecommitdiff
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 32764f092..cbb3a97cd 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,17 +24,8 @@
24/* Location of random number pool */ 24/* Location of random number pool */
25#undef RANDOM_POOL 25#undef RANDOM_POOL
26 26
27/* Are we using the Entropy gathering daemon */ 27/* Location of EGD random number socket */
28#undef HAVE_EGD 28#undef EGD_SOCKET
29
30/* Define if using the Dante SOCKS library. */
31#undef HAVE_DANTE
32
33/* Define if using the Socks4 SOCKS library. */
34#undef HAVE_SOCKS4
35
36/* Define if using the Socks5 SOCKS library. */
37#undef HAVE_SOCKS5
38 29
39/* Define if you want to install preformatted manpages.*/ 30/* Define if you want to install preformatted manpages.*/
40#undef MANTYPE 31#undef MANTYPE
@@ -159,6 +150,23 @@
159/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 150/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
160#undef IPV4_IN_IPV6 151#undef IPV4_IN_IPV6
161 152
153/* Programs used in entropy collection */
154#undef PROG_LS
155#undef PROG_NETSTAT
156#undef PROG_ARP
157#undef PROG_IFCONFIG
158#undef PROG_PS
159#undef PROG_W
160#undef PROG_WHO
161#undef PROG_LAST
162#undef PROG_LASTLOG
163#undef PROG_DF
164#undef PROG_VMSTAT
165#undef PROG_UPTIME
166#undef PROG_IPCS
167#undef PROG_TAIL
168
169
162@BOTTOM@ 170@BOTTOM@
163 171
164/* ******************* Shouldn't need to edit below this line ************** */ 172/* ******************* Shouldn't need to edit below this line ************** */