summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index cbdbde216..67afad9aa 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.124 2002/03/22 18:19:54 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.125 2002/04/05 16:11:46 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -329,6 +329,12 @@
329/* Define if you want smartcard support */ 329/* Define if you want smartcard support */
330#undef SMARTCARD 330#undef SMARTCARD
331 331
332/* Define if you want smartcard support using sectok */
333#undef USE_SECTOK
334
335/* Define if you want smartcard support using OpenSC */
336#undef USE_OPENSC
337
332/* Define if you want to use OpenSSL's internally seeded PRNG only */ 338/* Define if you want to use OpenSSL's internally seeded PRNG only */
333#undef OPENSSL_PRNG_ONLY 339#undef OPENSSL_PRNG_ONLY
334 340