[Pcsclite-cvs-commit] PCSC/src hotplug_macosx.c,1.10,1.11

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 20:52:33 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv2008

Modified Files:
	hotplug_macosx.c 
Log Message:
Warning fix for PCSCLITE_HP_DROPDIR being already defined


Index: hotplug_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_macosx.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- hotplug_macosx.c	8 Sep 2003 11:23:57 -0000	1.10
+++ hotplug_macosx.c	8 Sep 2003 18:52:31 -0000	1.11
@@ -29,7 +29,10 @@
 #include "readerfactory.h"
 #include "thread_generic.h"
 
+#ifndef PCSCLITE_HP_DROPDIR
 #define PCSCLITE_HP_DROPDIR        "/usr/local/pcsc/drivers/"
+#endif
+
 #define PCSCLITE_HP_MANUKEY_NAME   "ifdVendorID"
 #define PCSCLITE_HP_PRODKEY_NAME   "ifdProductID"
 #define PCSCLITE_HP_NAMEKEY_NAME   "ifdFriendlyName"