source: trunk/csctapi/config.h.dbg@ 1

Last change on this file since 1 was 1, checked in by root, 15 years ago

initial import

File size: 4.2 KB
Line 
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4#include "../config.h"
5
6/* Debug CT-API */
7/* #undef DEBUG_CTAPI */
8#define DEBUG_CTAPI 1
9
10/* Debug Integrated Circuit Card */
11/* #undef DEBUG_ICC */
12#define DEBUG_ICC 1
13
14/* Debug Interface Device */
15/* #undef DEBUG_IFD */
16#define DEBUG_IFD 1
17
18/* Debug IFD Handler */
19/* #undef DEBUG_IFDH */
20#define DEBUG_IFDH 1
21
22/* Debug Input/Output */
23/* #undef DEBUG_IO */
24#define DEBUG_IO 1
25
26/* Debug Protocol */
27/* #undef DEBUG_PROTOCOL */
28#define DEBUG_PROTOCOL 1
29
30//#define PROTOCOL_T0_ISO 1
31#define PROTOCOL_T1_ISO 1
32
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#define HAVE_DLFCN_H 1
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#define HAVE_INTTYPES_H 1
39
40/* Define to 1 if you have the <memory.h> header file. */
41#define HAVE_MEMORY_H 1
42
43/* Define to 1 if you have the `nanosleep' function. */
44#if !defined(OS_AIX) && !defined(OS_SOLARIS) && !defined(OS_OSF5)
45#define HAVE_NANOSLEEP 1
46#endif
47
48/* Define to 1 if you have the `poll' function. */
49#define HAVE_POLL 1
50
51/* Define to 1 if you have the <pthread.h> header file. */
52//#define HAVE_PTHREAD_H 1
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#define HAVE_STDINT_H 1
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#define HAVE_STDLIB_H 1
59
60/* Define to 1 if you have the <strings.h> header file. */
61#define HAVE_STRINGS_H 1
62
63/* Define to 1 if you have the <string.h> header file. */
64#define HAVE_STRING_H 1
65
66/* Define to 1 if you have the `syslog' function. */
67#define HAVE_SYSLOG 1
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#define HAVE_SYS_STAT_H 1
71
72/* Define to 1 if you have the <sys/time.h> header file. */
73#define HAVE_SYS_TIME_H 1
74
75/* Define to 1 if you have the <sys/types.h> header file. */
76#define HAVE_SYS_TYPES_H 1
77
78/* Define to 1 if you have the <unistd.h> header file. */
79#define HAVE_UNISTD_H 1
80
81/* Memory size */
82/* #undef ICC_SYNC_MEMORY_LENGTH */
83
84/* Memory smartcard type (0,1,2,3) */
85/* #undef ICC_SYNC_MEMORY_TYPE */
86
87/* Smartcard of type asynchronoys */
88/* #undef ICC_TYPE_ASYNC */
89
90/* Smartcard of type synchronoys */
91/* #undef ICC_TYPE_SYNC */
92
93/* Smartcard with direct convention */
94/* #undef IFD_TOWITOKO_CONVENTION_DIRECT */
95
96/* Smartcard with inverse convention */
97/* #undef IFD_TOWITOKO_CONVENTION_INVERSE */
98
99/* ATR for asynchronous cards is cheked */
100#define IFD_TOWITOKO_STRICT_ATR_CHECK 1
101
102/* Enable Linux 2.4.X devfs support */
103/* #undef IO_ENABLE_DEVFS */
104#define IO_ENABLE_DEVFS 1
105
106/* Enable /dev/pcsc/ links */
107/* #undef IO_ENABLE_DEVPCSC */
108
109/* Enable USB support */
110//#define IO_ENABLE_USB 1
111
112/* FreeBSD Operating System */
113/* #undef OS_AIX */
114
115/* Cywin32 for Windows NT environment */
116//#define OS_CYGWIN32 1
117
118/* FreeBSD Operating System */
119/* #undef OS_FREEBSD */
120
121/* HPUX Operating System */
122/* #undef OS_HPUX */
123
124/* IRIX Operating System */
125/* #undef OS_IRIX */
126
127/* Linux Operating System */
128//#define OS_LINUX 1
129
130/* FreeBSD Operating System */
131/* #undef OS_NETBSD */
132
133/* OpenBSD Operating System */
134/* #undef OS_OPENBSD */
135
136/* Other Operating System */
137/* #undef OS_OTHER */
138
139/* SCO Operating System */
140/* #undef OS_SCO */
141
142/* Sun Operating System */
143/* #undef OS_SOLARIS */
144
145/* Name of package */
146#define PACKAGE "towitoko"
147
148/* Define to the address where bug reports for this package should be sent. */
149#define PACKAGE_BUGREPORT ""
150
151/* Define to the full name of this package. */
152#define PACKAGE_NAME ""
153
154/* Define to the full name and version of this package. */
155#define PACKAGE_STRING ""
156
157/* Define to the one symbol short name of this package. */
158#define PACKAGE_TARNAME ""
159
160/* Define to the version of this package. */
161#define PACKAGE_VERSION ""
162
163/* Transportation of APDUs by T=0 */
164/* #undef PROTOCOL_T0_ISO */
165
166/* Timings in ATR are not used in T=0 cards */
167/* #undef PROTOCOL_T0_USE_DEFAULT_TIMINGS */
168
169/* Timings in ATR are not used in T=1 cards */
170/* #undef PROTOCOL_T1_USE_DEFAULT_TIMINGS */
171
172/* Timings in ATR are not used after PTS */
173/* #undef PTS_USE_DEFAULT_TIMINGS */
174
175/* Define to 1 if you have the ANSI C header files. */
176#define STDC_HEADERS 1
177
178/* Version number of package */
179#define VERSION "2.0.7"
180
181/* This may be usefull for LinuxThreads */
182#define _REENTRANT 1
Note: See TracBrowser for help on using the repository browser.