[Pcsclite-cvs-commit] PCSC/win32 config.h,NONE,1.1 PCSC.dsp,1.3,1.4 win32_config.h,1.3,NONE

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Thu, 11 Sep 2003 11:47:43 +0200


Update of /cvsroot/pcsclite/PCSC/win32
In directory quantz:/tmp/cvs-serv17679

Modified Files:
	PCSC.dsp 
Added Files:
	config.h 
Removed Files:
	win32_config.h 
Log Message:
Rename win32_config.h to config.h


--- NEW FILE: config.h ---
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

//#include "PCSC.h"

/* Define if lex declares yytext as a char * by default, not a char[].  */
#define YYTEXT_POINTER 1

/* Define if you have the daemon function.  */
#define HAVE_DAEMON 1

/* Name of package */
#define PACKAGE "pcsc-lite"

/* Version number of package */
#define VERSION "1.0.2.cvs"

/* Define to the necessary symbol if this constant
                           uses a non-standard name on your system. */
/* #undef PTHREAD_CREATE_JOINABLE */

/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1

/* enable full PCSC debug messaging. */
#define PCSC_DEBUG 1

/* enable full musclecard debug messaging. */
#define MSC_DEBUG 1

/* display ATR parsing debug messages. */
/* #undef ATR_DEBUG */

/* directory containing reader.conf (default /etc) */
/* #undef USE_READER_CONF */

/* file containing pcscd pid */
/* #undef USE_RUN_PID */

/* enable client side thread safety. */
#define USE_THREAD_SAFETY 1

Index: PCSC.dsp
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/win32/PCSC.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PCSC.dsp	27 Jun 2002 22:21:23 -0000	1.3
+++ PCSC.dsp	11 Sep 2003 09:47:41 -0000	1.4
@@ -155,7 +155,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\win32\win32_config.h
+SOURCE=..\win32\config.h
 # End Source File
 # Begin Source File
 

--- win32_config.h DELETED ---