[Pcsclite-cvs-commit] PCSC/src pcsclite.h.in,1.35,1.36 Makefile.am,1.35,1.36

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv32449/src

Modified Files:
	pcsclite.h.in Makefile.am 
Log Message:
add support of --enable-extendedapdu argument to allow the use of big
APDUs (up to 128 KBytes)


Index: pcsclite.h.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcsclite.h.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- pcsclite.h.in	19 Apr 2004 16:29:35 -0000	1.35
+++ pcsclite.h.in	6 May 2004 06:38:14 -0000	1.36
@@ -297,6 +297,7 @@
  * you must define PCSCLITE_ENHANCED_MESSAGING in the framework(library),
  * the daemon, and your application
  */
+@extended_apdu@
 #ifndef PCSCLITE_ENHANCED_MESSAGING
 #define PCSCLITE_MAX_MESSAGE_SIZE	2048	/* Transport msg len */
 #define MAX_BUFFER_SIZE			264	/* Maximum Tx/Rx Buffer */

Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.am	15 Apr 2004 08:38:50 -0000	1.35
+++ Makefile.am	6 May 2004 06:38:14 -0000	1.36
@@ -80,7 +80,7 @@
 muscletest_LDADD = libmusclecard.la
 
 include_HEADERS = \
-	debuglog.h pcsclite.h winscard.h wintypes.h \
+	debuglog.h pcsclite.h.in winscard.h wintypes.h \
 	$(MC_HDR)
 noinst_HEADERS = \
 	atrhandler.h configfile.h dyn_generic.h eventhandler.h \