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