1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if you have the daemon function.  */
4#define HAVE_DAEMON 1
5
6/* Name of package */
7#define PACKAGE "PCSC Framework"
8
9/* Version number of package */
10#define VERSION "1.1.1"
11
12/* OSX */
13#define PCSC_TARGET_OSX 1
14#define MSC_TARGET_OSX 1
15
16/* Define if you have POSIX threads libraries and header files. */
17#define HAVE_PTHREAD 1
18
19/* enable full PCSC debug messaging. */
20  #define PCSC_DEBUG 1
21
22/* enable full musclecard debug messaging. */
23  #define MSC_DEBUG 1
24
25/* display ATR parsing debug messages. */
26/* #define ATR_DEBUG */
27
28/* send messages to syslog instead of stdout */
29/* #define USE_SYSLOG */
30
31/* pcsc runs as a daemon in the background. */
32#define USE_DAEMON 1
33
34/* enable client side thread safety. */
35#define USE_THREAD_SAFETY 1
36
37