add two more options: one for Martin's pinpad stuff and one for enable/disable logging of sensitive apdu data

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2097 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-01-24 17:20:29 +00:00
parent 69cd0dbb76
commit b726ff613b
1 changed files with 12 additions and 0 deletions

View File

@ -775,6 +775,18 @@ AC_ARG_WITH(prngd-socket,
]
)
dnl pin-pad code for ccid by Martin Paljak <martin@paljak.pri.ee>
dnl --enable-ccid-pinpad option.
AC_ARG_ENABLE(ccid-pinpad,
[ --enable-ccid-pinpad enable new pin pad code for ccid readers [default=no]],
AC_DEFINE(MP_CCID_PINPAD,1,[Enable new pin pad code for ccid readers]))
dnl enable/disable logging of sensitive apdu data
AC_ARG_ENABLE(sensitive-logging,
[ --disable-sensitive-logging disable logging of sensitive APDU data [default=no]],
AC_DEFINE(OPENSC_DONT_LOG_SENSITIVE,1,[Disable logging of sensitive APDU data]))
### BEGIN LDAP SPECIFIC OPTIONS
dnl ldap autoconf magic partly taken from pam_ldap