~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to pcsc-lite/win32/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.  Generated automatically by configure.  */
2
 
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
 
 
4
 
//#include "PCSC.h"
5
 
 
6
 
/* Define if lex declares yytext as a char * by default, not a char[].  */
7
 
#define YYTEXT_POINTER 1
8
 
 
9
 
/* Define if you have the daemon function.  */
10
 
#define HAVE_DAEMON 1
11
 
 
12
 
/* Name of package */
13
 
#define PACKAGE "pcsc-lite"
14
 
 
15
 
/* Version number of package */
16
 
#define VERSION "1.0.2.cvs"
17
 
 
18
 
/* Define to the necessary symbol if this constant
19
 
                           uses a non-standard name on your system. */
20
 
/* #undef PTHREAD_CREATE_JOINABLE */
21
 
 
22
 
/* Define if you have POSIX threads libraries and header files. */
23
 
#define HAVE_PTHREAD 1
24
 
 
25
 
/* enable full PCSC debug messaging. */
26
 
#define PCSC_DEBUG 1
27
 
 
28
 
/* enable full musclecard debug messaging. */
29
 
#define MSC_DEBUG 1
30
 
 
31
 
/* display ATR parsing debug messages. */
32
 
/* #undef ATR_DEBUG */
33
 
 
34
 
/* directory containing reader.conf (default /etc) */
35
 
/* #undef USE_READER_CONF */
36
 
 
37
 
/* file containing pcscd pid */
38
 
/* #undef USE_RUN_PID */
39
 
 
40
 
/* enable client side thread safety. */
41
 
#define USE_THREAD_SAFETY 1