summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-18 14:01:11 +1000
committerDamien Miller <djm@mindrot.org>2001-09-18 14:01:11 +1000
commit85de580adcec0a5089ddddeda5cbbb519db35e50 (patch)
tree49698d20e3f140a11aa71723e603bcd016494baf /acconfig.h
parenta4f7ae1a35b5da61705bea75bcc50bc7a27726dd (diff)
- (djm) Configure support for smartcards
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 76eb3a9e..2b2be91a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.115 2001/09/15 11:31:54 djm Exp $ */
+/* $Id: acconfig.h,v 1.116 2001/09/18 04:01:12 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -333,6 +333,9 @@
/* Define on *nto-qnx systems */
#undef MISSING_FD_MASK
+/* Define if you want smartcard support */
+#undef SMARTCARD
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */