summaryrefslogtreecommitdiff
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 76eb3a9e9..2b2be91ab 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.115 2001/09/15 11:31:54 djm Exp $ */ 1/* $Id: acconfig.h,v 1.116 2001/09/18 04:01:12 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -333,6 +333,9 @@
333/* Define on *nto-qnx systems */ 333/* Define on *nto-qnx systems */
334#undef MISSING_FD_MASK 334#undef MISSING_FD_MASK
335 335
336/* Define if you want smartcard support */
337#undef SMARTCARD
338
336@BOTTOM@ 339@BOTTOM@
337 340
338/* ******************* Shouldn't need to edit below this line ************** */ 341/* ******************* Shouldn't need to edit below this line ************** */