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