Initial commit
[platform/upstream/ccid.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* bundle directory name */
4 #undef BUNDLE
5
6 /* Enable Zero Length Packet patch */
7 #undef ENABLE_ZLP
8
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H
14
15 /* Define to 1 if you have the <errno.h> header file. */
16 #undef HAVE_ERRNO_H
17
18 /* Define to 1 if you have the <fcntl.h> header file. */
19 #undef HAVE_FCNTL_H
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the <libusb.h> header file. */
25 #undef HAVE_LIBUSB_H
26
27 /* Define to 1 if you have the `memcpy' function. */
28 #undef HAVE_MEMCPY
29
30 /* Define to 1 if you have the <memory.h> header file. */
31 #undef HAVE_MEMORY_H
32
33 /* Define if you have POSIX threads libraries and header files. */
34 #undef HAVE_PTHREAD
35
36 /* Have PTHREAD_PRIO_INHERIT. */
37 #undef HAVE_PTHREAD_PRIO_INHERIT
38
39 /* Define to 1 if you have the `select' function. */
40 #undef HAVE_SELECT
41
42 /* Define to 1 if you have the <stdarg.h> header file. */
43 #undef HAVE_STDARG_H
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdio.h> header file. */
49 #undef HAVE_STDIO_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the `strerror' function. */
55 #undef HAVE_STRERROR
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the `strlcat' function. */
64 #undef HAVE_STRLCAT
65
66 /* Define to 1 if you have the `strlcpy' function. */
67 #undef HAVE_STRLCPY
68
69 /* Define to 1 if you have the `strncpy' function. */
70 #undef HAVE_STRNCPY
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/time.h> header file. */
76 #undef HAVE_SYS_TIME_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <termios.h> header file. */
82 #undef HAVE_TERMIOS_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to the sub-directory where libtool stores uninstalled libraries. */
88 #undef LT_OBJDIR
89
90 /* Disable logging support */
91 #undef NO_LOG
92
93 /* Name of package */
94 #undef PACKAGE
95
96 /* Define to the address where bug reports for this package should be sent. */
97 #undef PACKAGE_BUGREPORT
98
99 /* Define to the full name of this package. */
100 #undef PACKAGE_NAME
101
102 /* Define to the full name and version of this package. */
103 #undef PACKAGE_STRING
104
105 /* Define to the one symbol short name of this package. */
106 #undef PACKAGE_TARNAME
107
108 /* Define to the home page for this package. */
109 #undef PACKAGE_URL
110
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
113
114 /* directory containing USB drivers */
115 #undef PCSCLITE_HP_DROPDIR
116
117 /* Define to necessary symbol if this constant uses a non-standard name on
118    your system. */
119 #undef PTHREAD_CREATE_JOINABLE
120
121 /* Define to 1 if you have the ANSI C header files. */
122 #undef STDC_HEADERS
123
124 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
125 #undef TIME_WITH_SYS_TIME
126
127 /* composite device are seen as multi-slots */
128 #undef USE_COMPOSITE_AS_MULTISLOT
129
130 /* Use os_log(3) for debug */
131 #undef USE_OS_LOG
132
133 /* Use syslog(3) for debug */
134 #undef USE_SYSLOG
135
136 /* Version number of package */
137 #undef VERSION
138
139 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
140    `char[]'. */
141 #undef YYTEXT_POINTER
142
143 /* Define to empty if `const' does not conform to ANSI C. */
144 #undef const
145
146 /* Define to `unsigned int' if <sys/types.h> does not define. */
147 #undef size_t