summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 766a92687..caf30149f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.121 2002/01/22 10:57:54 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -86,9 +86,6 @@
86/* Define if you want IRIX kernel jobs */ 86/* Define if you want IRIX kernel jobs */
87#undef WITH_IRIX_JOBS 87#undef WITH_IRIX_JOBS
88 88
89/* Location of random number pool */
90#undef RANDOM_POOL
91
92/* Location of PRNGD/EGD random number socket */ 89/* Location of PRNGD/EGD random number socket */
93#undef PRNGD_SOCKET 90#undef PRNGD_SOCKET
94 91
@@ -326,6 +323,9 @@
326/* Define if you want smartcard support */ 323/* Define if you want smartcard support */
327#undef SMARTCARD 324#undef SMARTCARD
328 325
326/* Define if you want to use OpenSSL's internally seeded PRNG only */
327#undef OPENSSL_PRNG_ONLY
328
329@BOTTOM@ 329@BOTTOM@
330 330
331/* ******************* Shouldn't need to edit below this line ************** */ 331/* ******************* Shouldn't need to edit below this line ************** */