aboutsummaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-06 00:04:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-06 00:04:58 +0000
commit2ef13230cb81ce54eec5ac86c16a54e76e6d7ad9 (patch)
tree4e43a009c0a5988d8800383de4eff5c90fe0fb9e /acconfig.h
parent9479ac6dda4e2da012d397d427831b80358259a2 (diff)
new seeding stuff as mentioned by Albert Chin
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 1ec870a78..8f39d3c36 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -43,3 +43,8 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */
#undef ssize_t
+/* Define this as a suitable file to read random data from */
+#undef RANDOM_FILE
+
+/* Define this to your Entropy Gathering Daemon socket pathname */
+#undef EGD_SOCKET