Rename HAVE_PCSCLITE to HAVE_PCSC, which is more correct.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1467 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-09-26 08:15:15 +00:00
parent 345914e9e2
commit fe9eac7ad2
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/
#include "internal.h"
#ifdef HAVE_PCSCLITE
#ifdef HAVE_PCSC
#include "ctbcs.h"
#include <assert.h>
#include <stdlib.h>
@ -608,4 +608,4 @@ const struct sc_reader_driver * sc_get_pcsc_driver(void)
return &pcsc_drv;
}
#endif /* HAVE_PCSCLITE */
#endif /* HAVE_PCSC */